Represents a token (simplest element of the natural language query).
Inheritance Hierarchy
NReco.NLQuery.Token
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 Object.Equals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Overrides Object.GetHashCode().) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides Object.ToString().) |
See Also
