public interface ComponentFactoryI
Follows the factory design pattern.
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
createContractionFinder() |
Analyzer |
createFeaturizer() |
Analyzer |
createNameFinder() |
Analyzer |
createPipe() |
Analyzer |
createPOSTagger() |
Analyzer |
createSentenceDetector() |
Analyzer |
createTokenizer() |
Analyzer createSentenceDetector()
SentenceDetector if this Analyzer in the corresponding language exists, otherwise null.Analyzer createTokenizer()
Tokenizer if this Analyzer in the corresponding language exists, otherwise null.Analyzer createNameFinder()
NameFinder if this Analyzer in the corresponding language exists, otherwise null.Analyzer createContractionFinder()
ContractionFinder if this Analyzer in the corresponding language exists, otherwise null.Analyzer createPOSTagger()
POSTagger if this Analyzer in the corresponding language exists, otherwise null.Analyzer createFeaturizer()
Copyright © 2012–2017 CoGrOO. All rights reserved.