Chronophylos / KrappaChat

A simple crossplatform Interface for Twitch Chat
GNU General Public License v3.0
3 stars 0 forks source link

Emote completion #4

Open nvalis opened 6 years ago

nvalis commented 6 years ago

Completion of entered emotes by substring and maybe keywords with popup suggestions.

Chronophylos commented 6 years ago

prefer monkaS over monkaSHAKE when typing monkas

nvalis commented 6 years ago

Best would be probably completion by Levenshtein distance and weight depending on gathered usage. Your example would yield a distance of 1 for (monkas,monkaS) and a distance of 5 for (monkas,monkaSHAKE) Could be done using Jellyfish.

nvalis commented 6 years ago

Autocompletion