jp.go.nict.langrid.wrapper.ws_1_2.util
クラス ExceptionWord

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.ws_1_2.util.ExceptionWord

public class ExceptionWord
extends Object


コンストラクタの概要
ExceptionWord()
           
 
メソッドの概要
static String decode(String text)
           
static String encode(String text, String pattern)
           
static String encodeExceptionWord(String content)
           
static String encodeInvalidSeparatorWithLanguage(String text, String lang)
           
static String[] flatten(ArrayList<ArrayList<String>> arrays)
           
static ArrayList<String> getSeparators(String lang)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExceptionWord

public ExceptionWord()
メソッドの詳細

encodeExceptionWord

public static String encodeExceptionWord(String content)

encodeInvalidSeparatorWithLanguage

public static String encodeInvalidSeparatorWithLanguage(String text,
                                                        String lang)

encode

public static String encode(String text,
                            String pattern)

decode

public static String decode(String text)

getSeparators

public static ArrayList<String> getSeparators(String lang)

flatten

public static String[] flatten(ArrayList<ArrayList<String>> arrays)