Package | Description |
---|---|
opennlp.tools.sentdetect |
Package related to identifying sentece boundries.
|
opennlp.tools.sentdetect.lang |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndOfSentenceScanner
Deprecated.
use DefaultEndOfSentenceScanner instead
|
class |
DefaultEndOfSentenceScanner
Default implementation of the
EndOfSentenceScanner . |
Modifier and Type | Method and Description |
---|---|
EndOfSentenceScanner |
SentenceDetectorFactory.getEndOfSentenceScanner() |
Constructor and Description |
---|
SDEventStream(ObjectStream<SentenceSample> samples,
SDContextGenerator cg,
EndOfSentenceScanner scanner)
Initializes the current instance.
|
Modifier and Type | Method and Description |
---|---|
EndOfSentenceScanner |
Factory.createEndOfSentenceScanner(char[] customEOSCharacters) |
EndOfSentenceScanner |
Factory.createEndOfSentenceScanner(String languageCode) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.