パッケージ nlp4j.impl
クラス DefaultDocumentAnnotatorPipelineRunnable
- java.lang.Object
-
- nlp4j.AbstractDocumentAnnotator
-
- nlp4j.impl.DefaultDocumentAnnotatorPipeline
-
- nlp4j.impl.DefaultDocumentAnnotatorPipelineRunnable
-
- すべての実装されたインタフェース:
Runnable
,DocumentAnnotator
,DocumentAnnotatorPipeline
public class DefaultDocumentAnnotatorPipelineRunnable extends DefaultDocumentAnnotatorPipeline implements Runnable
Runnable 対応版- 導入されたバージョン:
- 1.3
- 作成者:
- Hiroki Oya
-
-
フィールドの概要
-
クラスから継承されたフィールド nlp4j.AbstractDocumentAnnotator
prop, targets
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DefaultDocumentAnnotatorPipelineRunnable()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 List<Document>
getDocs()
void
run()
void
setDocs(List<Document> docs)
-
クラスから継承されたメソッド nlp4j.impl.DefaultDocumentAnnotatorPipeline
add, annotate, annotate, annotatorsSize, getAnnotatorIndexInProcess, getDocIndexInProcess
-
クラスから継承されたメソッド nlp4j.AbstractDocumentAnnotator
setProperties, setProperty
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド nlp4j.DocumentAnnotator
setProperties, setProperty
-
-