org.languagetool.tokenizers.km
Class KhmerWordTokenizer

java.lang.Object
  extended by org.languagetool.tokenizers.km.KhmerWordTokenizer
All Implemented Interfaces:
Tokenizer

public class KhmerWordTokenizer
extends Object
implements Tokenizer

Tokenizes a sentence into words. Punctuation and whitespace gets its own token.

Author:
Daniel Naber

Constructor Summary
KhmerWordTokenizer()
           
 
Method Summary
 List<String> tokenize(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KhmerWordTokenizer

public KhmerWordTokenizer()
Method Detail

tokenize

public List<String> tokenize(String text)
Specified by:
tokenize in interface Tokenizer


Copyright © 2013. All Rights Reserved.