Represents a match which describes one or more tokens from original search query.
Inheritance Hierarchy
NReco.NLQuery.Matchers.Match
More...
Namespace: NReco.NLQuery.Matchers
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The Match type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Match | Initializes a new instance of the Match class |
Properties
Name | Description | |
---|---|---|
![]() | End |
End token. Can be equal to Start if only one token is matched.
|
![]() | Score |
Measure that reflects match score (0..1).
|
![]() | Start |
Start token.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ScoreCertain | |
![]() ![]() | ScoreMaybe |
See Also
Reference
Inheritance Hierarchy
NReco.NLQuery.Matchers.Match
NReco.NLQuery.Matchers.DateMatch
NReco.NLQuery.Matchers.DateOffsetMatch
NReco.NLQuery.Matchers.KeyMatch<T>
NReco.NLQuery.Matchers.NumberMatch
NReco.NLQuery.Matchers.StubMatch
NReco.NLQuery.Table.ColumnConditionMatch
NReco.NLQuery.Table.ColumnMatch
NReco.NLQuery.Table.TableMatch