jahorton
|
3c6e6a8095
|
docs(common/models): adds comment
|
2021-06-11 15:25:13 +07:00 |
|
jahorton
|
05833e8966
|
fix(common/models): correction search use of edge keying with NFD
|
2021-06-11 15:18:35 +07:00 |
|
jahorton
|
a8b5203997
|
fix(common/models): fixes context tracking with SMP chars
|
2021-02-09 14:32:53 +07:00 |
|
jahorton
|
ee6b11aca6
|
fix(common/models): missed a spot
|
2021-02-09 08:22:09 +07:00 |
|
jahorton
|
ae634a93a9
|
chore(common/models): Merge remote-tracking branch 'origin/fix/common/models/context-reset-predictions'
|
2021-02-09 08:21:11 +07:00 |
|
jahorton
|
c449d0318f
|
fix(common/models): logic check - deleteRight may be undefined
|
2021-02-09 08:20:09 +07:00 |
|
Joshua Horton
|
8dcc4a713b
|
change(common/models): PR suggestion
Adds `primaryInput.deleteRight == 0` to logic check for empty transforms.
Co-authored-by: Marc Durdin <marc@durdin.net>
|
2021-02-09 08:18:37 +07:00 |
|
jahorton
|
2b12b0a3e8
|
fix(common/models): search alg failed to clear batches
|
2021-02-08 12:21:11 +07:00 |
|
jahorton
|
1c9c64c7d7
|
fix(common/models): predictions after context reset / caret shift
|
2021-02-03 10:59:16 +07:00 |
|
jahorton
|
21b917d9d7
|
change(common/models): let -> const (from PR review)
|
2021-02-03 08:18:40 +07:00 |
|
jahorton
|
f5b0dcfc8a
|
docs(common/models): better comments for ContextTracker's match method
|
2021-02-02 14:59:16 +07:00 |
|
jahorton
|
f9a7c0b3e1
|
fix(common/models): bksp workaround now works beyond first word
|
2021-02-02 14:45:52 +07:00 |
|
jahorton
|
790ad79b3f
|
change(common/models): diagonal width boost to help multi-char transforms
|
2021-01-11 10:01:36 +07:00 |
|
jahorton
|
14148e3aee
|
fix(common/models): null guard for prior commits
|
2021-01-11 10:01:36 +07:00 |
|
jahorton
|
43625b5a2d
|
feat(common/models): paradigm shift; single-char transform sequence for workaround
|
2021-01-11 10:01:35 +07:00 |
|
jahorton
|
0972f44c2b
|
feat(common/models): compacts context tokens on bksp
|
2021-01-11 10:01:35 +07:00 |
|
jahorton
|
dd34d201ad
|
fix(common/models): fixes context tracking with accepted suggestions
|
2020-10-27 09:25:30 +07:00 |
|
jahorton
|
04e68f0185
|
chore(common/models): Merge branch 'master' into refactor/common/models/common-tokenization-and-wordbreaking
|
2020-10-21 15:21:49 +07:00 |
|
jahorton
|
1688366033
|
refactor(common/models): LMLayer use of refactored funcs
|
2020-10-14 12:16:35 +07:00 |
|
jahorton
|
beb19fdf84
|
feat(common/models): reversion in lm-layer
|
2020-10-08 15:15:55 +07:00 |
|
jahorton
|
73e8ba4c17
|
feat(common/models): acceptance tracking test case
|
2020-10-07 16:02:16 +07:00 |
|
jahorton
|
c2c99c2d15
|
feat(common/models): tracked context notes applied Suggestions
|
2020-10-06 14:33:32 +07:00 |
|
jahorton
|
5b8432b462
|
feat(common/models): marks accepted suggestions in tracked context
|
2020-10-06 14:33:18 +07:00 |
|
jahorton
|
907af8e8c3
|
feat(common/models): adds suggestion + reversion IDs
|
2020-10-06 14:30:59 +07: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 |
|
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
|
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 |
|
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 |
|
jahorton
|
6a2c127ee6
|
change(common/models): removes unused parameter
|
2020-09-11 12:51:27 +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 |
|
jahorton
|
d62417bae6
|
change(common/models): context tracker cleanup, optimiizations, fixes
|
2020-09-11 09:59:58 +07:00 |
|
jahorton
|
33def63e93
|
chore(common/models): Merge branch 'master' into feat/common/models/context-tracking
|
2020-09-09 09:25:32 +07:00 |
|
jahorton
|
42d5b538b4
|
chore(common/models): Merge branch 'master' into feat/common/models/distance-modeling-core
|
2020-09-09 09:22:25 +07:00 |
|
Joshua Horton
|
15aa50736a
|
Merge pull request #3527 from keymanapp/feat/common/models/distance-modeling-start
feat(common/models): low-level correction-algorithm infrastructure
|
2020-09-09 09:19:17 +07:00 |
|
jahorton
|
5a505ef05b
|
refactor(common/models): distance modeler cleanup
|
2020-09-04 12:32:16 +07:00 |
|
jahorton
|
b22fa57808
|
fix(common/models): working corrections, context issues
|
2020-09-04 11:34:02 +07:00 |
|
jahorton
|
ec57f342d1
|
feat(common/models): first pass - tier weight balancing
|
2020-09-03 16:20:24 +07:00 |
|
jahorton
|
fef7f912f5
|
feat(common/models): adds some pruning / thresholding
|
2020-09-03 16:01:13 +07:00 |
|