Package | Description |
---|---|
edu.ucla.sspace.tools |
Modifier and Type | Method and Description |
---|---|
static WikipediaCleaner.CleanerOption |
WikipediaCleaner.CleanerOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikipediaCleaner.CleanerOption[] |
WikipediaCleaner.CleanerOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WikipediaCleaner(String outputFile,
Set<WikipediaCleaner.CleanerOption> options,
int minTokensPerArticle)
Create a new
WikipediaCleaner which will read articles from
outputFileName , with the given thresholds for link requirements. |
Copyright © 2012. All Rights Reserved.