Package | Description |
---|---|
opennlp.tools.cmdline | |
opennlp.tools.formats |
Experimental package related to converting various corpora to OpenNLP Format.
|
opennlp.tools.formats.ad | |
opennlp.tools.formats.brat | |
opennlp.tools.formats.convert | |
opennlp.tools.formats.frenchtreebank | |
opennlp.tools.formats.muc | |
opennlp.tools.formats.ontonotes |
Modifier and Type | Field and Description |
---|---|
protected ObjectStreamFactory<T> |
AbstractTrainerTool.factory |
protected ObjectStreamFactory<T> |
AbstractEvaluatorTool.factory |
Modifier and Type | Method and Description |
---|---|
static <T> ObjectStreamFactory<T> |
StreamFactoryRegistry.getFactory(Class<T> sampleClass,
String formatName)
Returns a factory which reads format named
formatName and
instantiates streams producing objects of sampleClass class. |
protected ObjectStreamFactory<T> |
TypedCmdLineTool.getStreamFactory(String format)
Returns stream factory for the type of this tool for the
format . |
Modifier and Type | Method and Description |
---|---|
static <T> Map<String,ObjectStreamFactory<T>> |
StreamFactoryRegistry.getFactories(Class<T> sampleClass)
Returns all factories which produce objects of
sampleClass class. |
Modifier and Type | Method and Description |
---|---|
static boolean |
StreamFactoryRegistry.registerFactory(Class sampleClass,
String formatName,
ObjectStreamFactory factory)
Registers
factory which reads format named formatName and
instantiates streams producing objects of sampleClass class. |
protected void |
TypedCmdLineTool.validateFactoryArgs(ObjectStreamFactory<T> factory,
String[] args)
Validates arguments for a format processed by the
factory . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSampleStreamFactory<T>
Base class for sample stream factories.
|
class |
BioNLP2004NameSampleStreamFactory |
class |
ChunkerSampleStreamFactory
Factory producing OpenNLP
ChunkSampleStream s. |
class |
Conll02NameSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
Conll03NameSampleStreamFactory |
class |
ConllXPOSSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ConllXSentenceSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ConllXTokenSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
DetokenizerSampleStreamFactory<T>
Base class for factories which need detokenizer.
|
class |
DocumentSampleStreamFactory
Factory producing OpenNLP
DocumentSampleStream s. |
class |
EvalitaNameSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
LanguageSampleStreamFactory<T>
Stream factory for those streams which carry language.
|
class |
LeipzigDocumentSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
NameSampleDataStreamFactory
Factory producing OpenNLP
NameSampleDataStream s. |
class |
ParseSampleStreamFactory
Factory producing OpenNLP
ParseSampleStream s. |
class |
SentenceSampleStreamFactory
Factory producing OpenNLP
SentenceSampleStream s. |
class |
TokenSampleStreamFactory
Factory producing OpenNLP
TokenSampleStream s. |
class |
WordTagSampleStreamFactory
Note: Do not use this class, internal use only!
|
Modifier and Type | Class and Description |
---|---|
class |
ADChunkSampleStreamFactory
A Factory to create a Arvores Deitadas ChunkStream from the command line
utility.
|
class |
ADNameSampleStreamFactory
A Factory to create a Arvores Deitadas NameSampleDataStream from the command line
utility.
|
class |
ADPOSSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ADSentenceSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ADTokenSampleStreamFactory
Note: Do not use this class, internal use only!
|
Modifier and Type | Class and Description |
---|---|
class |
BratNameSampleStreamFactory |
Modifier and Type | Class and Description |
---|---|
class |
NameToSentenceSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
NameToTokenSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ParseToPOSSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ParseToSentenceSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
ParseToTokenSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
POSToSentenceSampleStreamFactory
Note: Do not use this class, internal use only!
|
class |
POSToTokenSampleStreamFactory
Note: Do not use this class, internal use only!
|
Modifier and Type | Class and Description |
---|---|
class |
ConstitParseSampleStreamFactory |
Modifier and Type | Class and Description |
---|---|
class |
Muc6NameSampleStreamFactory |
Modifier and Type | Class and Description |
---|---|
class |
OntoNotesNameSampleStreamFactory |
class |
OntoNotesParseSampleStreamFactory |
class |
OntoNotesPOSSampleStreamFactory |
Copyright © 2015 The Apache Software Foundation. All rights reserved.