C# 클래스 SToken, GrammarEngine

파일 보기 프로젝트 열기: Koziev/GrammarEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
index int
lemma string
part_of_speech string
tags List
word string

공개 메소드들

메소드 설명
SToken ( ) : System
SToken ( int _index, XmlNode n_token ) : System
ToString ( ) : string

메소드 상세

SToken() 공개 메소드

public SToken ( ) : System
리턴 System

SToken() 공개 메소드

public SToken ( int _index, XmlNode n_token ) : System
_index int
n_token XmlNode
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

index 공개적으로 프로퍼티

public int index
리턴 int

lemma 공개적으로 프로퍼티

public string lemma
리턴 string

part_of_speech 공개적으로 프로퍼티

public string part_of_speech
리턴 string

tags 공개적으로 프로퍼티

public List tags
리턴 List

word 공개적으로 프로퍼티

public string word
리턴 string