Wordseer / wordseer

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

Handle `type` and `dataType` in json files #92

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

We're missing this in the reader writer too, at least that's where the old code had it.

keien commented 10 years ago

What's supposed to happen to these?

abendebury commented 10 years ago

I'm not exactly sure, but the old pipeline seemed to do something to type:

https://bitbucket.org/silverasm/wordseerbackend/src/2b5e3fef3a02b6fbf1a320d2f720989533c9e4e7/src/edu/berkeley/cs/wordseer/database/MySQLDataReaderWriter.java?at=default#cl-335

Now that I look at it, it might just be writing it to the database, which we should already be doing in the metadata-types branch. I'll close this issue then, unless it turns out we're actually missing something.