An open API service indexing awesome lists of open source software.

https://github.com/nicktesla/nlpjs

NLP utilities in javascript and coffeescript
https://github.com/nicktesla/nlpjs

Last synced: 3 months ago
JSON representation

NLP utilities in javascript and coffeescript

Awesome Lists containing this project

README

          

# nlpjs
`nlpjs` is a JavaScript [natural language processing](http://en.wikipedia.org/wiki/Natural_language_processing) library.

## Using in node
If you have [node](http://nodejs.org/) you can install with [npm](http://github.com/isaacs/npm):

npm install nlpjs

## Done

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

## TO DO

* Other Distance measures
* Sentence splitting
* Stemming
* Word frequency analysis
* Co-occurance analysis
* part of speech tagging
* trigram statistics
* named entity recognition
* word sense disambiguation
* Library for clustering
* Bayesian classifier