Package | Description |
---|---|
opennlp.model | |
opennlp.perceptron | |
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
opennlp.tools.postag |
Package related to part-of-speech tagging.
|
Modifier and Type | Method and Description |
---|---|
static AbstractModel |
TrainUtil.train(SequenceStream events,
Map<String,String> trainParams,
Map<String,String> reportMap) |
Constructor and Description |
---|
SequenceStreamEventStream(SequenceStream sequenceStream) |
Modifier and Type | Method and Description |
---|---|
AbstractModel |
SimplePerceptronSequenceTrainer.trainModel(int iterations,
SequenceStream sequenceStream,
int cutoff,
boolean useAverage) |
Modifier and Type | Class and Description |
---|---|
class |
NameSampleSequenceStream |
Modifier and Type | Class and Description |
---|---|
class |
POSSampleSequenceStream |
Modifier and Type | Method and Description |
---|---|
static AbstractModel |
POSTaggerTrainer.trainPerceptronSequenceModel(SequenceStream ss,
int iterations,
int cut,
boolean useAverage)
Deprecated.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.