Represents the sequence of tokens (parsed search query).
Inheritance Hierarchy
NReco.NLQueryTokenSequence
Namespace: NReco.NLQuery
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
The TokenSequence type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TokenSequence | Initializes a new instance of the TokenSequence class |
Properties
| Name | Description | |
|---|---|---|
| FirstToken | ||
| LastToken | ||
| Tokens |
Methods
| Name | Description | |
|---|---|---|
| Between | ||
| Distance |
Returns distrance between tokens in the phrase.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetIndex | ||
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Next | ||
| Prev | ||
| ToString | (Overrides ObjectToString.) |
See Also