Wordseer / wordseer

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

Reorganize structure #68

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

How do we want to organize the project? I was thinking something along these lines:

wordseer_flask
|- app
 |- stuff already in app
 |- pipeline
|- tests
|- docs
|- uploads?
|- database.py, etc.

@ikenohate09

abendebury commented 10 years ago

app/pipeline, otherwise yes

abendebury commented 10 years ago

@ikenohate09: I tried to remove the ReaderWriter files, but I remembered that there's still a few methods that are used in the code - like index_sequences in SequenceProcessor.

keien commented 10 years ago

Yeah I was being lazy...they should be straightforward so I'll go ahead and take care of that in a moment