Package com.gengoai.hermes.extraction.keyword
-
Interface Summary Interface Description KeywordExtractor A keyword extractor determines the important words, phrases, or concepts inHString
returning a counter of keywords and their corresponding scores. -
Class Summary Class Description NPClusteringKeywordExtractor Implementation of the NP Clustering Keyword Extractor presented in:RakeKeywordExtractor Implementation of the RAKE keyword extraction algorithm as presented in:TermKeywordExtractor Implementation of aKeywordExtractor
that extracts and scores terms based on a givenFeaturizingExtractor
*.TextRank Implementation of the TextRank algorithm for keyword extraction as defined in: Mihalcea, R., Tarau, P.: "Textrank: Bringing order into texts".TFIDFKeywordExtractor Keyword extractor that scores words based on their TFIDF value.