Class LinguisticsParser

java.lang.Object
com.yahoo.prelude.query.parser.AbstractParser
com.yahoo.prelude.query.parser.LinguisticsParser
All Implemented Interfaces:
CustomParser, Parser

public final class LinguisticsParser extends AbstractParser
A parser which delegates all tokenization and processing to the linguistics component. The full string is given as-is to the linguistics component for tokenization, and what comes back is assumes fully processed including stemming (if applicable). The returned tokens are collected into a single parent item.
Author:
bratseth