ExactPhraseMatcher Class

NReco.NLQuery Class Library Documentation
Matches exact phrase (all words in specified order).
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersExactPhraseMatcher

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

public class ExactPhraseMatcher : IMatcher

The ExactPhraseMatcher type exposes the following members.

Constructors

  NameDescription
Public methodExactPhraseMatcher
Initializes a new instance of the ExactPhraseMatcher class
Top
Properties

  NameDescription
Public propertyFirstPassOnly
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
Remarks

This matcher can be used for recognizing phrases or words with special meaning, like 'yesterday', 'next month' etc.
See Also

Reference