Package banner.tokenization
Interface Tokenizer
-
- All Known Implementing Classes:
SimpleTokenizer
public interface TokenizerTokenizers take the text of a sentence and turn it into a Sentence object. They do not fill in the Mentions in the sentence, and the Tokens which make up the sentence have no fields besides the text field filled in.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getTokens(String text)voidtokenize(Sentence sentence)Tokenizes the givenSentence
-