Wordseer / wordseer

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

Bring back sequences #118

Closed keien closed 10 years ago

keien commented 10 years ago

I noticed while testing these tweets that somewhere along the line we lost the bit of code that processes and saves sequences. We should really put that back in.

abendebury commented 10 years ago

Strange. The issue is that this logger call returns "" instead of "true".

abendebury commented 10 years ago

Which is strange... why would it only process sequences if sequence processing is finished?

keien commented 10 years ago

I'm not really sure, but sequence processing used to be done entirely through DocumentParser.parse_document.

abendebury commented 10 years ago

At some point we seemed to have lost this method, which is where the DocumentParser used the SequenceProcessor: https://github.com/Wordseer/wordseer_flask/blob/master/lib/wordseerbackend/wordseerbackend/parser/documentparser.py#L68