|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface LanguageIdentificationClient
形態素解析サービスのクライアントが実装するインターフェース。
| メソッドの概要 | |
|---|---|
String[] |
getSupportedEncodings()
対応しているエンコーディング一覧を返す。 |
String[] |
getSupportedLanguages()
対応している言語一覧を返す。 |
String |
identify(String text,
String originalEncoding)
言語を識別する。 |
LanguageAndEncoding |
identifyLanguageAndEncoding(byte[] textBytes)
言語とエンコーディングを識別する。 |
| インタフェース jp.go.nict.langrid.client.ws_1_2.ServiceClient から継承されたメソッド |
|---|
getHttpHeaders, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId |
| メソッドの詳細 |
|---|
LanguageAndEncoding identifyLanguageAndEncoding(byte[] textBytes)
throws LangridException
textBytes - 識別する文字列
LangridException - サービスの呼び出しに失敗した
String identify(String text,
String originalEncoding)
throws LangridException
text - 識別する文字列originalEncoding - 文字列のエンコーディング
LangridException - サービスの呼び出しに失敗した
String[] getSupportedLanguages()
throws LangridException
LangridException - サービスの呼び出しに失敗した
String[] getSupportedEncodings()
throws LangridException
LangridException - サービスの呼び出しに失敗した
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||