RecognizerRecognize Method (TokenSequence, FuncMatch, Boolean, FuncMatch, Boolean)

NReco.NLQuery Class Library Documentation
Recognize specified search query and return filtered combinations of matches 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> matchFilter,
	Func<Match[], bool> combinationHandler
)

Parameters

statement
Type: NReco.NLQueryTokenSequence
search query
matchFilter
Type: SystemFuncMatch, Boolean
filter that excludes undesired matches from combinations
combinationHandler
Type: SystemFuncMatch, Boolean
matches combination handler
See Also

Reference