Class PlaceableComputer
Inheritance
System.Object
PlaceableComputer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public static class PlaceableComputer
Methods
ComputePlaceables(Segment, Segment)
Declaration
public static List<Placeable> ComputePlaceables(Segment srcSegment, Segment trgSegment)
Parameters
Type | Name | Description |
---|---|---|
Segment | srcSegment | |
Segment | trgSegment |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Placeable> |
ComputePlaceables(TranslationUnit)
Declaration
public static List<Placeable> ComputePlaceables(TranslationUnit tu)
Parameters
Type | Name | Description |
---|---|---|
TranslationUnit | tu |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Placeable> |
ConvertPlaceablesToAlignments(List<Placeable>, LiftAlignedSpanPairSet, List<Token>, List<Token>)
Declaration
public static void ConvertPlaceablesToAlignments(List<Placeable> placeables, LiftAlignedSpanPairSet alignmentData, List<Token> sourceTokens, List<Token> targetTokens)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Placeable> | placeables | |
Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet | alignmentData | |
System.Collections.Generic.List<Token> | sourceTokens | |
System.Collections.Generic.List<Token> | targetTokens |