Schwittleymani / ECO

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

markov/word_level_rnn: improve results with textblob #120

Closed schwittlick closed 7 years ago

schwittlick commented 7 years ago
for word in input:
  if ( word_not_in_corpus(word) )
    replace_word_with_hypernym()
  else
    next_word()
schwittlick commented 7 years ago

now included in the main spell_checker