|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.analysis.ja.util.ToStringUtil
public class ToStringUtil
Utility class for english translations of morphological data, used only for debugging.
| Constructor Summary | |
|---|---|
ToStringUtil()
|
|
| Method Summary | |
|---|---|
static String |
getInflectedFormTranslation(String s)
Get the english form of inflected form |
static String |
getInflectionTypeTranslation(String s)
Get the english form of inflection type |
static String |
getPOSTranslation(String s)
Get the english form of a POS tag |
static void |
getRomanization(Appendable builder,
CharSequence s)
Romanize katakana with modified hepburn |
static String |
getRomanization(String s)
Romanize katakana with modified hepburn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToStringUtil()
| Method Detail |
|---|
public static String getPOSTranslation(String s)
public static String getInflectionTypeTranslation(String s)
public static String getInflectedFormTranslation(String s)
public static String getRomanization(String s)
public static void getRomanization(Appendable builder,
CharSequence s)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||