Wordseer / wordseer

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

Fixed important bug in sets.py #76

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

The get_items() method was not properly returning items in sets. I wrote a unit test to identify the problem and fixed the problem in this branch.