Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spell_correction

This is a basic spell corrector implemented in JavaScript, that corrects misspelled words. This works on the concept of String metric or distances.

Local Setup

  1. install npm.
  2. install natural.js.
  3. clone or download repo.
  4. run main.js
  • Input and output are as follows:
    • Input -> a misspelled word (string);
    • output -> correct words(strings) generated by various algorithms;

Screenshot

scrnshot

About

A sample spell Corrector in JavaScript

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages