Recognizes a search query represented by TokenSequence with specified list of IMatchers.
Inheritance Hierarchy
NReco.NLQueryRecognizer
Namespace: NReco.NLQuery
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The Recognizer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Recognizer |
Initializes a new instance of the Recognizer.
|
Properties
Name | Description | |
---|---|---|
![]() | IncludeZeroMatches |
If true recognizer returns all non-matched tokens as StubMatches added to the combination.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Recognize(TokenSequence, FuncMatch, Boolean) |
Recognize specified search query and return matches combinations to specified handler.
|
![]() | Recognize(TokenSequence, FuncMatch, Boolean, FuncMatch, Boolean) |
Recognize specified search query and return filtered combinations of matches to specified handler.
|
![]() | ToString | (Inherited from Object.) |
See Also