opennlp.tools.lang.thai
Class EndOfSentenceScanner

java.lang.Object
  extended by opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
      extended by opennlp.tools.lang.thai.EndOfSentenceScanner
All Implemented Interfaces:
EndOfSentenceScanner

public class EndOfSentenceScanner
extends AbstractEndOfSentenceScanner

Identifies potential ends of sentences for Thai text.


Field Summary
static char[] eosCharacters
           
 
Fields inherited from class opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
INT_POOL
 
Constructor Summary
EndOfSentenceScanner()
           
 
Method Summary
 char[] getEndOfSentenceCharacters()
          Returns an array of character which can indicate the end of a sentence.
 
Methods inherited from class opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
getPositions, getPositions, getPositions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eosCharacters

public static final char[] eosCharacters
Constructor Detail

EndOfSentenceScanner

public EndOfSentenceScanner()
Method Detail

getEndOfSentenceCharacters

public char[] getEndOfSentenceCharacters()
Description copied from interface: EndOfSentenceScanner
Returns an array of character which can indicate the end of a sentence.

Returns:
an array of character which can indicate the end of a sentence.


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