Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I am creating a word cloud, but want to eliminate verbs, prepositions, conjunctions and numbers from appearing.
Is there an easy way of achieving this instead of the stop words?
Thanks,
Sandip
Has anyone implemented regular expressions as part of the stop words?
no, stop words is your only option. You can have lots of these, separate by space.
1 2 x be s t at we you i a are in the to no for and of with from is on as or
Take your data sample, sort by frequency of appearance, and then visually cut out the ones that are skewing the results.
Here are forum topic titles, after applying the above stop word list
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
6 | |
5 | |
4 |