パッケージ nlp4j.yhoo_jp
クラス YJpDaService
- java.lang.Object
-
- nlp4j.yhoo_jp.YJpDaService
-
- すべての実装されたインタフェース:
nlp4j.NlpService
public class YJpDaService extends Object implements nlp4j.NlpService
推奨されていません。V1が廃止されたYahoo! Japan dependency analysis 日本語係り受け解析
NLP Service of Yahoo! Japan dependency analysis.https://developer.yahoo.co.jp/webapi/jlp/da/v1/parse.html
- 導入されたバージョン:
- 1.0
- バージョン:
- 1.0
- 作成者:
- Hiroki Oya
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 YJpDaService()
推奨されていません。Yahoo!
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 ArrayList<nlp4j.KeywordWithDependency>
getKeywords(String text)
推奨されていません。Get response from dependency analysis service 日本語係り受け解析の結果を取得するnlp4j.impl.DefaultNlpServiceResponse
process(String text)
推奨されていません。
-
-
-
メソッドの詳細
-
process
public nlp4j.impl.DefaultNlpServiceResponse process(String text) throws IOException
推奨されていません。- パラメータ:
text
- 自然言語文字列- 戻り値:
- 自然言語処理の結果
- 例外:
IOException
- 例外発生時にスローされる
-
getKeywords
public ArrayList<nlp4j.KeywordWithDependency> getKeywords(String text) throws IOException
推奨されていません。Get response from dependency analysis service 日本語係り受け解析の結果を取得する- パラメータ:
text
- 日本語の自然文文字列- 戻り値:
- 日本語係り受け解析の結果
- 例外:
IOException
- IOで発生した例外
-
-