Class StatisticsOptions
Encapsulates options for running statistics on server project translation documents.
Syntax
public class StatisticsOptions
Fields
Algorithm
Determines the algorithm to be used.
Declaration
public StatisticsAlgorithm Algorithm
Type
StatisticsAlgorithmAnalysis_Homogenity
If true, homogenity analysis if permormed.
Declaration
public bool Analysis_Homogenity
Type
BooleanAnalysis_ProjectTMs
If true analysis if performed on the transation memories of the project.
Declaration
public bool Analysis_ProjectTMs
Type
BooleanAnalyzis_DetailsByTM
If true, analysis for each project TM is inluded in the output. Ignored if Analysis_ProjectTMs is false.
Declaration
public bool Analyzis_DetailsByTM
Type
BooleanDisableCrossFileRepetition
If true, identical segments in different documents are not counted as repetitions.
Declaration
public bool DisableCrossFileRepetition
Type
BooleanIncludeLockedRows
Determines of translation segments (rows) locked by users are to be included in the statistic calculations.
Declaration
public bool IncludeLockedRows
Type
BooleanRepetitionPreferenceOver100
If true, repetitive 100% matches are counted as repetitions; if false, they are counted as 100% matches. Default behavior is true.
Declaration
public bool RepetitionPreferenceOver100
Type
BooleanShowCounts
If true, segment counts are included in the output.
Declaration
public bool ShowCounts
Type
BooleanShowCounts_IncludeTargetCount
If true, segment counts for the target segments are included in the output. Ignored if ShowCounts is false.
Declaration
public bool ShowCounts_IncludeTargetCount
Type
BooleanShowCounts_IncludeWhitespacesInCharCount
If true, status report character counts include whitespaces; false otherwise. Default behavior is false.
Declaration
public bool ShowCounts_IncludeWhitespacesInCharCount
Type
BooleanShowCounts_StatusReport
If true, status report is included in the Counts output. Ignored if ShowCounts is false.
Declaration
public bool ShowCounts_StatusReport
Type
BooleanShowResultsPerFile
If true, information for every single document is included in the output, not only aggregates.
Declaration
public bool ShowResultsPerFile
Type
BooleanTagCharWeight
Tag char weightening. Must be between 0 and 9.99 (both inclusive).
Declaration
public double TagCharWeight
Type
DoubleTagWordWeight
Tag word weightening. Must be between 0 and 9.99 (both inclusive). If the word weight is 0.2, and a category contains 12 words and 5 tags, then the adjusted word count will be 13.
Declaration
public double TagWordWeight