real-wuzzy

using wuzzy in the real world


Keywords
wuzzy, text, fuzzy, similar, jaccard, jarowinkler, tanimoto, levenshtein, ngram
License
GPL-2.0+
Install
npm install real-wuzzy@0.0.1

Documentation

Real Wuzzy!

This repo will contain a set of real world examples that utilize algorithms implemented in wuzzy.

Installation

The real-wuzzy examples can be installed via npm (npm install real-wuzzy).

The Examples

spellchecker

This spellchecker implementation was inspired by this wonderful article by Peter Norvig.

run it grunt spelling:<word-to-check> or read the annotated source code