パッケージ nlp4j
インタフェース DocumentAnnotatorPipeline
-
- すべてのスーパーインタフェース:
DocumentAnnotator
public interface DocumentAnnotatorPipeline extends DocumentAnnotator
ドキュメントアノテーターのパイプライン処理。
Pipeline Process of Document Annotation.- 導入されたバージョン:
- 1.0
- 作成者:
- Hiroki Oya
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 void
add(DocumentAnnotator annotator)
アノテーターを追加します。-
インタフェースから継承されたメソッド nlp4j.DocumentAnnotator
annotate, annotate, setProperties, setProperty
-
-
-
-
メソッドの詳細
-
add
void add(DocumentAnnotator annotator) throws Exception
アノテーターを追加します。
Add an annotator.- パラメータ:
annotator
- アノテーター- 例外:
Exception
- 例外発生時
-
-