speedy for comparing two lists and finding out words not in the second
list (in this case the sowpods word list).
BK Replacem is the best for tagging specific words with an XXX etc.
Create a search and replace import file with search word and
replacement word in each line. Replace with exact word option. Later
the tagged words can be bookmarked using Textpad and removed.
Anagrams database file can be converted to text by sqlite3 using the
following steps
sqlite3 anagrams.db
.output example.txt
.dump
.quit
No comments:
Post a Comment