de.danielnaber.languagetool.tokenizers.de
Class GermanCompoundTokenizer

Object
  extended by GermanCompoundTokenizer
All Implemented Interfaces:
Tokenizer

public class GermanCompoundTokenizer
extends Object
implements Tokenizer

Split German nouns using the jWordSplitter library.

Author:
Daniel Naber

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

Constructor Detail

GermanCompoundTokenizer

public GermanCompoundTokenizer()
                        throws IOException
Throws:
IOException
Method Detail

tokenize

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


Copyright © 2005-2007 Daniel Naber