public static final class MultiWordKeywordMerger.Match extends Object
Pp2TokenStream:
the inclusive token-index range and the canonical upper-cased phrase.| Constructor and Description |
|---|
Match(int startIndex,
int endIndex,
String canonical) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonical()
Upper-cased canonical phrase, e.g.
|
int |
getEndIndex()
Last token index of the phrase (inclusive).
|
int |
getLength()
Number of tokens the phrase spans.
|
int |
getStartIndex()
First token index of the phrase (inclusive).
|
String |
toString() |
public int getStartIndex()
public int getEndIndex()
public int getLength()
public String getCanonical()
"LEFT OUTER JOIN".