Recognize specified search query and return matches combinations to specified handler.
Namespace: NReco.NLQuery
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
public void Recognize( TokenSequence statement, Func<Match[], bool> combinationHandler )
Parameters
- statement
- Type: NReco.NLQuery.TokenSequence
search query - combinationHandler
- Type: System.Func<Match[], Boolean>
matches combination handler
See Also