インタフェースの使用
nlp4j.KeywordWithDependency
-
KeywordWithDependencyを使用しているパッケージ パッケージ 説明 nlp4j NLP4J のコアパッケージ
package for data classnlp4j.impl 実装クラスのパッケージです。nlp4j.node Package for Nodenlp4j.pattern Package for Keyword Pattern Matchingnlp4j.util ユーティリティクラスのパッケージです。 -
-
nlp4jでのKeywordWithDependencyの使用
KeywordWithDependencyを返すnlp4jのメソッド 修飾子とタイプ メソッド 説明 KeywordWithDependency
KeywordWithDependency. getParent()
親の依存関係のあるキーワードを返します。KeywordWithDependency
KeywordWithDependency. getParent(int depth)
階層の数を指定して親の依存関係のあるキーワードを返します。KeywordWithDependency
KeywordWithDependency. getRoot()
親の依存関係にあるキーワードで最も親(ルート)に位置するキーワードを返します。KeywordWithDependency型の引数を持つ型を返すnlp4jのメソッド 修飾子とタイプ メソッド 説明 List<KeywordWithDependency>
KeywordWithDependency. asList()
依存関係のあるキーワードをリストとして返します。ArrayList<KeywordWithDependency>
KeywordWithDependency. getChildren()
依存関係のある子ノードのキーワードを返します。KeywordWithDependency型のパラメータを持つnlp4jのメソッド 修飾子とタイプ メソッド 説明 void
KeywordWithDependency. addChild(KeywordWithDependency keyword)
依存関係の子ノードを追加します。void
KeywordWithDependency. addChildOnly(KeywordWithDependency keyword)
依存関係の子ノードを追加します。void
KeywordWithDependency. setParent(KeywordWithDependency parent)
親の依存関係にあるキーワードをセットします。void
KeywordWithDependency. setParentOnly(KeywordWithDependency parent)
親の依存関係にあるキーワードをセットします。 -
nlp4j.implでのKeywordWithDependencyの使用
KeywordWithDependencyを実装しているnlp4j.implのクラス 修飾子とタイプ クラス 説明 class
DefaultKeywordWithDependency
係り受けの関係を持つキーワードのクラスです。KeywordWithDependencyとして宣言されているnlp4j.implのフィールド 修飾子とタイプ フィールド 説明 protected KeywordWithDependency
DefaultKeywordWithDependency. parent
KeywordWithDependency型の型パラメータを持つnlp4j.implのフィールド 修飾子とタイプ フィールド 説明 protected ArrayList<KeywordWithDependency>
DefaultKeywordWithDependency. children
KeywordWithDependencyを返すnlp4j.implのメソッド 修飾子とタイプ メソッド 説明 KeywordWithDependency
DefaultKeywordWithDependency. getParent()
KeywordWithDependency
DefaultKeywordWithDependency. getParent(int depth)
KeywordWithDependency
DefaultKeywordWithDependency. getRoot()
KeywordWithDependency型の引数を持つ型を返すnlp4j.implのメソッド 修飾子とタイプ メソッド 説明 List<KeywordWithDependency>
DefaultKeywordWithDependency. asList()
ArrayList<KeywordWithDependency>
DefaultKeywordWithDependency. getChildren()
KeywordWithDependency型のパラメータを持つnlp4j.implのメソッド 修飾子とタイプ メソッド 説明 void
DefaultKeywordWithDependency. addChild(KeywordWithDependency keyword)
void
DefaultKeywordWithDependency. addChildOnly(KeywordWithDependency keyword)
void
DefaultKeywordWithDependency. setParent(KeywordWithDependency parent)
void
DefaultKeywordWithDependency. setParentOnly(KeywordWithDependency parent)
static String
KeywordFormatter. toString1(KeywordWithDependency kwd)
キーワードを文字列表現にフォーマットします。static String
KeywordFormatter. toString2(KeywordWithDependency kwd)
static String
KeywordFormatter. toStringAsXml(KeywordWithDependency kwd)
-
nlp4j.nodeでのKeywordWithDependencyの使用
KeywordWithDependency型の型パラメータを持つnlp4j.nodeのクラス 修飾子とタイプ クラス 説明 class
NodeKeyword<T extends KeywordWithDependency>
-
nlp4j.patternでのKeywordWithDependencyの使用
KeywordWithDependencyを実装しているnlp4j.patternのクラス 修飾子とタイプ クラス 説明 class
KeywordRule
KeywordWithDependency型のパラメータを持つnlp4j.patternのメソッド 修飾子とタイプ メソッド 説明 static List<Keyword>
PatternMatcher. match(KeywordWithDependency targetKeyword, Pattern rulePattern)
-
nlp4j.utilでのKeywordWithDependencyの使用
KeywordWithDependency型の引数を持つ型を返すnlp4j.utilのメソッド 修飾子とタイプ メソッド 説明 static List<KeywordWithDependency>
KeywordUtil. fromXml(File xmlFile)
Parse Keywords from XML filestatic List<KeywordWithDependency>
KeywordUtil. fromXml(InputStream xmlIs)
Parse Keywords from XML fileList<KeywordWithDependency>
KeywordHandler. getKeywords()
KeywordWithDependency型のパラメータを持つnlp4j.utilのメソッド 修飾子とタイプ メソッド 説明 static com.google.gson.JsonObject
DocumentUtil. toJsonObject(KeywordWithDependency kwd)
created at: 2022-05-14static List<Keyword>
KeywordUtil. toKeywordList(KeywordWithDependency kw)
Convert KeywordWithDependency to List of Keywordstatic String
KeywordUtil. toXml(KeywordWithDependency kwd)
-