Searched defs:USER (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/kuromoji/src/java/org/apache/lucene/analysis/ja/
H A DJapaneseTokenizer.java106 USER enum constant in enum:JapaneseTokenizer.Type
224 dictionaryMap.put(Type.USER, userDictionary);
418 if ((addPenalty || (!outputCompounds && searchMode)) && type != Type.USER) {
727 System.out.println(" USER word " + new String(buffer.get(pos, posAhead - pos + 1)) + " toPos=" + (posAhead + 1));
729 add(userDictionary, posData, posAhead+1, output + arc.nextFinalOutput.intValue(), Type.USER, false);
1001 if (outputCompounds && searchMode && altToken == null && backType != Type.USER) {
1121 if (backType == Type.USER) {
1135 Type.USER,
1139 System.out.println(" add USER token=" + pending.get(pending.size()-1));

Completed in 35 milliseconds