de.danielnaber.languagetool.tokenizers.gl
Class GalicianWordTokenizer

Object
  extended by GalicianWordTokenizer
All Implemented Interfaces:
Tokenizer

public class GalicianWordTokenizer
extends Object
implements Tokenizer

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

Author:
Daniel Naber

Constructor Summary
GalicianWordTokenizer()
           
 
Method Summary
 List<String> tokenize(String text)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalicianWordTokenizer

public GalicianWordTokenizer()
Method Detail

tokenize

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


Copyright © 2005-2009 Daniel Naber