|
||||||||||
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.formats.ad | |
opennlp.tools.formats.convert | |
opennlp.tools.sentdetect | Package related to identifying sentece boundries. |
Uses of SentenceSample in opennlp.tools.cmdline.sentdetect |
---|
Methods in opennlp.tools.cmdline.sentdetect with parameters of type SentenceSample | |
---|---|
void |
SentenceEvaluationErrorListener.missclassified(SentenceSample reference,
SentenceSample prediction)
|
Uses of SentenceSample in opennlp.tools.formats |
---|
Methods in opennlp.tools.formats that return types with arguments of type SentenceSample | |
---|---|
ObjectStream<SentenceSample> |
SentenceSampleStreamFactory.create(String[] args)
|
ObjectStream<SentenceSample> |
ConllXSentenceSampleStreamFactory.create(String[] args)
|
Uses of SentenceSample in opennlp.tools.formats.ad |
---|
Methods in opennlp.tools.formats.ad that return SentenceSample | |
---|---|
SentenceSample |
ADSentenceSampleStream.read()
|
Methods in opennlp.tools.formats.ad that return types with arguments of type SentenceSample | |
---|---|
ObjectStream<SentenceSample> |
ADSentenceSampleStreamFactory.create(String[] args)
|
Uses of SentenceSample in opennlp.tools.formats.convert |
---|
Methods in opennlp.tools.formats.convert that return SentenceSample | |
---|---|
SentenceSample |
AbstractToSentenceSampleStream.read()
|
Methods in opennlp.tools.formats.convert that return types with arguments of type SentenceSample | |
---|---|
ObjectStream<SentenceSample> |
ParseToSentenceSampleStreamFactory.create(String[] args)
|
ObjectStream<SentenceSample> |
NameToSentenceSampleStreamFactory.create(String[] args)
|
ObjectStream<SentenceSample> |
POSToSentenceSampleStreamFactory.create(String[] args)
|
Uses of SentenceSample in opennlp.tools.sentdetect |
---|
Methods in opennlp.tools.sentdetect that return SentenceSample | |
---|---|
protected SentenceSample |
SentenceDetectorEvaluator.processSample(SentenceSample sample)
|
SentenceSample |
SentenceSampleStream.read()
|
Methods in opennlp.tools.sentdetect with parameters of type SentenceSample | |
---|---|
protected Iterator<opennlp.model.Event> |
SDEventStream.createEvents(SentenceSample sample)
|
protected SentenceSample |
SentenceDetectorEvaluator.processSample(SentenceSample sample)
|
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 |