Option to view learned words and remove items
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
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.
You should also be able to use any SQLlite DB editor, such as: https://sqlitestudio.pl/index.rvt http://sqlitebrowser.org/
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
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.
Where is your DB located?
Also, make sure to exit TypingAid before editing the DB :)
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?
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.