パッケージ nlp4j.annotator
クラス WakachiAnnotator
- java.lang.Object
-
- nlp4j.AbstractDocumentAnnotator
-
- nlp4j.annotator.WakachiAnnotator
-
- すべての実装されたインタフェース:
DocumentAnnotator
,FieldAnnotator
public class WakachiAnnotator extends AbstractDocumentAnnotator implements DocumentAnnotator, FieldAnnotator
日本語を分かち書きにするアノテーター
事前にキーワードをセットしておくこと- 導入されたバージョン:
- 1.2.1.0
- 作成者:
- Hiroki Oya
-
-
フィールドの概要
-
クラスから継承されたフィールド nlp4j.AbstractDocumentAnnotator
prop, targets
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 WakachiAnnotator()
default Constructor. set default target as 'text_wakachi'
-
メソッドの概要
すべてのメソッド インスタンス・メソッド 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
- 例外発生時
-
-