C# Class LayoutFarm.TextBreak.ThaiDictionaryBreakingEngine

Inheritance: DictionaryBreakingEngine
ファイルを表示 Open project: prepare/HTML-Renderer

Public Methods

Method Description
CanBeStartChar ( char c ) : bool
SetDictionaryData ( CustomDic customDic ) : void

Protected Methods

Method Description
GetWordGroupForFirstChar ( char c ) : WordGroup

Private Methods

Method Description
ThaiDictionaryBreakingEngine ( )

Method Details

CanBeStartChar() public method

public CanBeStartChar ( char c ) : bool
c char
return bool

GetWordGroupForFirstChar() protected method

protected GetWordGroupForFirstChar ( char c ) : WordGroup
c char
return WordGroup

SetDictionaryData() public method

public SetDictionaryData ( CustomDic customDic ) : void
customDic CustomDic
return void