robinhundt / programming-pearls-spelling-checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data structures and algorithms for spell checking and correction

This repository contains a presentation and a technical preparation about data structures and algorithms for spell checking and correction.
It has been developed for the "Programming pearls" seminar at the university of Goettingen (May - June 2018). All relevant data sources are included in the repository.

Dependencies

To install the necessary dependencies simply execute

pip install --user -r requirements.txt

About

License:MIT License


Languages

Language:HTML 70.7%Language:Jupyter Notebook 29.3%