ISG-ICS / cloudberry

Big Data Visualization
http://cloudberry.ics.uci.edu
90 stars 82 forks source link

Stopword filtering feature on the frontend (TwitterMap) #434

Closed waans11 closed 6 years ago

waans11 commented 7 years ago

It would be nice to have a stopword filtering feature on the frontend. This "stopword filtering feature" can work as follows:

  1. A user types one or more keywords and clicks "Submit".
  2. When creating an actual query, we check these keywords and filters out stopwords. For example, "house of cards" will become "house cards". The final query will be generated based on the filtered keywords.
  3. If no keywords are left after filtering "stopwords", the frontend alerts the user and clears the keywords in the search box.
waans11 commented 7 years ago

English stopwords list: https://www.ranks.nl/stopwords

baiqiushi commented 6 years ago

@ChankiWu Please finish this work and get back to me. Thanks!

ChankiWu commented 6 years ago

OK,I will work on that !

waans11 commented 6 years ago

Merged. #479