Uses of Interface
opennlp.tools.util.model.ArtifactProvider
Packages that use ArtifactProvider
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 ArtifactProvider in opennlp.tools.chunker
Classes in opennlp.tools.chunker that implement ArtifactProviderModifier and TypeClassDescriptionclass
TheChunkerModel
is the model used by a learnableChunker
. -
Uses of ArtifactProvider in opennlp.tools.doccat
Classes in opennlp.tools.doccat that implement ArtifactProvider -
Uses of ArtifactProvider in opennlp.tools.langdetect
Classes in opennlp.tools.langdetect that implement ArtifactProviderModifier and TypeClassDescriptionclass
TheLanguageDetectorModel
is the model used by a learnableLanguageDetector
. -
Uses of ArtifactProvider in opennlp.tools.lemmatizer
Classes in opennlp.tools.lemmatizer that implement ArtifactProviderModifier and TypeClassDescriptionclass
TheLemmatizerModel
is the model used by a learnableLemmatizer
. -
Uses of ArtifactProvider in opennlp.tools.namefind
Classes in opennlp.tools.namefind that implement ArtifactProviderModifier and TypeClassDescriptionclass
TheTokenNameFinderModel
is the model used by a learnableTokenNameFinder
. -
Uses of ArtifactProvider in opennlp.tools.parser
Classes in opennlp.tools.parser that implement ArtifactProvider -
Uses of ArtifactProvider in opennlp.tools.postag
Classes in opennlp.tools.postag that implement ArtifactProvider -
Uses of ArtifactProvider in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect that implement ArtifactProviderModifier and TypeClassDescriptionclass
TheSentenceModel
is the model used by a learnableSentenceDetector
. -
Uses of ArtifactProvider in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize that implement ArtifactProviderModifier and TypeClassDescriptionfinal class
TheTokenizerModel
is the model used by a learnableTokenizer
. -
Uses of ArtifactProvider in opennlp.tools.util
Fields in opennlp.tools.util declared as ArtifactProviderMethods in opennlp.tools.util with parameters of type ArtifactProviderModifier 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
.protected void
BaseToolFactory.init
(ArtifactProvider artifactProvider) Initializes the ToolFactory with an artifact provider. -
Uses of ArtifactProvider in opennlp.tools.util.model
Classes in opennlp.tools.util.model that implement ArtifactProviderModifier and TypeClassDescriptionclass
This is a common base model which can be used by the components' specific model classes.