Skip to content
/ n-gram Public

A Spelling Correction System for both kind of spelling mistake type (real word & non-word) using N-Gram and Edit Distance with Trie Structure

License

Notifications You must be signed in to change notification settings

rudbast/n-gram

Repository files navigation

Spelling Correction Using N-Gram [Essay]

A Spelling Correction System for both kind of spelling mistake type (real word & non-word) using N-Gram and Edit Distance with Trie Structure.

Dependency

Software dependency list:

  • Composer $ composer install (any version)

  • Node.Js v6.0.0 $ npm install

  • Bower $ bower install

How to

Scripts

Checkout all available scripts by running the command $ npm run-scripts

Crawler

Run crawler by running the command $ npm run-scripts crawler.

Inside the program, type h to show all available commands.

Server

Run server by running the command $ npm start. Server will be listening in localhost on port 3000.

Screenshots

Crawler

crawler

Client page

client page

License

Copyright © 2015 Rudy rudolf_bast@live.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.

About

A Spelling Correction System for both kind of spelling mistake type (real word & non-word) using N-Gram and Edit Distance with Trie Structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages