What I have been basically trying to find is some tool where I can enter my folder or list of text (.txt) files and get back an output of all most common phrases(keywords) for the given file.
So as an example:
Text 1 file and has no keyword so it would give random phrases as output
Text 2 file lets say has been optimized for "dog hair color" so it would obviously give me "dog hair" "dog hair color" and "hair color" as common phrases
The outpost would give me all these results separately for each file and say how many times that keyword/phrase was used in that given text file.
So to sum up the above I need to counter engineer article text files and find out what their keywords are in bulk. Since entering them one by one is very stupid and simply wasting time (thus I still have had to do it this way so far).
Edit: If someone has an answer, please reply as I still view this daily and would like a solution of any kind, even if it is a lead where to research and what to research.