Autocomplete-System
Autocomplete-System copied to clipboard
Text Similarity
Is there any Neo4j built-in function to find similar terms? this app not work for similar terms
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.