프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TOKEN_TYPES | string[] |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
End ( ) : void | ||
IncrementToken ( ) : bool | ||
Reset ( ) : void | ||
WikipediaTokenizer ( AttributeFactory factory, TextReader input, int tokenOutput, IEnumerable |
Creates a new instance of the org.apache.lucene.analysis.wikipedia.WikipediaTokenizer. Attaches the
|
|
WikipediaTokenizer ( TextReader input ) : System.Collections.Generic |
Creates a new instance of the WikipediaTokenizer. Attaches the
|
|
WikipediaTokenizer ( TextReader input, int tokenOutput, IEnumerable |
Creates a new instance of the org.apache.lucene.analysis.wikipedia.WikipediaTokenizer. Attaches the
|
메소드 | 설명 | |
---|---|---|
Init ( int tokenOutput, IEnumerable |
||
collapseAndSaveTokens ( int tokenType, string type ) : void | ||
collapseTokens ( int tokenType ) : void | ||
setupSavedToken ( int positionInc, string type ) : void | ||
setupToken ( ) : void |
public WikipediaTokenizer ( AttributeFactory factory, TextReader input, int tokenOutput, IEnumerable |
||
factory | AttributeFactory | |
input | TextReader | The input |
tokenOutput | int | One of |
untokenizedTypes | IEnumerable |
|
리턴 | System.Collections.Generic |
public WikipediaTokenizer ( TextReader input ) : System.Collections.Generic | ||
input | TextReader | The Input Reader |
리턴 | System.Collections.Generic |
public WikipediaTokenizer ( TextReader input, int tokenOutput, IEnumerable |
||
input | TextReader | The input |
tokenOutput | int | One of |
untokenizedTypes | IEnumerable |
|
리턴 | System.Collections.Generic |