TableMatcherBuilderAdd Method (IMatcher, Boolean)

NReco.NLQuery Class Library Documentation
Add custom IMatcher to this builder.

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

public TableMatcherBuilder Add(
	IMatcher matcher,
	bool keywordMatcher = false
)

Parameters

matcher
Type: NReco.NLQuery.MatchersIMatcher
keywordMatcher (Optional)
Type: SystemBoolean
if true this matcher will be wrapped with filter that removes stop-words.

Return Value

Type: TableMatcherBuilder
See Also

Reference