パッケージ nlp4j.impl

クラス DefaultDocumentAnnotatorPipeline

    • コンストラクタの詳細

      • DefaultDocumentAnnotatorPipeline

        public DefaultDocumentAnnotatorPipeline()
    • メソッドの詳細

      • getAnnotatorIndexInProcess

        public int getAnnotatorIndexInProcess()
        戻り値:
        処理中AnnotatorのIndex
        導入されたバージョン:
        1.3
      • getDocIndexInProcess

        public int getDocIndexInProcess()
        戻り値:
        処理中DocumentのIndex
        導入されたバージョン:
        1.3
      • annotate

        public void annotate​(Document doc)
                      throws Exception
        インタフェースからコピーされた説明: DocumentAnnotator
        ドキュメントにアノテーションを付加します。
        Add an annotation to a document.
        定義:
        annotate インタフェース内 DocumentAnnotator
        パラメータ:
        doc - ドキュメント
        例外:
        Exception - 例外発生時
      • annotatorsSize

        public int annotatorsSize()
        戻り値:
        登録されているアノテーターの数
        導入されたバージョン:
        1.3