| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.analysis.icu.segmentation.ICUTokenizerConfig
public abstract class ICUTokenizerConfig
Class that allows for tailored Unicode Text Segmentation on a per-writing system basis.
| Constructor Summary | |
|---|---|
ICUTokenizerConfig()
Sole constructor.  | 
|
| Method Summary | |
|---|---|
abstract  com.ibm.icu.text.BreakIterator | 
getBreakIterator(int script)
Return a breakiterator capable of processing a given script.  | 
abstract  String | 
getType(int script,
        int ruleStatus)
Return a token type value for a given script and BreakIterator rule status.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ICUTokenizerConfig()
| Method Detail | 
|---|
public abstract com.ibm.icu.text.BreakIterator getBreakIterator(int script)
public abstract String getType(int script,
                               int ruleStatus)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||