Wordseer / wordseer

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

filter autosuggest display to prevent duplicate lemmatized results from appearing #246

Closed macfarlandian closed 9 years ago

macfarlandian commented 9 years ago

screen shot 2015-05-19 at 5 54 59 pm e.g. in this example, "cloud" and "clouds" both point to the same Word object; one is the lemmatized version of the other. autosuggest should respect the "search lemmas" option in the search box; currently it doesn't.