C# 클래스 SIL.Cog.Domain.Components.DolgopolskyCognateIdentifier

상속: ICognateIdentifier
파일 보기 프로젝트 열기: sillsdev/cog 1 사용 예제들

공개 메소드들

메소드 설명
DolgopolskyCognateIdentifier ( SegmentPool segmentPool, IEnumerable soundClasses, int initialEquivalenceThreshold ) : System.Collections.Generic
UpdatePredictedCognacy ( WordPair wordPair, IWordAlignerResult alignerResult ) : void

메소드 상세

DolgopolskyCognateIdentifier() 공개 메소드

public DolgopolskyCognateIdentifier ( SegmentPool segmentPool, IEnumerable soundClasses, int initialEquivalenceThreshold ) : System.Collections.Generic
segmentPool SegmentPool
soundClasses IEnumerable
initialEquivalenceThreshold int
리턴 System.Collections.Generic

UpdatePredictedCognacy() 공개 메소드

public UpdatePredictedCognacy ( WordPair wordPair, IWordAlignerResult alignerResult ) : void
wordPair WordPair
alignerResult IWordAlignerResult
리턴 void