CooccurrenceKeywords

public class CooccurrenceKeywords implements Keywords<Int>

Unsupervised Keyword Extraction Based on algorithm proposed in DOI:10.1142/S0218213004001466

Functions

Link copied to clipboard
public List<Pair<List<String>, Integer>> keywords(    String text,     Integer top,     LanguageSupport languageSupport)

Properties

Link copied to clipboard
public final static CooccurrenceKeywords INSTANCE