|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStreamFactory | |
---|---|
opennlp.tools.cmdline | |
opennlp.tools.cmdline.namefind | |
opennlp.tools.cmdline.postag | |
opennlp.tools.cmdline.sentdetect | |
opennlp.tools.cmdline.tokenizer | |
opennlp.tools.formats | Experimental package related to converting various corpora to OpenNLP Format. |
Uses of ObjectStreamFactory in opennlp.tools.cmdline |
---|
Methods in opennlp.tools.cmdline that return ObjectStreamFactory | |
---|---|
protected abstract ObjectStreamFactory<T> |
AbstractConverterTool.createStreamFactory(String format)
|
Uses of ObjectStreamFactory in opennlp.tools.cmdline.namefind |
---|
Methods in opennlp.tools.cmdline.namefind that return ObjectStreamFactory | |
---|---|
protected ObjectStreamFactory<NameSample> |
TokenNameFinderConverterTool.createStreamFactory(String format)
|
Uses of ObjectStreamFactory in opennlp.tools.cmdline.postag |
---|
Methods in opennlp.tools.cmdline.postag that return ObjectStreamFactory | |
---|---|
protected ObjectStreamFactory<POSSample> |
POSTaggerConverter.createStreamFactory(String format)
|
Uses of ObjectStreamFactory in opennlp.tools.cmdline.sentdetect |
---|
Methods in opennlp.tools.cmdline.sentdetect that return ObjectStreamFactory | |
---|---|
protected ObjectStreamFactory<SentenceSample> |
SentenceDetectorConverterTool.createStreamFactory(String format)
|
Uses of ObjectStreamFactory in opennlp.tools.cmdline.tokenizer |
---|
Methods in opennlp.tools.cmdline.tokenizer that return ObjectStreamFactory | |
---|---|
protected ObjectStreamFactory<TokenSample> |
TokenizerConverterTool.createStreamFactory(String format)
|
Uses of ObjectStreamFactory in opennlp.tools.formats |
---|
Classes in opennlp.tools.formats that implement ObjectStreamFactory | |
---|---|
class |
Conll02NameSampleStreamFactory
Note: Do not use this class, internal use only! |
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 |
NameSampleStreamFactory
|
class |
NameToSentenceSampleStreamFactory
Note: Do not use this class, internal use only! |
class |
NameToTokenSampleStreamFactory
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! |
class |
WordTagSampleStreamFactory
Note: Do not use this class, internal use only! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |