Icon

Fuzzy Keyword Detection in Customer Reviews

<p>This workflow demonstrates how to detect keywords in customer review texts using fuzzy string matching. A list of keywords is compared against input documents with the Levenshtein algorithm, allowing typo-tolerant detection based on a configurable maximum edit distance. The output table shows each text together with the matched keywords and similarity scores.</p>

Nodes

Extensions

Links