All Known Implementing Classes:
MaxGramLeftToRightTokenizer, NgramLeftToRightTokenizer

public interface LeftToRightTokenizer
A left to right tokenizer runs over the array from left to right. Tokens are formed in a way so that there is no overlap in n-grams (as opposed to regular n-gram tokenizers). A feedback channel is established to tell the instance whether a token was successfully found.
  • Method Details

    • getNextTokenNotSuccessful

      String getNextTokenNotSuccessful()
    • getNextTokenSuccessful

      String getNextTokenSuccessful()
    • getInitialToken

      String getInitialToken()