Method | Description | |
---|---|---|
IncrementToken ( ) : bool | ||
InitPanGuSegment ( string fileName ) : void |
Init PanGu Segment
|
|
Next ( ) : Lucene.Net.Analysis.Token | ||
PanGuTokenizer ( ) : System | ||
PanGuTokenizer ( System input, MatchOptions options, MatchParameter parameters ) : System | ||
PanGuTokenizer ( System input, bool originalResult ) : System | ||
PanGuTokenizer ( System input, bool originalResult, MatchOptions options, MatchParameter parameters ) : System | ||
SegmentToWordInfos ( String str ) : ICollection |
Method | Description | |
---|---|---|
Init ( ) : void | ||
InitPanGuSegment ( ) : void |
static public InitPanGuSegment ( string fileName ) : void | ||
fileName | string | PanGu.xml file path |
return | void |
public PanGuTokenizer ( System input, MatchOptions options, MatchParameter parameters ) : System | ||
input | System | |
options | MatchOptions | |
parameters | MatchParameter | |
return | System |
public PanGuTokenizer ( System input, bool originalResult ) : System | ||
input | System | |
originalResult | bool | |
return | System |
public PanGuTokenizer ( System input, bool originalResult, MatchOptions options, MatchParameter parameters ) : System | ||
input | System | |
originalResult | bool | |
options | MatchOptions | |
parameters | MatchParameter | |
return | System |
public SegmentToWordInfos ( String str ) : ICollection |
||
str | String | |
return | ICollection |