User: editor -- 2011-03-25 << 744 746 >> |
Hits: 3136 |
Type: Text file parser |
Search all Text file parser examples |
Description: |
How to find which words or phrases in a dictionary appearred in an article? |
Input Sample: |
==================== Dictionary file: search binary replace pioneer text txt file ... ==================== Article file: replace pioneer support search and replace in multiple text files |
Output Sample: |
Output file: search replace pioneer text |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
Assume the article file is c:\test\article.txt 1. ctrl-o open dictionary file 2. ctrl-h open 'replace' window * set 'replace unit' to 'Line' * set 'If' to: * click 'advanced' tab: * set 'run following at the beginning of replace' to: 3. click 'Replace', all non-related words will be deleted 4. ctrl-s save the result to file. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |