How to count the number of all pre-defined words in a text file? There is a vocabulary file containing one word in each line. How to count occurrence of each vocabulary word in a text file?
Input Sample:
Vocabulary file: word1 word3
Source text file: word1 word1 word2 word5 word3 word3 word3
1. open "Tools->Pattern Counter" menu 2. select "Source" to be "File/http", and select the file to be counted 3. click "import" to import vocabulary file 4. check option of "Regular Exp" and "Whole word" 5. click "count", done, click "copy" to copy all content to clipboard.