Class WordCountsOptions
Inheritance
System.Object
WordCountsOptions
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 class WordCountsOptions
Constructors
WordCountsOptions()
Declaration
public WordCountsOptions()
Fields
BreakAdvancedTokensByCharacter
If true, Word tokens resulting from advanced tokenization increase the Word count by the number of characters in the Word, not by 1.
Declaration
public bool BreakAdvancedTokensByCharacter
Field Value
Type | Description |
---|---|
System.Boolean |
BreakOnApostrophe
If false, 2 words separated by an apostrophe count as 1
Declaration
public bool BreakOnApostrophe
Field Value
Type | Description |
---|---|
System.Boolean |
BreakOnDash
If false, 2 words separated by a dash count as 1
Declaration
public bool BreakOnDash
Field Value
Type | Description |
---|---|
System.Boolean |
BreakOnHyphen
If false, 2 words separated by a hyphen count as 1
Declaration
public bool BreakOnHyphen
Field Value
Type | Description |
---|---|
System.Boolean |
BreakOnTag
If false, 2 words separated by a formatting tag count as 1
Declaration
public bool BreakOnTag
Field Value
Type | Description |
---|---|
System.Boolean |