パッケージ nlp4j.impl

クラス DefaultDocumentAnnotator

  • すべての実装されたインタフェース:
    DocumentAnnotator

    public class DefaultDocumentAnnotator
    extends AbstractDocumentAnnotator
    自然言語データに対して情報を付加するドキュメントアノテーターです。
    Document annotator for Natural Language Input.
    導入されたバージョン:
    1.0
    作成者:
    Hiroki Oya
    • コンストラクタの詳細

      • DefaultDocumentAnnotator

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

      • annotate

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