KeywordExtractor

Implementations can extract keywords from text

Properties

Link copied to clipboard
abstract val keywords: Set<String>

All known keywords

Functions

Link copied to clipboard
abstract fun extractKeywords(text: String): Set<String>

Extract keywords from the given text

Link copied to clipboard
open fun matchCountToScore(matchCount: Int): <Error class: unknown class>

Converts a match count to a similarity score between 0 and 1.