nawafnaim / NaturalJS

https://github.com/NaturalNode/natural in client side.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is client side library extracted from natural language processing library for node

https://github.com/NaturalNode/natural

Installation

You just need to include natural.js in your project and can use following libraries from natural library.

Now you can access following object from natural.

SoundEx Metaphone DoubleMetaphone PorterStemmer PorterStemmerRu LancasterStemmer AggressiveTokenizerRu AggressiveTokenizer RegexpTokenizer WordTokenizer WordPunctTokenizer TreebankWordTokenizer NounInflector PresentVerbInflector CountInflector TfIdf SentenceAnalyzer NGrams JaroWinklerDistance LevenshteinDistance DiceCoefficient

All these objects are inside namespace natural

Example

You can use SoundEx using

if(natural.SoundEx.compare('phonetics', 'fonetix')) console.log('they sound alike!');

More Usage Examples

For more examples visit natural readme

Limitations

It doesn't yet support Classifiers and Wordnet.

About

https://github.com/NaturalNode/natural in client side.


Languages

Language:JavaScript 98.2%Language:CSS 1.8%