Uses of Class
opennlp.tools.util.BaseToolFactory
Packages that use BaseToolFactory
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
Package containing utility data structures and algorithms used by multiple other packages.
-
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 TypeClassDescriptionclass
The 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.langdetectMethods 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 TypeClassDescriptionclass
The factory that providesLemmatizer
default 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 TypeClassDescriptionclass
The factory that providesTokenNameFinder
default 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 TypeClassDescriptionclass
The factory that providesPOSTagger
default 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 TypeClassDescriptionclass
The factory that providesSentenceDetector
default 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.tokenize
Subclasses of BaseToolFactory in opennlp.tools.tokenizeModifier and TypeClassDescriptionclass
The factory that providesTokenizer
default 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 BaseToolFactory
BaseToolFactory.create
(Class<? extends BaseToolFactory> factoryClass, ArtifactProvider artifactProvider) Instantiates aBaseToolFactory
via a givensubclassName
.static BaseToolFactory
BaseToolFactory.create
(String subclassName, ArtifactProvider artifactProvider) Instantiates aBaseToolFactory
via a givensubclassName
.Method parameters in opennlp.tools.util with type arguments of type BaseToolFactoryModifier and TypeMethodDescriptionstatic BaseToolFactory
BaseToolFactory.create
(Class<? extends BaseToolFactory> factoryClass, ArtifactProvider artifactProvider) Instantiates aBaseToolFactory
via 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 defaultBaseToolFactory
subclass.Constructors in opennlp.tools.util.model with parameters of type BaseToolFactory