Recognizer.Recognize Method (TokenSequence, Func<Match, Boolean>, Func<Match[], 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.NLQuery.TokenSequence
search query
matchFilter
Type: System.Func<Match, Boolean>
filter that excludes undesired matches from combinations
combinationHandler
Type: System.Func<Match[], Boolean>
matches combination handler
See Also

Reference