インタフェースの使用
nlp4j.KeywordAnnotator
-
KeywordAnnotatorを使用しているパッケージ パッケージ 説明 nlp4j.annotator NLP4J のAnnotatorパッケージ
package for Annotator -
-
nlp4j.annotatorでのKeywordAnnotatorの使用
KeywordAnnotatorを実装しているnlp4j.annotatorのクラス 修飾子とタイプ クラス 説明 class
CompoundAnnotator
複合名詞のアノテーションを処理する。class
KeywordFacetFilteringAnnotator
キーワードをファセットでフィルタリングする
プロパティ
filter カンマ区切りの複数ファセットclass
KeywordFacetMappingAnnotator
ファセット名を変換する
reference: Stanford CoreNLP POSタグまとめ https://qiita.com/syunyo/items/2c1ce1d765f46a5c1d72class
KeywordFixAnnotator
正規形がアスタリスクになっているのを修正するclass
KeywordSequencePatternAnnotator
語の並びに対してパターンマッチを適用する
Pattern Annotator for Keyword Sequence (語の並び)class
Nokku34Annotator
「名詞の名詞」を「word_nn_no_nn」キーワードとして抽出します。class
NumeralAnnotator
Annotator for Numeral (数詞)
名詞のファセットキーワードのうち、数字のみのキーワードのファセットを数詞とする
例:
{lex:"103",facet:"名詞"}→{lex:"103",facet:"数詞"}
-