Uses of Package
opennlp.tools.util.model

Packages that use opennlp.tools.util.model
opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks. 
opennlp.tools.cmdline   
opennlp.tools.coref Package related to performing coreference resolution. 
opennlp.tools.doccat Package for classifying a document into a category. 
opennlp.tools.namefind Package related to finding proper names and numeric amounts. 
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.postag Package related to part-of-speech tagging. 
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
opennlp.tools.tokenize Contains classes related to finding token or words in a string. 
opennlp.tools.util Package containing utility data structures and algorithms used by multiple other packages. 
opennlp.tools.util.model   
 

Classes in opennlp.tools.util.model used by opennlp.tools.chunker
ArtifactProvider
          Provides access to model persisted artifacts.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.cmdline
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.coref
ArtifactProvider
          Provides access to model persisted artifacts.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.doccat
ArtifactProvider
          Provides access to model persisted artifacts.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.namefind
ArtifactProvider
          Provides access to model persisted artifacts.
ArtifactSerializer
          Responsible to create an artifact from an InputStream.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.parser
ArtifactProvider
          Provides access to model persisted artifacts.
ArtifactSerializer
          Responsible to create an artifact from an InputStream.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.postag
ArtifactProvider
          Provides access to model persisted artifacts.
ArtifactSerializer
          Responsible to create an artifact from an InputStream.
BaseModel
          This model is a common based which can be used by the components model classes.
ModelType
           
 

Classes in opennlp.tools.util.model used by opennlp.tools.sentdetect
ArtifactProvider
          Provides access to model persisted artifacts.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.tokenize
ArtifactProvider
          Provides access to model persisted artifacts.
BaseModel
          This model is a common based which can be used by the components model classes.
 

Classes in opennlp.tools.util.model used by opennlp.tools.util
ArtifactProvider
          Provides access to model persisted artifacts.
ArtifactSerializer
          Responsible to create an artifact from an InputStream.
 

Classes in opennlp.tools.util.model used by opennlp.tools.util.model
ArtifactProvider
          Provides access to model persisted artifacts.
ArtifactSerializer
          Responsible to create an artifact from an InputStream.
ModelType
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.