|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SentenceSample | |
---|---|
opennlp.tools.cmdline.sentdetect | |
opennlp.tools.formats | Experimental package related to converting various corpora to OpenNLP Format. |
opennlp.tools.sentdetect | Package related to identifying sentece boundries. |
Uses of SentenceSample in opennlp.tools.cmdline.sentdetect |
---|
Methods in opennlp.tools.cmdline.sentdetect that return types with arguments of type SentenceSample | |
---|---|
protected ObjectStreamFactory<SentenceSample> |
SentenceDetectorConverterTool.createStreamFactory(String format)
|
Uses of SentenceSample in opennlp.tools.formats |
---|
Methods in opennlp.tools.formats that return SentenceSample | |
---|---|
SentenceSample |
AbstractToSentenceSampleStream.read()
|
Methods in opennlp.tools.formats that return types with arguments of type SentenceSample | |
---|---|
ObjectStream<SentenceSample> |
POSToSentenceSampleStreamFactory.create(String[] args)
|
ObjectStream<SentenceSample> |
NameToSentenceSampleStreamFactory.create(String[] args)
|
ObjectStream<SentenceSample> |
ConllXSentenceSampleStreamFactory.create(String[] args)
|
Uses of SentenceSample in opennlp.tools.sentdetect |
---|
Methods in opennlp.tools.sentdetect that return SentenceSample | |
---|---|
SentenceSample |
SentenceSampleStream.read()
|
Methods in opennlp.tools.sentdetect with parameters of type SentenceSample | |
---|---|
protected Iterator<opennlp.model.Event> |
SDEventStream.createEvents(SentenceSample sample)
|
void |
SentenceDetectorEvaluator.evaluateSample(SentenceSample sample)
|
Method parameters in opennlp.tools.sentdetect with type arguments of type SentenceSample | |
---|---|
void |
SDCrossValidator.evaluate(ObjectStream<SentenceSample> samples,
int nFolds)
|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
boolean useTokenEnd,
Dictionary abbreviations)
|
static SentenceModel |
SentenceDetectorME.train(String languageCode,
ObjectStream<SentenceSample> samples,
boolean useTokenEnd,
Dictionary abbreviations,
int cutoff,
int iterations)
|
Constructor parameters in opennlp.tools.sentdetect with type arguments of type SentenceSample | |
---|---|
SDEventStream(ObjectStream<SentenceSample> samples,
SDContextGenerator cg,
EndOfSentenceScanner scanner)
Initializes the current instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |