Class TokenizeParser

  • All Implemented Interfaces:
    CustomParser, Parser

    public final class TokenizeParser
    extends AbstractParser
    A parser which turns contiguous searchable character into tokens and filters out other characters. The resulting tokens are collected into a WeakAnd item.
    Author:
    bratseth