CommonCategoriesExtractor
public CommonCategoriesExtractor(java.lang.String[] langs,
java.lang.String year,
java.io.File folder)
throws java.lang.Throwable
Instantiates the object with the provided languages. The smallest Wikipedia
is the one to compare against. The year must be one of the available dumps.
Tables "langlinks" and "page" are necessary
Languages are required in the Wikipedia code format (e.g. en for English and es for Spanish).
The DB connections are invoked according to these parameters.
- Parameters:
langs[]
- year
- folder
-
- Throws:
java.lang.Throwable