MCPcopy Create free account
hub / github.com/WuLC/KeywordExtraction / getKeyword

Method getKeyword

src/com/lc/nlp/keyword/algorithm/TextRank.java:49–82  ·  view source on GitHub ↗

extract keywords in terms of title and content of document @param title(String): title of document @param content(String): content of document @param sysKeywordCount(int): number of keywords to extract,default 5 @param window(int): size of the co-occur window, default 3 @return (List ): list

(String title, String content)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

textRankTFIDFVoteMethod · 0.95

Calls 1

getWordScoreMethod · 0.95

Tested by

no test coverage detected