Package | Description |
---|---|
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.muc | |
opennlp.tools.formats.ontonotes | |
opennlp.tools.namefind |
Package related to finding proper names and numeric amounts.
|
Modifier and Type | Method and Description |
---|---|
NameSample |
Conll03NameSampleStream.read() |
NameSample |
BioNLP2004NameSampleStream.read() |
NameSample |
EvalitaNameSampleStream.read() |
NameSample |
Conll02NameSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
ObjectStream<NameSample> |
Conll03NameSampleStreamFactory.create(String[] args) |
ObjectStream<NameSample> |
BioNLP2004NameSampleStreamFactory.create(String[] args) |
ObjectStream<NameSample> |
EvalitaNameSampleStreamFactory.create(String[] args) |
ObjectStream<NameSample> |
NameSampleDataStreamFactory.create(String[] args) |
ObjectStream<NameSample> |
Conll02NameSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
NameSample |
ADNameSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
ObjectStream<NameSample> |
ADNameSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
ObjectStream<NameSample> |
BratNameSampleStreamFactory.create(String[] args) |
protected List<NameSample> |
BratNameSampleStream.read(BratDocument sample) |
Modifier and Type | Method and Description |
---|---|
protected String[] |
NameToSentenceSampleStream.toSentence(NameSample sample) |
Constructor and Description |
---|
NameToSentenceSampleStream(Detokenizer detokenizer,
ObjectStream<NameSample> samples,
int chunkSize) |
NameToTokenSampleStream(Detokenizer detokenizer,
ObjectStream<NameSample> samples) |
Modifier and Type | Method and Description |
---|---|
NameSample |
MucNameSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
ObjectStream<NameSample> |
Muc6NameSampleStreamFactory.create(String[] args) |
Constructor and Description |
---|
MucNameContentHandler(Tokenizer tokenizer,
List<NameSample> storedSamples) |
Modifier and Type | Method and Description |
---|---|
NameSample |
OntoNotesNameSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
ObjectStream<NameSample> |
OntoNotesNameSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
static NameSample |
NameSample.parse(String taggedTokens,
boolean isClearAdaptiveData) |
static NameSample |
NameSample.parse(String taggedTokens,
String defaultType,
boolean isClearAdaptiveData) |
protected NameSample |
TokenNameFinderEvaluator.processSample(NameSample reference)
Evaluates the given reference
NameSample object. |
NameSample |
NameSampleDataStream.read() |
NameSample |
NameSampleTypeFilter.read() |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Event> |
NameFinderEventStream.createEvents(NameSample sample) |
protected NameSample |
TokenNameFinderEvaluator.processSample(NameSample reference)
Evaluates the given reference
NameSample object. |
Modifier and Type | Method and Description |
---|---|
void |
TokenNameFinderCrossValidator.evaluate(ObjectStream<NameSample> samples,
int nFolds)
Starts the evaluation.
|
static TokenNameFinderModel |
NameFinderME.train(String languageCode,
String type,
ObjectStream<NameSample> samples,
TrainingParameters trainParams,
TokenNameFinderFactory factory) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.