パッケージ nlp4j.util

クラス KeywordUtil


  • public class KeywordUtil
    extends Object
    作成者:
    Hiroki Oya
    • コンストラクタの詳細

      • KeywordUtil

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

      • fromXml

        public static <T extends KeywordList<T> fromXml​(String xml,
                                                          Class<T> classofT)
        TODO: implement Method
        型パラメータ:
        T -
        パラメータ:
        xml -
        classofT -
        戻り値:
      • toKeywordList

        public static List<Keyword> toKeywordList​(KeywordWithDependency kw)
        Convert KeywordWithDependency to List of Keyword
        パラメータ:
        kw - to be Listed
        戻り値:
        List of keyword
      • toLexString

        public static String toLexString​(List<Keyword> kwds)
        パラメータ:
        kwds -
        戻り値:
        導入されたバージョン:
        1.3.3.0.20211227