Skip to content

gedoensmanagement/dh_blog_Latin_spell_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Latin spell checker

This repository provides example code for my blog article "Uncovering censorship in the 16th century with Transkribus and Python. Episode IV: Detecting OCR transcription errors."

  • build_symspell_dictionary is a Jupyter notebook explaining how to generate a frequency list from a huge corpus of Latin text and use this list with SymSpellPy.
  • flask_rudimentary is a rudimentary Flask app to demonstrate the basic principle.
  • flask_simple is a slightly more complex Flask app demonstrating the Jinja templating engine.
  • At the end of the blog article, I explain my Transkribus spell checker app.

About

Demo code to build a super-fast Latin SymSpellPy dictionary and integrate it into a web app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published