Wordseer / wordseer

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

Attribute naming #75

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

pos and tag attributes no longer exist, they are replaced by part_of_speech attributes.

Fixes #71.

@ikenohate09: Any other attributes you think should change? Perhaps word.word should be word.text?