Wordseer / wordseer

The WordSeer text analysis tool, written in Flask.
http://wordseer.berkeley.edu/
42 stars 16 forks source link

Handle sentence failure #94

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

Skip the sentence Output to console Log sentence somewhere

keien commented 10 years ago

If you're not already working on this, I'm gonna start this on another branch

abendebury commented 10 years ago

Sure, go ahead.

keien commented 10 years ago

For now I'm gonna handle any errors thrown by the parser itself, as well as preemptive length, empty or nonexistent text, and unicode check. Are there other things that come to mind?

abendebury commented 10 years ago

No, can't think of any.