Skip to content

MaciejWanat/Corrector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1383209 · Jan 3, 2018

History

4 Commits
Dec 14, 2017
Dec 13, 2017
Dec 13, 2017
Dec 13, 2017
Jan 3, 2018
Dec 13, 2017

Repository files navigation

Corrector

This program corretcs errors in a given polish word using finite state automaton. It's using Polimorf as a source dictionary, and Thrax as a tool to build and process automaton. Files:

  • corrector.grm - file containing Thrax code to build automaton
  • run.py - python file that is working basicly as interface for program
  • Bin/runCheck.sh - helper script for python interface
  • Bin/corrector.far.tar.gz - binary file containing built automaton
  • Dictionaries/polimorfNorm.txt.tar.gz - normalized Polimorf dictionary containing only words
  • README.md - this file