C# Class SIL.Cog.Domain.Components.PairwiseWordAlignerResult

Inheritance: WordAlignerResultBase
ファイルを表示 Open project: sillsdev/cog

Public Methods

Method Description
GetAlignments ( ) : ShapeNode>>.IEnumerable
PairwiseWordAlignerResult ( IWordAligner wordAligner, ShapeNode>.IPairwiseAlignmentScorer scorer, SIL.Cog.Domain.Components.WordPairAlignerSettings settings, Word word1, Word word2 ) : System.Collections.Generic

Method Details

GetAlignments() public method

public GetAlignments ( ) : ShapeNode>>.IEnumerable
return ShapeNode>>.IEnumerable

PairwiseWordAlignerResult() public method

public PairwiseWordAlignerResult ( IWordAligner wordAligner, ShapeNode>.IPairwiseAlignmentScorer scorer, SIL.Cog.Domain.Components.WordPairAlignerSettings settings, Word word1, Word word2 ) : System.Collections.Generic
wordAligner IWordAligner
scorer ShapeNode>.IPairwiseAlignmentScorer
settings SIL.Cog.Domain.Components.WordPairAlignerSettings
word1 Word
word2 Word
return System.Collections.Generic