Documentation of 'com.datumbox.framework.core.common.text.tokenizers.WhitespaceTokenizer' Java class
WhitespaceTokenizer
com.datumbox.framework.core.common.text.tokenizers

Class WhitespaceTokenizer



  • public class WhitespaceTokenizer
    extends AbstractTokenizer
    The white space tokenizer separates the keywords of a string using the white space.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<java.lang.String> tokenize(java.lang.String text)
      Separates the tokens of a string by splitting it on white space.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WhitespaceTokenizer

        public WhitespaceTokenizer()
    • Method Detail

      • tokenize

        public java.util.List<java.lang.String> tokenize(java.lang.String text)
        Separates the tokens of a string by splitting it on white space.
        Specified by:
        tokenize in class AbstractTokenizer
        Parameters:
        text -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.