Recognizer Class

NReco.NLQuery Class Library Documentation
Recognizes a search query represented by TokenSequence with specified list of IMatchers.
Inheritance Hierarchy

SystemObject
  NReco.NLQueryRecognizer

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

public class Recognizer

The Recognizer type exposes the following members.

Constructors

  NameDescription
Public methodRecognizer
Initializes a new instance of the Recognizer.
Top
Properties

  NameDescription
Public propertyIncludeZeroMatches
If true recognizer returns all non-matched tokens as StubMatches added to the combination.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecognize(TokenSequence, FuncMatch, Boolean)
Recognize specified search query and return matches combinations to specified handler.
Public methodRecognize(TokenSequence, FuncMatch, Boolean, FuncMatch, Boolean)
Recognize specified search query and return filtered combinations of matches to specified handler.
Public methodToString (Inherited from Object.)
Top
See Also

Reference