Class FragmentAssemblySettings
Encapsulates the settings used for fragment assembly supported pre-translation.
Inheritance
Syntax
public class FragmentAssemblySettings
Fields
ChangeCase
Normally, memoQ adjusts the lowercase/uppercase setting of the terms to the source text that is replaced. To stop this, set this value to true. When this is unchecked, memoQ will keep the lowercase/uppercase setting from the term base.
Declaration
public bool ChangeCase
Type
System.BooleanCoverageType
Indicates how much the fragment-assembled match should cover from the source text.
Declaration
public MatchCoverageType CoverageType
Type
MatchCoverageTypeExcludeSource
You can have fragment-assembled suggestions that does not contain any source text. In this case, text that cannot be replaced will not be there in the suggestion.
Declaration
public bool ExcludeSource
Type
System.BooleanIncludeAT
Set this member to true if memoQ should look for matches in the auto-translatables.
Declaration
public bool IncludeAT
Type
System.BooleanIncludeFrag
Set this member to true if memoQ should look for matches in the LiveDocs corpora.
Declaration
public bool IncludeFrag
Type
System.BooleanIncludeNT
Set this member to true if memoQ should look for matches in the non-translatables.
Declaration
public bool IncludeNT
Type
System.BooleanIncludeNum
Set this member to true if memoQ should look for matches in the numbers.
Declaration
public bool IncludeNum
Type
System.BooleanIncludeTB
Set this member to true if memoQ should look for matches in the TBs.
Declaration
public bool IncludeTB
Type
System.BooleanMinCoverage
This member is evaluated only if the CoverageType is set to NotFull. In this case it indicates the percentage of the source text to be replaced.
Declaration
public int MinCoverage