Package | Description |
---|---|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPOSContextGenerator
A context generator for the POS Tagger.
|
Modifier and Type | Field and Description |
---|---|
protected POSContextGenerator |
POSTaggerME.contextGen
The feature context generator.
|
Modifier and Type | Method and Description |
---|---|
POSContextGenerator |
POSTaggerFactory.getPOSContextGenerator() |
POSContextGenerator |
POSTaggerFactory.getPOSContextGenerator(int cacheSize) |
Modifier and Type | Method and Description |
---|---|
static List<Event> |
POSSampleEventStream.generateEvents(String[] sentence,
String[] tags,
Object[] additionalContext,
POSContextGenerator cg) |
static List<Event> |
POSSampleEventStream.generateEvents(String[] sentence,
String[] tags,
POSContextGenerator cg) |
Constructor and Description |
---|
POSSampleEventStream(ObjectStream<POSSample> samples,
POSContextGenerator cg)
Initializes the current instance with the given samples and the
given
POSContextGenerator . |
POSSampleSequenceStream(ObjectStream<POSSample> psi,
POSContextGenerator pcg) |
POSTaggerME(AbstractModel model,
POSContextGenerator cg)
Deprecated.
|
POSTaggerME(AbstractModel model,
POSContextGenerator cg,
TagDictionary tagdict)
Deprecated.
|
POSTaggerME(int beamSize,
AbstractModel model,
POSContextGenerator cg,
TagDictionary tagdict)
Deprecated.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.