├── README.md ├── big.txt ├── spell.c ├── spell.py └── spell_small.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcelotoledo/spelling_corrector/HEAD/README.md -------------------------------------------------------------------------------- /big.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcelotoledo/spelling_corrector/HEAD/big.txt -------------------------------------------------------------------------------- /spell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcelotoledo/spelling_corrector/HEAD/spell.c -------------------------------------------------------------------------------- /spell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcelotoledo/spelling_corrector/HEAD/spell.py -------------------------------------------------------------------------------- /spell_small.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcelotoledo/spelling_corrector/HEAD/spell_small.c --------------------------------------------------------------------------------