ListContainsMatcher Class

NReco.NLQuery Class Library Documentation
Performs 'contains' matching by specified list of values.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersListContainsMatcher

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

public class ListContainsMatcher : IMatcher

The ListContainsMatcher type exposes the following members.

Constructors

  NameDescription
Public methodListContainsMatcher
Initializes a new instance of the ListContainsMatcher class
Top
Properties

  NameDescription
Public propertyFirstPassOnly
Public propertyMaxScoreFilterThreshold
Determines how many one token matches are allowed before applying max-score filter.
Top
Methods

  NameDescription
Public methodA
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMatches
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldGetMatch
Top
See Also

Reference