jp.go.nict.langrid.client.ws_1_2
インタフェース ParallelTextWithIdClient
- すべてのスーパーインタフェース:
- ParallelTextClient, ServiceClient
- 既知の実装クラスの一覧:
- ParallelTextWithIdClientImpl
public interface ParallelTextWithIdClient
- extends ParallelTextClient
ID付き用例対訳サービスのクライアントが実装するインターフェース。
- バージョン:
- $Revision: 9481 $
- 作成者:
- Takao Nakaguchi, $Author: nakaguchi $
searchParallelTexts
ParallelTextWithId[] searchParallelTexts(Language sourceLang,
Language targetLang,
String text,
MatchingMethod matchingMethod,
String[] categoryIds)
throws LangridException
- 指定された検索語、マッチング方法でID/カテゴリ付き用例対訳の検索を行う。
- パラメータ:
sourceLang
- 元言語。RFC3066準拠targetLang
- 対訳を探す言語。RFC3066準拠text
- 対訳を探す文章matchingMethod
- 検索方法categories
- カテゴリ。省略時空配列
- 戻り値:
- 検索結果が格納された配列。存在しない場合空配列
- 例外:
LangridException
- 処理に失敗した
listCategories
Category[] listCategories()
throws LangridException
- カテゴリの一覧を取得する。
- 戻り値:
- カテゴリ一覧
- 例外:
LangridException
- 処理に失敗した