Commit graph

241 commits

Author SHA1 Message Date
Joshua A. Horton
dd9d773720 chore(common/models): lmlayer build.sh now builder-based 2022-10-03 12:45:23 +07:00
Joshua Horton
2caa22ee2a
Merge pull request #7241 from keymanapp/fix/common/models/no-whole-replacements
fix(common/models): blocks full-text "corrections" ✏️
2022-09-19 08:22:46 +07:00
Joshua A. Horton
415201bf15 fix(common/models): isWhitespace, adds related unit tests 2022-09-12 15:03:48 +07:00
Joshua A. Horton
6632d597d5 feat(common/models): adds unit test, minor branch polish 2022-09-12 10:25:24 +07:00
Joshua A. Horton
3aed0bf395 feat(common/models): also, unit tests 2022-09-08 10:48:23 +07:00
Joshua A. Horton
0a237f800f chore(web): test name tweak 2022-09-05 11:31:57 +07:00
Joshua A. Horton
b0184ec98b fix(web): adds unit test targeting issue, handler for edge case 2022-09-05 11:30:50 +07:00
Marc Durdin
41bd9069ad chore(web): fixup lmlayer test paths 2022-05-13 09:52:08 +10:00
jahorton
85ebed5c04 change(common/models): unit test adjustment for breaking change 2021-07-30 11:51:17 +07:00
jahorton
2e55dced98 feat(common/models): adds some suggestion unit tests 2021-03-04 13:19:24 +07:00
jahorton
0483f3e13c chore(common/models): Merge branch 'fix/common/models/context-reset-predictions' into feat/common/models/mid-context-suggestions 2021-02-08 12:48:47 +07:00
jahorton
2b12b0a3e8 fix(common/models): search alg failed to clear batches 2021-02-08 12:21:11 +07:00
jahorton
861d1b5501 fix(common/models): branch polishing, unit test fix 2021-02-05 12:58:06 +07:00
jahorton
7c1a7bb32f fix(common/models): fixes unit test 2020-11-19 08:24:26 +07:00
jahorton
5de62a96be chore(common/models): Merge branch 'feat/common/core/web/input-processor-unit-tests' into feat/common/models/integrated-suggestion-casing-tests 2020-11-11 11:57:56 +07:00
jahorton
a8c6b56e75 docs(common/models): documents aspect of unit test 2020-11-11 10:19:44 +07:00
jahorton
128e10e519 fix(common/models): restores unit tests 2020-11-11 10:18:22 +07:00
jahorton
33c4b048bc feat(common/models): corresponding unit tests 2020-11-11 10:07:54 +07:00
jahorton
7f8fb5cbd0 fix(common/models): more post-merge patchwork 2020-11-10 10:36:26 +07:00
jahorton
301af0434a fix(common/models): post-merge test required id strip 2020-11-10 09:23:43 +07:00
jahorton
25277eaa0e chore(common/core/web): Merge branch 'master' into feat/common/core/web/input-processor-unit-tests 2020-11-10 08:27:15 +07:00
jahorton
70d569a589 feat(common/models): LoadMessage refactor, model load from raw string (for tests) 2020-11-06 14:23:05 +07:00
jahorton
668ba26453 feat(common/models): initial applyCasing use, case detection 2020-11-05 14:29:52 +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
cf8cbbfff4 refactor(common/models): refactors old wordbreak tests 2020-10-14 12:32:25 +07:00
jahorton
934f594297 feat(common/models): adds LMLayer reversion unit tests 2020-10-09 15:47:46 +07:00
jahorton
73e8ba4c17 feat(common/models): acceptance tracking test case 2020-10-07 16:02:16 +07:00
jahorton
8a2d2622bd change(common/core): post-merge patch, tests check id 2020-10-07 13:55:44 +07:00
jahorton
7eb49360e7 feat(common/models): reversion construction unit tests 2020-10-07 13:21:19 +07:00
jahorton
07f48bdc19 fix(common/models): adjusts affected unit tests 2020-10-06 14:19:10 +07:00
jahorton
2355db4c46 feat(common/models): 'revert' now uses model's punctuation 2020-10-06 14:14:23 +07:00
jahorton
3bad0d18da chore(common/models): Merge branch 'refactor/common/models/suggestion-and-keep-init' into fix/common/models/suggestions-after-whitespace 2020-10-06 12:49:44 +07:00
jahorton
5becd09732 feat(common/models): suggestion annotation unit test 2020-10-06 11:06:03 +07:00
jahorton
77a4e99ee1 fix(common/models): reinserts wordbreak, proper empty-string search 2020-10-05 15:02:24 +07:00
jahorton
e5c37f7afc refactor(common/models): centralizes suggestion & keep inits 2020-10-01 12:32:10 +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
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