ManiacDC / TypingAid

Word AutoCompletion Utility
http://www.autohotkey.com/board/topic/49517-ahk-11typingaid-v2200-word-autocompletion-utility/
GNU General Public License v3.0
138 stars 45 forks source link

Option to view learned words and remove items #85

Open duytrung opened 7 years ago

duytrung commented 7 years ago

Hi,

I have some words learned by TypingAid. However, I want to remove some of them. How to view the words and remove them whilst TypingAid does not provide this function.

Regards

tanitani-66 commented 7 years ago

Hello, From the readme:

Learned words are stored in the WordlistLearned.db sqlite3 database. Learned words are backed up in WordlistLearned.txt. To modify the list of Learned words manually, delete the WordlistLearned.db database, then manually edit the WordlistLearned.txt file. On the next launch of the script, the WordlistLearned.db database will be rebuilt.

I hope that helps.

ManiacDC commented 7 years ago

You should also be able to use any SQLlite DB editor, such as: https://sqlitestudio.pl/index.rvt http://sqlitebrowser.org/

tanitani-66 commented 7 years ago

Thanks Maniac. Although I found that I had to run the DB Browser (http://sqlitebrowser.org/) as an Administrator otherwise it complained that the DB was read-only. Gábor

tanitani-66 commented 7 years ago

LOL, it is true for the other program (https://sqlitestudio.pl/index.rvt) as well, which at first glance I like better. Thanks for the tip.

ManiacDC commented 7 years ago

Where is your DB located?

Also, make sure to exit TypingAid before editing the DB :)

tanitani-66 commented 7 years ago

Logical partition M: M:\B\PortableApps\TypingAid\TypingAid64.exe Of course... although it was very interesting to see what happened when I had the DB open and opened TypingAid. It read all the words into the DB from the word list. Of course it makes sense. Is there another DB where word usage (frequency) is kept? I'll open another thread to ask about ideas related to that... if I cannot find answers first.

I see that all the issues are open. Is it on purpose or are they all truly open issues?

ManiacDC commented 7 years ago

word usage is solely based on order, the count is reset each time (currently).

Any issues marked as open are open. I have not worked on or finished them.