Package org.getalp.dbnary.cli.mixins
Class Extractor
- java.lang.Object
-
- org.getalp.dbnary.cli.mixins.Extractor
-
- Direct Known Subclasses:
ExtractWiktionary
,GetExtractedSemnet
public class Extractor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtractionFeaturesMixin
features
protected SingleLanguageAsOptionMixin
lm
protected DBnary
parent
protected picocli.CommandLine.Model.CommandSpec
spec
protected org.getalp.dbnary.api.IWiktionaryDataHandler
wdh
protected org.getalp.dbnary.api.IWiktionaryExtractor
we
protected WiktionaryIndexMixin
wi
-
Constructor Summary
Constructors Constructor Description Extractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
cleanupHandlers()
protected void
postProcessAfterExtraction(String version)
protected Integer
setupHandlers(String tdbDir)
-
-
-
Field Detail
-
spec
protected picocli.CommandLine.Model.CommandSpec spec
-
parent
protected DBnary parent
-
features
protected ExtractionFeaturesMixin features
-
wi
protected WiktionaryIndexMixin wi
-
lm
protected SingleLanguageAsOptionMixin lm
-
we
protected org.getalp.dbnary.api.IWiktionaryExtractor we
-
wdh
protected org.getalp.dbnary.api.IWiktionaryDataHandler wdh
-
-
Method Detail
-
setupHandlers
protected Integer setupHandlers(String tdbDir) throws org.getalp.wiktionary.WiktionaryIndexerException
- Throws:
org.getalp.wiktionary.WiktionaryIndexerException
-
postProcessAfterExtraction
protected void postProcessAfterExtraction(String version)
-
cleanupHandlers
protected void cleanupHandlers()
-
-