|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStreamFactory | |
---|---|
opennlp.tools.cmdline | |
opennlp.tools.formats | Experimental package related to converting various corpora to OpenNLP Format. |
opennlp.tools.formats.ad | |
opennlp.tools.formats.convert | |
opennlp.tools.formats.frenchtreebank | |
opennlp.tools.formats.muc |
Uses of ObjectStreamFactory in opennlp.tools.cmdline |
---|
Fields in opennlp.tools.cmdline declared as ObjectStreamFactory | |
---|---|
protected ObjectStreamFactory<T> |
AbstractTrainerTool.factory
|
protected ObjectStreamFactory<T> |
AbstractEvaluatorTool.factory
|
Methods in opennlp.tools.cmdline that return ObjectStreamFactory | ||
---|---|---|
static
|
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. |
Methods in opennlp.tools.cmdline that return types with arguments of type ObjectStreamFactory | ||
---|---|---|
static
|
StreamFactoryRegistry.getFactories(Class<T> sampleClass)
Returns all factories which produce objects of sampleClass class. |
Methods in opennlp.tools.cmdline with parameters of type ObjectStreamFactory | |
---|---|
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 . |
Uses of ObjectStreamFactory in opennlp.tools.formats |
---|
Classes in opennlp.tools.formats that implement ObjectStreamFactory | |
---|---|
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 |
CorefSampleStreamFactory
|
class |
DetokenizerSampleStreamFactory<T>
Base class for factories which need detokenizer. |
class |
DocumentSampleStreamFactory
Factory producing OpenNLP DocumentSampleStream s. |
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! |
Uses of ObjectStreamFactory in opennlp.tools.formats.ad |
---|
Classes in opennlp.tools.formats.ad that implement ObjectStreamFactory | |
---|---|
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! |
Uses of ObjectStreamFactory in opennlp.tools.formats.convert |
---|
Classes in opennlp.tools.formats.convert that implement ObjectStreamFactory | |
---|---|
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! |
Uses of ObjectStreamFactory in opennlp.tools.formats.frenchtreebank |
---|
Classes in opennlp.tools.formats.frenchtreebank that implement ObjectStreamFactory | |
---|---|
class |
ConstitParseSampleStreamFactory
|
Uses of ObjectStreamFactory in opennlp.tools.formats.muc |
---|
Classes in opennlp.tools.formats.muc that implement ObjectStreamFactory | |
---|---|
class |
Muc6FullParseCorefSampleStreamFactory
Factory creates a stream which can parse MUC 6 Coref data and outputs CorefSample objects which are enhanced with a full parse and are suitable to train the Coreference component. |
class |
Muc6NameSampleStreamFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |