Commit graph

4544 commits

Author SHA1 Message Date
jahorton
d62417bae6 change(common/models): context tracker cleanup, optimiizations, fixes 2020-09-11 09:59:58 +07:00
Keyman Build Agent
ad626376fa auto: increment master version to 14.0.141 2020-09-09 14:02:22 -04: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
Joshua Horton
4ad59bd411
Merge pull request #3547 from keymanapp/feat/common/models/edit-path-derivation
feat(common/models): Edit path derivation
2020-09-09 09:19:03 +07:00
Joshua Horton
be625daaf0
Merge pull request #3526 from keymanapp/feat/common/models/edit-distance-calc-import
feat(common/models): core edit-distance calculation class
2020-09-09 09:18:50 +07:00
Keyman Build Agent
0ebb255135 auto: increment master version to 14.0.140 2020-09-04 14:00:53 -04: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
jahorton
d4f9291655 fix(common/models): automated test fixes 2020-09-03 14:12:38 +07:00
jahorton
fef8319e64 fix(common/models): fixes first-char input distrib loss 2020-09-03 13:16:12 +07:00
jahorton
b16c6d42bb feat(common/models): computes fewer corrections 2020-09-03 12:53:10 +07:00
jahorton
15c584c8f6 feat(common/models): significant progress - decent suggestions 2020-09-03 10:35:21 +07:00
Keyman Build Agent
6eb2857659 auto: increment master version to 14.0.139 2020-09-02 14:00:56 -04:00
jahorton
f8dba9df48 fix(common/models): PR suggestion bugfixes 2020-09-02 16:10:43 +07:00
jahorton
eea4940ced feat(common/models): starts integrating new correction search 2020-09-02 16:07:59 +07:00
jahorton
48e553ca41 fix(common/models): various bug fixes for recent infrastructure 2020-09-02 16:07:45 +07:00
Joshua Horton
0723f86aaf
fix(common/models): Apply suggestions from code review
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
2020-09-02 09:57:28 +07:00
jahorton
2a2f6e9965 feat(common/models): minor start 2020-09-02 09:52:48 +07:00
jahorton
1cbf845b00 change(common/models): use of Distribution typealias 2020-09-02 09:52:10 +07:00
jahorton
dde1d550e8 chore(common/models): removes .only from unit tests 2020-09-02 09:50:48 +07:00
jahorton
a1e9ff374f change(common/models): toKeyedSequence -> toRawTokenization 2020-09-02 09:50:48 +07:00
jahorton
c62b56e323 feat(common/models): design/implementation iteration, docs 2020-09-02 09:50:48 +07:00
jahorton
74fbab6600 feat(common/models): context tracker - start 2020-09-02 09:50:47 +07:00
jahorton
04152abf5a feat(common/models): editPath() 2020-09-02 09:50:47 +07:00
jahorton
af4e03662d fix(common/models): forgot DummyModel.tokenize 2020-09-02 09:50:47 +07:00
jahorton
2953a909e6 feat(common/models/templates): LexicalModel.tokenize() 2020-09-02 09:50:47 +07:00
jahorton
1ab99772d2 change(common/models): ProbabilityMass[] -> Distribution 2020-09-02 09:50:01 +07:00
jahorton
554854019a feat(common/models): editPath() 2020-09-01 11:49:40 +07:00
Keyman Build Agent
75050d71b4 auto: increment master version to 14.0.138 2020-08-31 14:00:53 -04:00
Joshua Horton
8414831e67
change(common/models): miild unit test rename 2020-08-29 11:54:37 +07:00
Joshua Horton
57bccfbdd6
chore: Update common/predictive-text/unit_tests/headless/edit-distance/distance-modeler.js
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
2020-08-29 11:49:25 +07:00
Keyman Build Agent
6c6055cdbd auto: increment master version to 14.0.137 2020-08-28 14:00:52 -04:00
jahorton
4b3ffd95cc change(common/models): minor polish 2020-08-28 14:28:41 +07:00
jahorton
24c40448c2 fix(common/models): result reiteration, test 2020-08-28 13:37:38 +07:00
jahorton
60c1be8bc0 feat(common/models): search deduplication, intermediate caching 2020-08-28 12:43:22 +07:00
jahorton
4380265466 feat(common/models): core correction-search 2020-08-28 11:39:10 +07:00
Keyman Build Agent
182b4f1ef7 auto: increment master version to 14.0.136 2020-08-27 14:00:52 -04:00
jahorton
2dd7285746 chore(common/models): Merge branch 'master' into feat/common/models/edit-distance-calc-import 2020-08-27 14:02:53 +07:00
jahorton
87dff74e5d feat(common/models): basic SearchSpace, Tier, etc skeleton 2020-08-27 14:00:41 +07:00
jahorton
f91ac477cc chore(common/models): pre-PR cleanup, branch split 2020-08-27 13:59:49 +07:00
jahorton
51ffc7c701 change(common/models): type tweaks for branch code 2020-08-27 13:58:53 +07:00
jahorton
5464bb884a change(common/models): adjustments to match base branch changes 2020-08-27 13:51:32 +07:00
jahorton
0a6a19fabf feat(common/models): another unit test 2020-08-27 13:45:40 +07:00
jahorton
43621fdae4 feat(common/models): SearchEdge + SearchNode 2020-08-27 13:45:39 +07:00
jahorton
e97bf082b3 feat(common/models): slow progress 2020-08-27 13:45:07 +07:00
jahorton
ea1e649935 change(common/models): minor design iteration 2020-08-27 13:43:58 +07:00