extractKeywords

abstract fun extractKeywords(text: String): Set<String>

Extract keywords from the given text

Return

the set of extracted keywords

Parameters

text

the text to extract keywords from