opennlp.tools.lang.german
Class SentenceDetector

java.lang.Object
  extended by opennlp.tools.sentdetect.SentenceDetectorME
      extended by opennlp.tools.lang.german.SentenceDetector
All Implemented Interfaces:
SentenceDetector

public class SentenceDetector
extends SentenceDetectorME

A sentence detector which uses a model trained on German data.


Field Summary
 
Fields inherited from class opennlp.tools.sentdetect.SentenceDetectorME
useTokenEnd
 
Constructor Summary
SentenceDetector(java.lang.String modelName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class opennlp.tools.sentdetect.SentenceDetectorME
getSentenceProbabilities, isAcceptableBreak, sentDetect, sentPosDetect, train, train
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceDetector

public SentenceDetector(java.lang.String modelName)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.