Package org.getalp.dbnary.cli
Class ExtractWiktionary
- java.lang.Object
-
- org.getalp.dbnary.cli.mixins.Extractor
-
- org.getalp.dbnary.cli.ExtractWiktionary
-
-
Constructor Summary
Constructors Constructor Description ExtractWiktionary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
Integer
extract()
static void
main(String[] args)
protected Integer
prepareExtraction()
-
Methods inherited from class org.getalp.dbnary.cli.mixins.Extractor
cleanupHandlers, postProcessAfterExtraction, setupHandlers
-
-
-
-
Field Detail
-
suffix
protected String suffix
-
xmlif
public static final org.codehaus.stax2.XMLInputFactory2 xmlif
-
-
Method Detail
-
prepareExtraction
protected Integer prepareExtraction() throws org.getalp.wiktionary.WiktionaryIndexerException, IOException
- Throws:
org.getalp.wiktionary.WiktionaryIndexerException
IOException
-
extract
public Integer extract() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args)
-
-