C# 클래스 CFGLib.Parsers.Parser

파일 보기 프로젝트 열기: ellisonch/CFGLib

공개 메소드들

메소드 설명
Accepts ( Sentence s ) : bool
ParseGetForest ( Sentence s ) : ForestInternal
ParseGetProbability ( Sentence s ) : double

메소드 상세

Accepts() 공개 메소드

public Accepts ( Sentence s ) : bool
s Sentence
리턴 bool

ParseGetForest() 공개 추상적인 메소드

public abstract ParseGetForest ( Sentence s ) : ForestInternal
s Sentence
리턴 CFGLib.Parsers.Forests.ForestInternal

ParseGetProbability() 공개 추상적인 메소드

public abstract ParseGetProbability ( Sentence s ) : double
s Sentence
리턴 double