Schwittleymani / ECO

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

implement input pre-processing #69

Closed schwittlick closed 7 years ago

schwittlick commented 8 years ago

do more pre-processing of the input http://www.deutschestextarchiv.de/demo/cab/

schwittlick commented 7 years ago

http://pythonhosted.org/pyenchant/tutorial.html#cmdlinechecker

transfluxus commented 7 years ago

not as straigthforward as grammar_check to autocorrect

schwittlick commented 7 years ago

keyword: natural language pre-processing

transfluxus commented 7 years ago

used pyenchant for the last one... gonna implement that into the server for comparison

transfluxus commented 7 years ago

new webserver on lyrik, grammar check + spell check. next step: combine

schwittlick commented 7 years ago

nice. spell check is fucking amazing.

grammar check doesn't work for me though:

Input: i feel eating like a tomatoe
Result: Grammar: I feel eating like a tomatoe // Spell check: i feel eating like a tomato
schwittlick commented 7 years ago

with a lstm/rnn it doesn't matter too much if the grammar is right, so maybe not that important. lets wait for results of https://github.com/mrzl/ECO/issues/79