I am trying to calculate the levenshtein distance between multiple strings (with about million strings) at once using AQL. However, the query just freezes for hours without any progress. Is there a way to do the same in Java? I am looking for an example which can help me the best in this case of diff-ing multiple strings at once without an OutOfMemoryException.
Asked
Active
Viewed 973 times
2