Class SentenceModel

java.lang.Object
opennlp.tools.util.model.BaseModel
opennlp.tools.sentdetect.SentenceModel
All Implemented Interfaces:
Serializable, ArtifactProvider

public class SentenceModel extends BaseModel
The SentenceModel is the model used by a learnable SentenceDetector.
See Also:
  • Constructor Details

  • Method Details

    • getFactory

      public SentenceDetectorFactory getFactory()
    • getMaxentModel

      public MaxentModel getMaxentModel()
    • getAbbreviations

      public Dictionary getAbbreviations()
    • useTokenEnd

      public boolean useTokenEnd()
    • getEosCharacters

      public char[] getEosCharacters()