Class ToStringUtil
Utility class for english translations of morphological data, used only for debugging.
Inheritance
System.Object
    ToStringUtil
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Analysis.Ja.Util
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public static class ToStringUtil
  Methods
| Improve this Doc View SourceGetInflectedFormTranslation(String)
Get the english form of inflected form
Declaration
public static string GetInflectedFormTranslation(string s)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | s | 
Returns
| Type | Description | 
|---|---|
| System.String | 
GetInflectionTypeTranslation(String)
Get the english form of inflection type
Declaration
public static string GetInflectionTypeTranslation(string s)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | s | 
Returns
| Type | Description | 
|---|---|
| System.String | 
GetPOSTranslation(String)
Get the english form of a POS tag
Declaration
public static string GetPOSTranslation(string s)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | s | 
Returns
| Type | Description | 
|---|---|
| System.String | 
GetRomanization(String)
Romanize katakana with modified hepburn
Declaration
public static string GetRomanization(string s)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | s | 
Returns
| Type | Description | 
|---|---|
| System.String | 
GetRomanization(StringBuilder, String)
Romanize katakana with modified hepburn
Declaration
public static void GetRomanization(StringBuilder builder, string s)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Text.StringBuilder | builder | |
| System.String | s |