パッケージ nlp4j.annotator
クラス KeywordFixAnnotator
- java.lang.Object
-
- nlp4j.AbstractDocumentAnnotator
-
- nlp4j.annotator.KeywordFixAnnotator
-
- すべての実装されたインタフェース:
DocumentAnnotator
,KeywordAnnotator
public class KeywordFixAnnotator extends AbstractDocumentAnnotator implements DocumentAnnotator, KeywordAnnotator
正規形がアスタリスクになっているのを修正する- 導入されたバージョン:
- 1.3
- 作成者:
- Hiroki Oya
-
-
フィールドの概要
-
クラスから継承されたフィールド nlp4j.AbstractDocumentAnnotator
prop, targets
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 KeywordFixAnnotator()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 void
annotate(Document doc)
ドキュメントにアノテーションを付加します。-
クラスから継承されたメソッド nlp4j.AbstractDocumentAnnotator
annotate, setProperties, setProperty
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド nlp4j.DocumentAnnotator
annotate, setProperties, setProperty
-
-
-
-
メソッドの詳細
-
annotate
public void annotate(Document doc) throws Exception
インタフェースからコピーされた説明:DocumentAnnotator
ドキュメントにアノテーションを付加します。
Add an annotation to a document.- 定義:
annotate
インタフェース内DocumentAnnotator
- パラメータ:
doc
- ドキュメント- 例外:
Exception
- 例外発生時
-
-