IMatcherGetMatches Method

NReco.NLQuery Class Library Documentation
Returns new matches by recognition state represented by MatchBag.

Namespace:  NReco.NLQuery.Matchers
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

IEnumerable<Match> GetMatches(
	MatchBag matchBag
)

Parameters

matchBag
Type: NReco.NLQuery.MatchersMatchBag
recognition state

Return Value

Type: IEnumerableMatch
new matches
See Also

Reference