Search Results for

    Show / Hide Table of Contents

    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 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
    bool

    BreakOnApostrophe

    If false, 2 words separated by an apostrophe count as 1

    Declaration
    public bool BreakOnApostrophe
    Field Value
    Type Description
    bool

    BreakOnDash

    If false, 2 words separated by a dash count as 1

    Declaration
    public bool BreakOnDash
    Field Value
    Type Description
    bool

    BreakOnHyphen

    If false, 2 words separated by a hyphen count as 1

    Declaration
    public bool BreakOnHyphen
    Field Value
    Type Description
    bool

    BreakOnTag

    If false, 2 words separated by a formatting tag count as 1

    Declaration
    public bool BreakOnTag
    Field Value
    Type Description
    bool
    In this article
    • Constructors
      • WordCountsOptions()
    • Fields
      • BreakAdvancedTokensByCharacter
      • BreakOnApostrophe
      • BreakOnDash
      • BreakOnHyphen
      • BreakOnTag
    Back to top Generated by DocFX