Forum Discussion
Is there a key word generator?
- 4 years ago
Hi Anonymous ,
If you have a Premium Capacity or Premium-per-User licence you can use the in-built AI capabilities in Power Query:
There are generic keyword/keyphrase models available, as well as sentiment evaluation etc.
Other than that, you will need to go for the parsing option and use a 'word exclusion' list to avoid the AT's and THE's etc.
You may find Chris Webb's attempt at this type of thing a useful starting point, but make sure to red Frank's comments at the end to get correct counts:
https://blog.crossjoin.co.uk/2013/03/15/finding-shakespeares-favourite-words-with-data-explorer/
Pete
Hi Anonymous ,
If you have a Premium Capacity or Premium-per-User licence you can use the in-built AI capabilities in Power Query:
There are generic keyword/keyphrase models available, as well as sentiment evaluation etc.
Other than that, you will need to go for the parsing option and use a 'word exclusion' list to avoid the AT's and THE's etc.
You may find Chris Webb's attempt at this type of thing a useful starting point, but make sure to red Frank's comments at the end to get correct counts:
https://blog.crossjoin.co.uk/2013/03/15/finding-shakespeares-favourite-words-with-data-explorer/
Pete
- Anonymous4 years agoNot applicable
Thank you, BA_Pete for the lead!
- Anonymous4 years agoNot applicable
My data source is an Excel export, so I get the error, Cannot convert a value of type Table to type List, when I apply the first step: Lines.ToText(Source, " ")
- BA_Pete4 years ago
Super User
Hi Anonymous ,
I think you would need to use a technique similar to this:
https://exceloffthegrid.com/power-query-combine-rows-into-a-single-cell/
If you adjusted that technique so it resolved to a single bundle of words in the query, rather than to a table cell, that would be the same starting point as Chris.
Pete