Class WordCountsOptions
Inheritance
Object
    WordCountsOptions
  Inherited Members
      Object.ToString()
    
    
      Object.Equals(Object)
    
    
      Object.Equals(Object, Object)
    
    
      Object.ReferenceEquals(Object, Object)
    
    
      Object.GetHashCode()
    
    
      Object.GetType()
    
    
      Object.MemberwiseClone()
    
  Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class WordCountsOptionsConstructors
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 BreakAdvancedTokensByCharacterField Value
| Type | Description | 
|---|---|
| Boolean | 
BreakOnApostrophe
If false, 2 words separated by an apostrophe count as 1
Declaration
public bool BreakOnApostropheField Value
| Type | Description | 
|---|---|
| Boolean | 
BreakOnDash
If false, 2 words separated by a dash count as 1
Declaration
public bool BreakOnDashField Value
| Type | Description | 
|---|---|
| Boolean | 
BreakOnHyphen
If false, 2 words separated by a hyphen count as 1
Declaration
public bool BreakOnHyphenField Value
| Type | Description | 
|---|---|
| Boolean | 
BreakOnTag
If false, 2 words separated by a formatting tag count as 1
Declaration
public bool BreakOnTagField Value
| Type | Description | 
|---|---|
| Boolean |