C# Class SToken, GrammarEngine

Afficher le fichier Open project: Koziev/GrammarEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
index int
lemma string
part_of_speech string
tags List
word string

Méthodes publiques

Méthode Description
SToken ( ) : System
SToken ( int _index, XmlNode n_token ) : System
ToString ( ) : string

Method Details

SToken() public méthode

public SToken ( ) : System
Résultat System

SToken() public méthode

public SToken ( int _index, XmlNode n_token ) : System
_index int
n_token XmlNode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

index public_oe property

public int index
Résultat int

lemma public_oe property

public string lemma
Résultat string

part_of_speech public_oe property

public string part_of_speech
Résultat string

tags public_oe property

public List tags
Résultat List

word public_oe property

public string word
Résultat string