Commit graph

369 commits

Author SHA1 Message Date
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
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
jahorton
a0ace0f506 feat(common/models): naive correction-alg timer 2020-09-15 09:41:45 +07:00
jahorton
0b91460f30 change(common/models): updates changes re: new base branch 2020-09-11 11:54:08 +07:00
jahorton
4952b591a2 feat(common/models): corrections use keying, branch thresholding 2020-09-11 10:26:53 +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
d4f9291655 fix(common/models): automated test fixes 2020-09-03 14:12:38 +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
dde1d550e8 chore(common/models): removes .only from unit tests 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
554854019a feat(common/models): editPath() 2020-09-01 11:49:40 +07: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
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
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
d9caa9627e change(common/models): genericizes the calc class 2020-08-27 13:43:17 +07:00
jahorton
27f2b9608e feat(common/models): adds .subset function for restoring prior calc states 2020-08-26 10:26:45 +07:00
jahorton
5c75fd22ce docs(common/models): test.sh parameter tweak 2020-08-26 09:48:09 +07:00
jahorton
ba6d6710db fix(common/models): actually links in the unit tests 2020-08-26 09:47:21 +07:00
jahorton
9d23393367 feat(common/models): import + tweak of sparsified DL calculation class 2020-08-14 14:03:30 +07:00
Eddie Antonio Santos
51812f50b0
chore(common): Merge branch 'master' into change/common/lmlayer/move-joiner-to-compiler 2020-05-25 08:38:27 -06:00
Eddie Antonio Santos
1bdf9ee800
Merge branch 'master' into common/lmlayer/refactor-extra-package-lm-models 2020-05-20 09:32:17 -06:00
Marc Durdin
2ff7009e9e
Merge branch 'master' into change/common/lmlayer/move-joiner-to-compiler 2020-05-20 13:18:31 +10:00
Eddie Antonio Santos
44ce9e8afc
test(common/lmlayer): let file only contain Trie/default WB integration tests 2020-05-19 15:26:16 -06:00
Eddie Antonio Santos
6909ebff59
fix(common/lmlayer): restore 'default-word-breaker.js' tests 2020-05-19 15:21:54 -06:00
Eddie Antonio Santos
2a31420f68
refactor(common/lmlayer): move default word-breaker tests to package 2020-05-19 14:08:53 -06:00
Eddie Antonio Santos
980d0c58f9
refactor(common/lmlayer): move one test over 2020-05-19 14:08:52 -06:00
Eddie Antonio Santos
0ef1a72b79
test(common/lmlayer): export module properly 2020-05-14 20:20:52 -06:00
Eddie Antonio Santos
a835684180
change(common/lmlayer): move test cases 2020-05-02 09:16:59 -06:00
jahorton
6ce37e677e chore(common): Merge branch 'master' into feat/common/init-lerna 2020-04-29 14:43:03 +07:00
Eddie Antonio Santos
fa4a123582
test(common/lmlayer): 3+ joiners in a row 2020-04-28 16:18:16 -06:00
Eddie Antonio Santos
6178b61b3b
test(common/lmlayer): different but adjacent joiners 2020-04-28 16:05:37 -06:00
Eddie Antonio Santos
8753ee3955
fix(common/lmlayer): remove it.only accidentally left it 😬 2020-04-28 15:55:55 -06:00
Eddie Antonio Santos
289034dbd4
test(common/lmlayer): should not join non-contiguous spans 2020-04-28 15:40:09 -06:00
Eddie Antonio Santos
b9a1925bee
test(common/lmlayer): add email test case 2020-04-27 10:10:07 -06:00
jahorton
42ea45a97f fix(common/lmlayer): problem was with lm-layer npm run test 2020-04-27 13:21:03 +07:00