Method IncrementToken
IncrementToken()
Output bigrams whenever possible to optimize queries. Only output unigrams when they are not a member of a bigram. Example:
- input: "the rain in spain falls mainly"
- output:"the-rain", "rain-in" ,"in-spain", "falls", "mainly"
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |