You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smart synonym search would also be magnificent. Some embedding like Word2Vec or more modern from GPT-2. I'd love play around with them.
Look, lots of guys play with them for fun, pre-training those enormous models on some specific area. Ask them to train a model on bash scripts and comments. It will then write code for you, from the comments :-)
Problem
Provide a command to search by similarity, according to different well known algorithms such as
Levenshtein, Cosine, Jaccard.
Solution
In practice, create a tiny wrapper around this library:
https://github.com/tdebatty/java-string-similarity
Normalized values would require also a new value type (decimal or float).
Benefit
Being able to search not only by exact match or regexp but also by similarity.
The text was updated successfully, but these errors were encountered: