Home

Awesome

nlpjs

nlpjs is a JavaScript natural language processing library.

Using in node

If you have node you can install with npm:

npm install nlpjs

Done

String Similarity/Distance: Recursive and iterative implementations of Levenshtein distance

TO DO