Package | Description |
---|---|
opennlp.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainTextByLineDataStream
This DataStream implementation will take care of reading a plain text file
and returning the Strings between each new line character, which is what
many Maxent applications need in order to create EventStreams.
|
Constructor and Description |
---|
BasicEventStream(DataStream ds) |
BasicEventStream(DataStream ds,
String sep) |
RealBasicEventStream(DataStream ds) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.