Hi, Emanuel Berg wrote: > how to make it score - say - 62% > if some of the words are present, mostly spelled like that and > combined in ways that are not completely different?
Looks like a popular aspect of artificial intelligence. Googling "ai distance between texts" brings arbitrarily sophisticated ways of fuzzy text comparison. Like: https://medium.com/activewizards-machine-learning-company/comparison-of-the-text-distance-metrics-aed2eadfd1f1 https://en.wikipedia.org/wiki/Levenshtein_distance The public search engines use such comparisons themselves. "hunt the wumpis" usually leads to "hunt the wumpus". Have a nice day :) Thomas