C# 클래스 Lucene.Net.Analysis.PanGu.PanGuTokenizer

상속: Lucene.Net.Analysis.Tokenizer
파일 보기 프로젝트 열기: JimLiu/Lucene.Net.Analysis.PanGu 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Init ( ) : void
InitPanGuSegment ( ) : void

메소드 상세

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool

InitPanGuSegment() 정적인 공개 메소드

Init PanGu Segment
static public InitPanGuSegment ( string fileName ) : void
fileName string PanGu.xml file path
리턴 void

Next() 공개 메소드

public Next ( ) : Lucene.Net.Analysis.Token
리턴 Lucene.Net.Analysis.Token

PanGuTokenizer() 공개 메소드

public PanGuTokenizer ( ) : System
리턴 System

PanGuTokenizer() 공개 메소드

public PanGuTokenizer ( System input, MatchOptions options, MatchParameter parameters ) : System
input System
options MatchOptions
parameters MatchParameter
리턴 System

PanGuTokenizer() 공개 메소드

public PanGuTokenizer ( System input, bool originalResult ) : System
input System
originalResult bool
리턴 System

PanGuTokenizer() 공개 메소드

public PanGuTokenizer ( System input, bool originalResult, MatchOptions options, MatchParameter parameters ) : System
input System
originalResult bool
options MatchOptions
parameters MatchParameter
리턴 System

SegmentToWordInfos() 공개 메소드

public SegmentToWordInfos ( String str ) : ICollection
str String
리턴 ICollection