C# 클래스 ParserTreeViewer.ParsedCorpus

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

공개 메소드들

메소드 설명
GetSentence ( int index ) : string
GetXMLData ( int index ) : string
LoadParsing ( string _corpus_path ) : void
ParsedCorpus ( ) : System

비공개 메소드들

메소드 설명
ReadLine ( System rdr ) : string

메소드 상세

GetSentence() 공개 메소드

public GetSentence ( int index ) : string
index int
리턴 string

GetXMLData() 공개 메소드

public GetXMLData ( int index ) : string
index int
리턴 string

LoadParsing() 공개 메소드

public LoadParsing ( string _corpus_path ) : void
_corpus_path string
리턴 void

ParsedCorpus() 공개 메소드

public ParsedCorpus ( ) : System
리턴 System