Commit graph

4544 commits

Author SHA1 Message Date
jahorton
8d5b70cd77 feat(common/models): transformToSuggestion unit test 2020-10-06 10:39:32 +07:00
jahorton
95e5ce47bf feat(common/models): quote behavior unit tests 2020-10-06 10:08:16 +07:00
jahorton
07067227bd refactor(common/models): centralizes quotation logic, defs 2020-10-06 09:06:00 +07:00
jahorton
b8f286a736 chore(common/models): Merge branch 'master' into refactor/common/models/suggestion-and-keep-init 2020-10-06 08:13:39 +07:00
Joshua Horton
0bede038f8
chore(common/models): removes artifact from dev of prior commit
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
2020-10-06 08:05:30 +07:00
Keyman Build Agent
b4a809f7d7 auto: increment master version to 14.0.155 2020-10-05 14:00:56 -04:00
jahorton
77a4e99ee1 fix(common/models): reinserts wordbreak, proper empty-string search 2020-10-05 15:02:24 +07:00
jahorton
bd5cdcada9 fix(common/models): starts fix for predictions after typed whitespace 2020-10-05 15:02:24 +07:00
Keyman Build Agent
3d00a2cbda auto: increment master version to 14.0.154 2020-10-02 14:00:51 -04:00
jahorton
cbf56266d5 change(common/core/web): nomenclature shift - accept > apply 2020-10-02 10:17:10 +07:00
jahorton
a8ebdaee1b docs(common/models): adds doc for important assumption 2020-10-01 12:41:55 +07:00
jahorton
b1c44877f6 docs(common/models): restores comment 2020-10-01 12:34:38 +07:00
jahorton
e5c37f7afc refactor(common/models): centralizes suggestion & keep inits 2020-10-01 12:32:10 +07:00
Keyman Build Agent
e2d5ae31eb auto: increment master version to 14.0.153 2020-09-30 14:01:54 -04:00
Keyman Build Agent
8da7b1943a auto: increment master version to 14.0.152 2020-09-29 14:00:55 -04:00
Keyman Build Agent
c6265b4301 auto: increment master version to 14.0.151 2020-09-28 14:01:03 -04:00
Keyman Build Agent
f0fb4d3b51 auto: increment master version to 14.0.150 2020-09-25 14:01:05 -04:00
Keyman Build Agent
f18f3fe062 auto: increment master version to 14.0.149 2020-09-24 14:01:08 -04:00
Keyman Build Agent
1480d0d21f auto: increment master version to 14.0.148 2020-09-23 14:00:51 -04:00
Joshua Horton
d4b8094b13
Merge pull request #3582 from keymanapp/refactor/web/engine/suggestion-application
refactor(web/engine): application of predictive suggestions
2020-09-23 11:52:22 +07:00
Joshua Horton
5178ede52e
Merge pull request #3601 from keymanapp/fix/common/models/lollipop-compat
fix(common/models): Android API compat for upgraded correction-search
2020-09-23 09:24:30 +07:00
Joshua Horton
a6a9968033
Merge pull request #3581 from keymanapp/feat/common/models/naive-correction-timer
feat(common/models): naive correction-algorithm timer
2020-09-23 09:24:20 +07:00
Joshua Horton
7e3cf8adc2
Merge pull request #3575 from keymanapp/feat/common/models/correction-improvement
feat(common/models): Correction improvement
2020-09-23 09:24:07 +07:00
Joshua Horton
ed25197791
Merge pull request #3573 from keymanapp/change/common/models/context-tracker-cleanup
change(common/models): context tracker cleanup, optimizations, fixes
2020-09-23 09:23:46 +07:00
Joshua Horton
67e753a5f7
Merge pull request #3565 from keymanapp/chore/common/models/distance-modeler-cleanup
refactor(common/models): distance modeler cleanup
2020-09-23 09:23:15 +07:00
Joshua Horton
50bdd43c0d
Merge pull request #3556 from keymanapp/feat/common/models/correction-thresholding
feat(common/models): correction thresholding, acceptance
2020-09-23 09:22:52 +07:00
Joshua Horton
7125da31f4
Merge pull request #3555 from keymanapp/feat/common/models/edit-distance-integration
feat(common/models): initial integration for enhanced corrections
2020-09-23 09:22:36 +07:00
Joshua Horton
a8996f345b
Merge pull request #3549 from keymanapp/feat/common/models/context-tracking
feat(common/models): context + input tracking for predictive text
2020-09-23 09:22:13 +07:00
Joshua Horton
5b4baccdf5
docs(common/models): preserves doc comment about important constant 2020-09-23 08:09:20 +07:00
Joshua Horton
da51a24fda
Update common/predictive-text/worker/correction/context-tracker.ts
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
2020-09-23 08:05:51 +07:00
Keyman Build Agent
e19f22941a auto: increment master version to 14.0.147 2020-09-22 14:00:58 -04:00
jahorton
c9429230c7 fix(common/models): Old Android API compat 2020-09-22 10:36:42 +07:00
jahorton
bd547cca3d change(common/models): review-requested parens 2020-09-22 10:35:08 +07:00
Keyman Build Agent
79b6113568 auto: increment master version to 14.0.146 2020-09-21 14:01:09 -04:00
jahorton
c03adea719 fix(web/engine): test-resource compile fix 2020-09-21 10:01:51 +07:00
Keyman Build Agent
bac678205e auto: increment master version to 14.0.145 2020-09-18 14:01:03 -04:00
Keyman Build Agent
30bc12ef5d auto: increment master version to 14.0.144 2020-09-16 14:01:08 -04:00
Keyman Build Agent
4ff9d1dfd4 auto: increment master version to 14.0.143 2020-09-15 14:01:14 -04:00
jahorton
0c2c591e17 refactor(web/engine): application of predictive suggestions 2020-09-15 15:22:16 +07:00
jahorton
a0ace0f506 feat(common/models): naive correction-alg timer 2020-09-15 09:41:45 +07:00
jahorton
1f661dd3f0 chore(common/models): Merge branch 'change/common/models/context-tracker-cleanup' into feat/common/models/correction-improvement 2020-09-15 08:08:25 +07:00
jahorton
bc77cd582f chore(common/models): addresses some PR review concerns 2020-09-14 16:23:17 +07:00
jahorton
442c78450f chore(common/models): addresses PR review comments 2020-09-14 15:44:48 +07:00
Keyman Build Agent
f5c9fce2be auto: increment master version to 14.0.142 2020-09-11 14:01:13 -04:00
jahorton
6a2c127ee6 change(common/models): removes unused parameter 2020-09-11 12:51:27 +07:00
jahorton
8e5b801504 fix(web): default layout shift not changing layer 2020-09-11 12:43:27 +07:00
jahorton
4ee565a8bb fix(web): default layout shift not changing layer 2020-09-11 12:39:07 +07:00
jahorton
0b91460f30 change(common/models): updates changes re: new base branch 2020-09-11 11:54:08 +07:00
jahorton
d728687e46 chore(common/models): note of incomplete change 2020-09-11 10:26:56 +07:00
jahorton
4952b591a2 feat(common/models): corrections use keying, branch thresholding 2020-09-11 10:26:53 +07:00