ExactPhraseMatcher Constructor

NReco.NLQuery Class Library Documentation
Initializes a new instance of the ExactPhraseMatcher class

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

public ExactPhraseMatcher(
	string[] matchWords,
	Func<Match> getMatch
)

Parameters

matchWords
Type: SystemString
getMatch
Type: SystemFuncMatch
See Also

Reference