timwangmusic / Autocomplete-System

Restful Autocomplete service with Neo4j graph backend. Returns top suggestions.
MIT License
39 stars 7 forks source link

Text Similarity #4

Open moeinserpico opened 5 years ago

moeinserpico commented 5 years ago

Is there any Neo4j built-in function to find similar terms? this app not work for similar terms

timwangmusic commented 5 years ago

Good suggestion. Regular tries do not support such intelligence. I think one way to do it would be to train the word2vec and create a similarity table so that the similar words for a particular word can be searched efficiently. Not sure if Neo4j supports, but I think we can connect the nodes by their similarity.