Sets whether to treat hyphenated (-) words as separate words, default is false. 
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public bool SeparateHyphenWords { get; set; }
public bool SeparateHyphenWords { get; set; }
Public Property SeparateHyphenWords As Boolean Get Set
Public Property SeparateHyphenWords As Boolean Get Set
public: property bool SeparateHyphenWords { bool get (); void set (bool value); }
public: property bool SeparateHyphenWords { bool get (); void set (bool value); }
member SeparateHyphenWords : bool with get, set
member SeparateHyphenWords : bool with get, set
 Property Value
 Property Value Remarks
 Remarks For eg. if this is true text like "cheap-deals" will be treated as two words "cheap" and "deals",
             otherwise this will be treated as one word "cheap-deals".
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

