Package | Description |
---|---|
opennlp.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
Class and Description |
---|
ContextGenerator
Generate contexts for maxent decisions.
|
DataStream
A interface for objects which can deliver a stream of training data to be
supplied to an EventStream.
|
DoubleStringPair |
Evalable
Interface for components which use maximum entropy models and can evaluate
the performace of the models using the TrainEval class.
|
GISModel
A maximum entropy model which has been trained using the Generalized
Iterative Scaling procedure (implemented in GIS.java).
|
ModelDomain
A simple interface that represents a domain to which a particular maxent
model is primarily applicable.
|
ModelSetter
A object to facilitate the resetting of a MaxentModel variable to a
new value (model).
|
Class and Description |
---|
GISModel
A maximum entropy model which has been trained using the Generalized
Iterative Scaling procedure (implemented in GIS.java).
|
Class and Description |
---|
IntegerPool
A pool of read-only, unsigned Integer objects within a fixed,
non-sparse range.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.