Uses of Class
opennlp.tools.util.BaseToolFactory
Packages that use BaseToolFactory
Package
Description
-
Uses of BaseToolFactory in opennlp.tools.chunker
Subclasses of BaseToolFactory in opennlp.tools.chunkerMethods in opennlp.tools.chunker that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> ChunkerModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.doccat
Subclasses of BaseToolFactory in opennlp.tools.doccatModifier and TypeClassDescriptionclassThe factory that provides Doccat default implementations and resources.Methods in opennlp.tools.doccat that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> DoccatModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.langdetect
Subclasses of BaseToolFactory in opennlp.tools.langdetectModifier and TypeClassDescriptionclassDefault factory used byLanguageDetector.Methods in opennlp.tools.langdetect that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> LanguageDetectorModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.lemmatizer
Subclasses of BaseToolFactory in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclassThe factory that providesLemmatizerdefault implementation and resources.Methods in opennlp.tools.lemmatizer that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> LemmatizerModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.namefind
Subclasses of BaseToolFactory in opennlp.tools.namefindModifier and TypeClassDescriptionclassThe factory that providesTokenNameFinderdefault implementations and resources.Methods in opennlp.tools.namefind that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> TokenNameFinderModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.parser
Subclasses of BaseToolFactory in opennlp.tools.parser -
Uses of BaseToolFactory in opennlp.tools.postag
Subclasses of BaseToolFactory in opennlp.tools.postagModifier and TypeClassDescriptionclassThe factory that providesPOSTaggerdefault implementations and resources.Methods in opennlp.tools.postag that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> POSModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.sentdetect
Subclasses of BaseToolFactory in opennlp.tools.sentdetectModifier and TypeClassDescriptionclassThe factory that providesSentenceDetectordefault implementations and resourcesMethods in opennlp.tools.sentdetect that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> SentenceModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.sentiment
Subclasses of BaseToolFactory in opennlp.tools.sentimentModifier and TypeClassDescriptionclassClass for creating sentiment factories for training. -
Uses of BaseToolFactory in opennlp.tools.tokenize
Subclasses of BaseToolFactory in opennlp.tools.tokenizeModifier and TypeClassDescriptionclassThe factory that providesTokenizerdefault implementation and resources.Methods in opennlp.tools.tokenize that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> TokenizerModel.getDefaultFactory() -
Uses of BaseToolFactory in opennlp.tools.util
Methods in opennlp.tools.util that return BaseToolFactoryModifier and TypeMethodDescriptionstatic BaseToolFactoryBaseToolFactory.create(Class<? extends BaseToolFactory> factoryClass, opennlp.tools.util.model.ArtifactProvider artifactProvider) Instantiates aBaseToolFactoryvia a givensubclassName.static BaseToolFactoryBaseToolFactory.create(String subclassName, opennlp.tools.util.model.ArtifactProvider artifactProvider) Instantiates aBaseToolFactoryvia a givensubclassName.Method parameters in opennlp.tools.util with type arguments of type BaseToolFactoryModifier and TypeMethodDescriptionstatic BaseToolFactoryBaseToolFactory.create(Class<? extends BaseToolFactory> factoryClass, opennlp.tools.util.model.ArtifactProvider artifactProvider) Instantiates aBaseToolFactoryvia a givensubclassName. -
Uses of BaseToolFactory in opennlp.tools.util.model
Fields in opennlp.tools.util.model declared as BaseToolFactoryMethods in opennlp.tools.util.model that return types with arguments of type BaseToolFactoryModifier and TypeMethodDescriptionprotected Class<? extends BaseToolFactory> BaseModel.getDefaultFactory()Subclasses should override this method if their module has a defaultBaseToolFactorysubclass.Constructors in opennlp.tools.util.model with parameters of type BaseToolFactory