public class HotWordUtil extends Object
词条分析,热词分析
static List<String>
stopList
HotWordUtil()
static List<HotWord>
analyse(String content)
static void
wordInit(List<String> customDictList, List<String> stopDictList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static List<String> stopList
public HotWordUtil()
public static void wordInit(List<String> customDictList, List<String> stopDictList)
public static List<HotWord> analyse(String content)
Copyright © 2024. All rights reserved.