Klasse SentenceModel

java.lang.Object
opennlp.tools.util.model.BaseModel
opennlp.tools.sentdetect.SentenceModel
Alle implementierten Schnittstellen:
Serializable, ArtifactProvider

public class SentenceModel extends BaseModel
The SentenceModel is the model used by a learnable SentenceDetector.
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getFactory

      public SentenceDetectorFactory getFactory()
    • getMaxentModel

      public MaxentModel getMaxentModel()
    • getAbbreviations

      public Dictionary getAbbreviations()
    • useTokenEnd

      public boolean useTokenEnd()
    • getEosCharacters

      public char[] getEosCharacters()