Add option to ignore hashtags and/or usernames
sjacks26 opened this issue · comments
Sam Jackson commented
Might only want to ignore these things for bigrams. Might also want to ignore them for co-occurring terms.
Sam Jackson commented
Option to ignore handles in all results added in 855d4c1
Sam Jackson commented
The logic of ignoring hashtags for bigrams:
- Hashtags are themselves ngrams. They often contain more than one word.
- Is there a realistic case where one hashtag doesn't have discriminatory power but two hashtags do?