Introducing Word Weighting based on parent-child word relationship and recently used words [Proof of Concept]#87
Open
Theclaws wants to merge 6 commits intoManiacDC:masterfrom
Open
Introducing Word Weighting based on parent-child word relationship and recently used words [Proof of Concept]#87Theclaws wants to merge 6 commits intoManiacDC:masterfrom
Theclaws wants to merge 6 commits intoManiacDC:masterfrom
Conversation
Word table now has new primary key that uniquely identifies each value (old primary key converted to index and constraints) WordRelations table now uses Word table primary key to refer to words instead. New view added (VW_WordRelations) to view WordRelations table with word instead of index.
Word table now has new primary key that uniquely identifies each value (old primary key converted to index and constraints) WordRelations table now uses Word table primary key to refer to words instead. New view added (VW_WordRelations) to view WordRelations table with word instead of index.
Author
|
Added code and table definition to remove WordRelations values that are no longer available in Words table. |
Author
|
Two observations with this release is that Bulk Learn can be sluggish and at times, depending on Window/App focus, the bulk learn can halt (I suspect this has to do with programs TypingAid has been configured to learn from in my personal settings). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes introduce the following:
Notes:
This can be used with existing Wordlist.txt and WordlistLearned.txt files. But existing WordlistLearned.db and WordlistLearned.db-journal files should be removed as there is no upgrade path coded yet.
Still to do?
Should this be accepted, then a new database version needs to added and upgrade functions added.
A new delete functionality would need to be added to take care of deleting word relationships when a single word is deleted.