org.languagetool.tokenizers.de
Class GermanCompoundTokenizer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GermanCompoundTokenizer
public GermanCompoundTokenizer()
throws IOException
- Throws:
IOException
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.