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

Inheritance: IWordAlignerResult
Afficher le fichier Open project: sillsdev/cog

Méthodes publiques

Méthode Description
GetAlignments ( ) : ShapeNode>>.IEnumerable

Méthodes protégées

Méthode Description
GetNodes ( Word word, int &startIndex, int &count ) : IEnumerable
WordAlignerResultBase ( IWordAligner wordAligner ) : System.Collections.Generic

Method Details

GetAlignments() public abstract méthode

public abstract GetAlignments ( ) : ShapeNode>>.IEnumerable
Résultat ShapeNode>>.IEnumerable

GetNodes() protected static méthode

protected static GetNodes ( Word word, int &startIndex, int &count ) : IEnumerable
word Word
startIndex int
count int
Résultat IEnumerable

WordAlignerResultBase() protected méthode

protected WordAlignerResultBase ( IWordAligner wordAligner ) : System.Collections.Generic
wordAligner IWordAligner
Résultat System.Collections.Generic