C# 클래스 CFGLib.GrammarHelpers

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

공개 메소드들

메소드 설명
CloneGrammar ( Grammar grammar ) : ISet

비공개 메소드들

메소드 설명
BuildLookupTable ( IEnumerable productions ) : ICollection>.Dictionary
CloneProductions ( IEnumerable productions ) : ISet
GetNonterminals ( ISet productions ) : ISet
GetNullable ( ISet originalProductions ) : double>.Dictionary

Returns a dictionary containing the probability that any particular nonterminal yields ε

GetNullableNonterminals ( ISet originalProductions ) : ISet
GetProductionProbability ( Production production, int>.Dictionary nonterminalToIndex, double previousEstimates ) : double

메소드 상세

CloneGrammar() 공개 정적인 메소드

public static CloneGrammar ( Grammar grammar ) : ISet
grammar Grammar
리턴 ISet