| Constructor and Description |
|---|
JapaneseTokenizer(FTOpt fto)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.basex.util.ft.LanguageImpl o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
hasNext() |
JapaneseTokenizer |
init(byte[] txt)
Initializes the iterator.
|
FTSpan |
next() |
byte[] |
nextToken()
Returns the next token.
|
protected byte |
prec()
Returns the precedence of the processor.
|
boolean |
supports(Language ln)
Checks if the specified language is supported.
|
supportForremovepublic JapaneseTokenizer(FTOpt fto)
fto - (optional) full-text optionspublic JapaneseTokenizer init(byte[] txt)
FTIteratorinit in class FTIteratortxt - textpublic boolean hasNext()
public FTSpan next()
public byte[] nextToken()
FTIteratorIterator.next()
to avoid the creation of new FTSpan instances.nextToken in class FTIteratorprotected byte prec()
public boolean supports(Language ln)
ln - languagepublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int compareTo(org.basex.util.ft.LanguageImpl o)
compareTo in interface java.lang.Comparable<org.basex.util.ft.LanguageImpl>public int hashCode()
hashCode in class java.lang.Object