C# Class LayoutFarm.TextBreak.ThaiDictionaryBreakingEngine

Inheritance: DictionaryBreakingEngine
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
CanBeStartChar ( char c ) : bool
SetDictionaryData ( CustomDic customDic ) : void

Méthodes protégées

Méthode Description
GetWordGroupForFirstChar ( char c ) : WordGroup

Private Methods

Méthode Description
ThaiDictionaryBreakingEngine ( )

Method Details

CanBeStartChar() public méthode

public CanBeStartChar ( char c ) : bool
c char
Résultat bool

GetWordGroupForFirstChar() protected méthode

protected GetWordGroupForFirstChar ( char c ) : WordGroup
c char
Résultat WordGroup

SetDictionaryData() public méthode

public SetDictionaryData ( CustomDic customDic ) : void
customDic CustomDic
Résultat void