org.languagetool.tokenizers.de
Class GermanCompoundTokenizer

java.lang.Object
  extended by org.languagetool.tokenizers.de.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
static void main(String[] args)
           
 List<String> tokenize(String word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.