org.languagetool.tokenizers.es
Class SpanishWordTokenizer
java.lang.Object
org.languagetool.tokenizers.es.SpanishWordTokenizer
- All Implemented Interfaces:
- Tokenizer
public class SpanishWordTokenizer
- extends Object
- implements Tokenizer
Tokenizes a sentence into words. Punctuation and whitespace gets its own token.
- Author:
- Juan Martorell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpanishWordTokenizer
public SpanishWordTokenizer()
tokenize
public List<String> tokenize(String text)
- Specified by:
tokenize in interface Tokenizer
Copyright © 2013. All Rights Reserved.