|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagDictionary | |
---|---|
opennlp.tools.postag | Package related to part-of-speech tagging. |
Uses of TagDictionary in opennlp.tools.postag |
---|
Subinterfaces of TagDictionary in opennlp.tools.postag | |
---|---|
interface |
MutableTagDictionary
Interface that allows TagDictionary entries to be added and removed. |
Classes in opennlp.tools.postag that implement TagDictionary | |
---|---|
class |
POSDictionary
Provides a means of determining which tags are valid for a particular word based on a tag dictionary read from a file. |
Fields in opennlp.tools.postag declared as TagDictionary | |
---|---|
protected TagDictionary |
POSTaggerFactory.posDictionary
|
protected TagDictionary |
POSTaggerME.tagDictionary
Tag dictionary used for restricting words to a fixed set of tags. |
Methods in opennlp.tools.postag that return TagDictionary | |
---|---|
TagDictionary |
POSTaggerFactory.createEmptyTagDictionary()
|
TagDictionary |
POSTaggerFactory.createTagDictionary(File dictionary)
|
TagDictionary |
POSTaggerFactory.createTagDictionary(InputStream in)
|
TagDictionary |
POSTaggerFactory.getTagDictionary()
|
Methods in opennlp.tools.postag with parameters of type TagDictionary | |
---|---|
static POSTaggerFactory |
POSTaggerFactory.create(String subclassName,
Dictionary ngramDictionary,
TagDictionary posDictionary)
|
protected void |
POSTaggerFactory.init(Dictionary ngramDictionary,
TagDictionary posDictionary)
|
void |
POSTaggerFactory.setTagDictionary(TagDictionary dictionary)
|
Constructors in opennlp.tools.postag with parameters of type TagDictionary | |
---|---|
DefaultPOSSequenceValidator(TagDictionary tagDictionary)
|
|
POSTaggerFactory(Dictionary ngramDictionary,
TagDictionary posDictionary)
Creates a POSTaggerFactory . |
|
POSTaggerME(opennlp.model.AbstractModel model,
Dictionary dict,
TagDictionary tagdict)
Deprecated. |
|
POSTaggerME(opennlp.model.AbstractModel model,
POSContextGenerator cg,
TagDictionary tagdict)
Deprecated. |
|
POSTaggerME(opennlp.model.AbstractModel model,
TagDictionary tagdict)
Deprecated. |
|
POSTaggerME(int beamSize,
opennlp.model.AbstractModel model,
POSContextGenerator cg,
TagDictionary tagdict)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |