Méthode | Description | |
---|---|---|
DoSegment ( string text ) : ICollection |
||
DoSegment ( string text, Match options ) : ICollection |
||
DoSegment ( string text, Match options, Match parameters ) : ICollection |
||
Init ( ) : void | ||
Init ( string fileName ) : void |
Méthode | Description | |
---|---|---|
ConvertChineseCapitalToAsiic ( string text ) : string | ||
FilterStopWord ( SuperLinkedList |
||
GetInitSegment ( string text ) : SuperLinkedList |
||
GetStem ( string word ) : string | ||
InitInfinitiveVerbTable ( ) : void | ||
LoadDictionary ( ) : void | ||
MergeEnglishSpecialWord ( string orginalText, SuperLinkedList |
合并英文专用词。 如果字典中有英文专用词如U.S.A, C++.C#等 需要对初步分词后的英文和字母进行合并
|
|
PreSegment ( String text ) : SuperLinkedList |
||
ProcessAfterSegment ( string orginalText, SuperLinkedList |
public DoSegment ( string text ) : ICollection |
||
text | string | |
Résultat | ICollection |
public DoSegment ( string text, Match options ) : ICollection |
||
text | string | |
options | Match | |
Résultat | ICollection |
public DoSegment ( string text, Match options, Match parameters ) : ICollection |
||
text | string | |
options | Match | |
parameters | Match | |
Résultat | ICollection |
public static Init ( string fileName ) : void | ||
fileName | string | |
Résultat | void |