osencan / Spell_Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spell_Checker

A spell checker utilizing the word2vec algorithm trained on a text with common typos by user

Prerequisites

This code requires Python 3.0+ and numpy, pyxDamerauLevenshtein 1.5 and gensim 3.5.0.

Installing

pyxDamerauLevenshtein 1.5:

pip install pyxDamerauLevenshtein

gensim 3.5.0:

pip install --upgrade gensim

About


Languages

Language:Jupyter Notebook 82.4%Language:Python 17.6%