Token Class

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

System.Object
  NReco.NLQuery.Token

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 Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides Object.ToString().)
Top
See Also

Reference