nerzid / variable-recommendation-system

Variable recommendation system for Java
Apache License 2.0
0 stars 0 forks source link

Improve string matching algorithm #3

Open nerzid opened 6 years ago

nerzid commented 6 years ago

Levenshtein and Jaccard doesn't work well with our recommendation system. For example; when we give input cur it recommends score or other words but we actually expect the outcome to be current.

Some of the rules I think of when abbreviating in programming;

Types of abbreviations are;

nerzid commented 6 years ago

Some of the links I find for string matching, I'll post them here.

nerzid commented 6 years ago

Some of the links I find for abbreviation and how to do it.