Class ToStringUtil
Utility class for english translations of morphological data,
used only for debugging.
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public static class ToStringUtil
Methods
Get the english form of inflected form
Declaration
public static string GetInflectedFormTranslation(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
Returns
GetInflectionTypeTranslation(string)
Get the english form of inflection type
Declaration
public static string GetInflectionTypeTranslation(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
Returns
GetPOSTranslation(string)
Get the english form of a POS tag
Declaration
public static string GetPOSTranslation(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
Returns
GetRomanization(string)
Romanize katakana with modified hepburn
Declaration
public static string GetRomanization(string s)
Parameters
Type |
Name |
Description |
string |
s |
|
Returns
GetRomanization(StringBuilder, string)
Romanize katakana with modified hepburn
Declaration
public static void GetRomanization(StringBuilder builder, string s)
Parameters