Wordseer / wordseer

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

phrases don't work in the word menu version of co-occurring words overlay #244

Open macfarlandian opened 9 years ago

macfarlandian commented 9 years ago

the python API requires a query_id to filter the phrase results, and since the word menu doesn't actually issue a query we don't have one.

need to either issue a query (may be too much overhead) or implement an alternate filtering mechanism for co-occurring phrases