Skip to content

DeepSpell: Spelling Correction with Deep Learning

License

Notifications You must be signed in to change notification settings

Allensmile/DeepSpell

Repository files navigation

DeepSpell

Deep Learning based Speller

Quick Start

Clone DeepSpell Git repository:

git clone https://github.com/surmenok/DeepSpell.git

CPU

  • Install Docker
  • Run ./build.sh
  • Run docker run --name=deepspell-cpu -it deepspell-cpu

GPU

Requires CUDA-compatible graphics card.

  • Install NVIDIA docker
  • Run ./build.sh gpu
  • Run nvidia-docker run --name=deepspell-gpu -it deepspell-gpu

Documentation

Deep Spelling by Tal Weiss

About

DeepSpell: Spelling Correction with Deep Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published