I've been Googling this for a while but can only come up with tools that extract keyword phrases from websites. A friend directed me to this website, so I thought I'd post about my situation here.
I've got a Microsoft Access database table with thousands of memo field records that contain written text that I publish to my website.
I want to mine all that text and extract keywords and keyword phrases into an Excel file (for subsequent use). I have noticed quite a few online tools that mine websites and generate a list of keyword phrases found on websites, but I want to do the same thing to my database here on my PC. Technically, it would be possible to export all the text fields to a temporary web page online and then have the process done remotely, but this would be impractical and this operation is something I want to automate and do on my own PC on a regular (daily) basis.
What do I mean by keyword phrases. Keyword phrases are unique words and phrases that appear 2 or more times (minus common stop words such as 'the', 'and', 'or', etc.). Most keyword phrases would be one to four words in length. Longer phrases would be quite rare.
Ideally, I hope to find a 3rd-party off-the-shelf solution to take care of this task or some useful VB code (or logic that I can turn into code) that I can modify and run from within MS Access.
It is a long-shot, I don't expect anyone to have particular expertise in this area, but one never knows, thanks!
I've got a Microsoft Access database table with thousands of memo field records that contain written text that I publish to my website.
I want to mine all that text and extract keywords and keyword phrases into an Excel file (for subsequent use). I have noticed quite a few online tools that mine websites and generate a list of keyword phrases found on websites, but I want to do the same thing to my database here on my PC. Technically, it would be possible to export all the text fields to a temporary web page online and then have the process done remotely, but this would be impractical and this operation is something I want to automate and do on my own PC on a regular (daily) basis.
What do I mean by keyword phrases. Keyword phrases are unique words and phrases that appear 2 or more times (minus common stop words such as 'the', 'and', 'or', etc.). Most keyword phrases would be one to four words in length. Longer phrases would be quite rare.
Ideally, I hope to find a 3rd-party off-the-shelf solution to take care of this task or some useful VB code (or logic that I can turn into code) that I can modify and run from within MS Access.
It is a long-shot, I don't expect anyone to have particular expertise in this area, but one never knows, thanks!