Package | Description |
---|---|
opennlp.tools.formats |
Experimental package related to converting various corpora to OpenNLP Format.
|
opennlp.tools.formats.ad | |
opennlp.tools.formats.conllu | |
opennlp.tools.util |
Package containing utility data structures and algorithms used by multiple other packages.
|
Constructor and Description |
---|
BioNLP2004NameSampleStream(InputStreamFactory in,
int types) |
Conll02NameSampleStream(Conll02NameSampleStream.LANGUAGE lang,
InputStreamFactory in,
int types) |
Conll03NameSampleStream(Conll03NameSampleStream.LANGUAGE lang,
InputStreamFactory in,
int types) |
ConllXPOSSampleStream(InputStreamFactory in,
Charset charset) |
EvalitaNameSampleStream(EvalitaNameSampleStream.LANGUAGE lang,
InputStreamFactory in,
int types) |
LeipzigDoccatSampleStream(String language,
int sentencesPerDocument,
InputStreamFactory in)
Creates a new LeipzigDoccatSampleStream with the specified parameters.
|
LeipzigDoccatSampleStream(String language,
int sentencesPerDocument,
Tokenizer tokenizer,
InputStreamFactory in)
Creates a new LeipzigDoccatSampleStream with the specified parameters.
|
NameFinderCensus90NameStream(InputStreamFactory in,
Charset encoding)
This constructor takes an
InputStream and a Charset
and opens an associated stream object with the specified encoding specified. |
Constructor and Description |
---|
ADChunkSampleStream(InputStreamFactory in,
String charsetName) |
ADNameSampleStream(InputStreamFactory in,
String charsetName,
boolean splitHyphenatedTokens)
Deprecated.
|
ADPOSSampleStream(InputStreamFactory in,
String charsetName,
boolean expandME,
boolean includeFeatures)
Creates a new
POSSample stream from a InputStream |
ADSentenceSampleStream(InputStreamFactory in,
String charsetName,
boolean includeHeadlines)
Creates a new
SentenceSample stream from a FileInputStream |
Constructor and Description |
---|
ConlluStream(InputStreamFactory in) |
Modifier and Type | Class and Description |
---|---|
class |
MarkableFileInputStreamFactory
A factory that creates
MarkableFileInputStream from a File |
Constructor and Description |
---|
PlainTextByLineStream(InputStreamFactory inputStreamFactory,
Charset charset) |
PlainTextByLineStream(InputStreamFactory inputStreamFactory,
String charsetName) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.