TokenSequence Class

NReco.NLQuery Class Library Documentation
Represents the sequence of tokens (parsed search query).
Inheritance Hierarchy

SystemObject
  NReco.NLQueryTokenSequence

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

public class TokenSequence

The TokenSequence type exposes the following members.

Constructors

  NameDescription
Public methodTokenSequence
Initializes a new instance of the TokenSequence class
Top
Properties

  NameDescription
Public propertyFirstToken
Public propertyLastToken
Public propertyTokens
Top
Methods

  NameDescription
Public methodBetween
Public methodDistance
Returns distrance between tokens in the phrase.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIndex
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNext
Public methodPrev
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference