public class ToStringUtil extends Object
Constructor and Description |
---|
ToStringUtil() |
Modifier and Type | Method and Description |
---|---|
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
|
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
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.