Schwittleymani / ECO

Electronic Chaos Oracle
https://schwittlick.net/eco
Apache License 2.0
6 stars 1 forks source link

implement proper grammer/syntax check module and add it to the run.py main flow #110

Closed schwittlick closed 7 years ago

schwittlick commented 7 years ago
text = input
text = spell_check(text)
text_preprocessed = grammar_check(text)