C# 클래스 Nuve.Reader.MorphotacticsReader

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

공개 메소드들

메소드 설명
Read ( Stream xml, Alphabet alphabet ) : Morphotactics

비공개 메소드들

메소드 설명
AddNode ( TransitionSet transitionSet ) : void
AddTransitions ( TransitionSet transitionSet ) : void
BuildGraph ( ) : void
GetCondition ( System.Xml.Linq.XElement conditionElement ) : ConditionBase
GetConditionContainer ( System.Xml.Linq.XElement singleElement ) : Nuve.Condition.ConditionContainer
GetConditions ( IEnumerable conditionElements ) : IList
GetCopyTransitions ( string sourceId, IEnumerable copyElements ) : IEnumerable
GetCopyTransitions ( string sourceId, System.Xml.Linq.XElement copyElement ) : IEnumerable
GetGroupTransitions ( string sourceId, IEnumerable groupElements ) : IEnumerable
GetGroupTransitions ( string sourceId, System.Xml.Linq.XElement groupElement ) : IEnumerable
GetSingleTransitions ( string sourceId, IEnumerable singleElements ) : IEnumerable
GetSuffixGroupElements ( ) : IEnumerable
GetTransitionSetElements ( ) : IEnumerable
MorphotacticsReader ( Stream xml, Alphabet alphabet ) : System.Collections.Generic

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream xml, Alphabet alphabet ) : Morphotactics
xml System.IO.Stream
alphabet Nuve.Orthographic.Alphabet
리턴 Nuve.Morphologic.Morphotactics