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.NLQueryTokenSequence
search query - combinationHandler
- Type: SystemFuncMatch, Boolean
matches combination handler
See Also