Uses of Package
opennlp.tools.postag

Packages that use opennlp.tools.postag
opennlp.tools.cmdline.postag   
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.formats.ad   
opennlp.tools.formats.convert   
opennlp.tools.formats.muc   
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions. 
opennlp.tools.postag Package related to part-of-speech tagging. 
 

Classes in opennlp.tools.postag used by opennlp.tools.cmdline.postag
POSModel
          The POSModel is the model used by a learnable POSTagger.
POSSample
          Represents an pos-tagged sentence.
POSTaggerEvaluationMonitor
           
 

Classes in opennlp.tools.postag used by opennlp.tools.formats
POSSample
          Represents an pos-tagged sentence.
 

Classes in opennlp.tools.postag used by opennlp.tools.formats.ad
POSSample
          Represents an pos-tagged sentence.
 

Classes in opennlp.tools.postag used by opennlp.tools.formats.convert
POSSample
          Represents an pos-tagged sentence.
 

Classes in opennlp.tools.postag used by opennlp.tools.formats.muc
POSTagger
          The interface for part of speech taggers.
 

Classes in opennlp.tools.postag used by opennlp.tools.parser
POSModel
          The POSModel is the model used by a learnable POSTagger.
POSSample
          Represents an pos-tagged sentence.
POSTagger
          The interface for part of speech taggers.
 

Classes in opennlp.tools.postag used by opennlp.tools.parser.chunking
POSTagger
          The interface for part of speech taggers.
 

Classes in opennlp.tools.postag used by opennlp.tools.postag
MutableTagDictionary
          Interface that allows TagDictionary entries to be added and removed.
POSContextGenerator
          The interface for a context generator for the POS Tagger.
POSDictionary
          Provides a means of determining which tags are valid for a particular word based on a tag dictionary read from a file.
POSModel
          The POSModel is the model used by a learnable POSTagger.
POSSample
          Represents an pos-tagged sentence.
POSTagger
          The interface for part of speech taggers.
POSTaggerEvaluationMonitor
           
POSTaggerFactory
          The factory that provides POS Tagger default implementations and resources
TagDictionary
          Interface to determine which tags are valid for a particular word based on a tag dictionary.
 



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