Represents a token (simplest element of the natural language query).
Inheritance Hierarchy
NReco.NLQueryToken
Namespace: NReco.NLQuery
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The Token type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Token | Initializes a new instance of the Token class |
Properties
Name | Description | |
---|---|---|
StartIndex |
First char index in the original search query string.
| |
Type |
Type of this token.
| |
Value |
Value of this token.
| |
ValueLowerCase |
Lower-case value of this token.
|
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
See Also