Token Class

NReco.NLQuery Class Library Documentation
Represents a token (simplest element of the natural language query).
Inheritance Hierarchy

SystemObject
  NReco.NLQueryToken

Namespace:  NReco.NLQuery
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public class Token

The Token type exposes the following members.

Constructors

  NameDescription
Public methodToken
Initializes a new instance of the Token class
Top
Properties

  NameDescription
Public propertyStartIndex
First char index in the original search query string.
Public propertyType
Type of this token.
Public propertyValue
Value of this token.
Public propertyValueLowerCase
Lower-case value of this token.
Top
Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference