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
- Host: GitHub
- URL: https://github.com/nicktesla/nlpjs
- Owner: nicktesla
- License: mit
- Created: 2013-06-08T05:08:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-30T20:42:42.000Z (over 12 years ago)
- Last Synced: 2025-09-15T01:30:29.869Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 37
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-machine-master - NLP.js - NLP utilities in javascript and coffeescript (Javascript)
- awesome-machine-learning-cn - 官网
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