org.apache.lucene.analysis.ja
Class ToStringUtil

java.lang.Object
  extended by org.apache.lucene.analysis.ja.ToStringUtil

public class ToStringUtil
extends Object


Constructor Summary
ToStringUtil()
           
 
Method Summary
static String getConjFormTranslation(String s)
          Get the english form of a conjugated form
static String getConjTypeTranslation(String s)
          Get the english form of a conjugational type
static String getPOSTranslation(String s)
          Get the english form of a POS tag
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

ToStringUtil

public ToStringUtil()
Method Detail

getPOSTranslation

public static String getPOSTranslation(String s)
Get the english form of a POS tag


getConjTypeTranslation

public static String getConjTypeTranslation(String s)
Get the english form of a conjugational type


getConjFormTranslation

public static String getConjFormTranslation(String s)
Get the english form of a conjugated form


getRomanization

public static String getRomanization(String s)
Romanize katakana with modified hepburn



Copyright © 2012. All Rights Reserved.