jahorton
|
02b87bfa9e
|
feat(common/models): rough initial skeleton
|
2020-08-27 13:43:57 +07:00 |
|
jahorton
|
d9caa9627e
|
change(common/models): genericizes the calc class
|
2020-08-27 13:43:17 +07:00 |
|
Keyman Build Agent
|
d5e5c07c3c
|
auto: increment master version to 14.0.135
|
2020-08-26 14:00:57 -04: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 |
|
Keyman Build Agent
|
bc29cc93f8
|
auto: increment master version to 14.0.134
|
2020-08-25 14:00:40 -04:00 |
|
Joshua Horton
|
db4042e3b8
|
Merge pull request #3486 from keymanapp/feat/common/models/priority-queue-batch-ops
feat(common/models): efficient batch-enqueue
|
2020-08-25 08:34:48 +07:00 |
|
Joshua Horton
|
8d626d59d6
|
Merge pull request #3480 from keymanapp/feat/common/models/priority-queue
feat(common/models): actual priority queue for Trie models
|
2020-08-25 08:34:33 +07:00 |
|
Joshua Horton
|
a0483decf8
|
Merge pull request #3479 from keymanapp/feat/common/models/lexicon-navigation
feat(common/models): lexicon traversal
|
2020-08-25 08:34:03 +07:00 |
|
Keyman Build Agent
|
fb207d13fa
|
auto: increment master version to 14.0.133
|
2020-08-24 14:03:00 -04:00 |
|
jahorton
|
fbb60cb1f9
|
chore(common/models): Merge branch 'feat/common/models/lexicon-navigation' into feat/common/models/edit-distance-calc-import
|
2020-08-24 10:42:41 +07:00 |
|
Joshua Horton
|
bbfc206aa6
|
change(common/models): clearer code ordering
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
|
2020-08-24 10:39:27 +07:00 |
|
jahorton
|
e919a39d85
|
change(common/models): suggested loop tweaks
|
2020-08-24 10:32:55 +07:00 |
|
jahorton
|
137dda31be
|
change(common/models): addresses review comments
|
2020-08-24 10:24:12 +07:00 |
|
Joshua Horton
|
69e19a0cd3
|
chore(common/models): Apply suggestions from code review
getRootTraversal -> traverseFromRoot
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
|
2020-08-24 09:11:28 +07:00 |
|
Keyman Build Agent
|
8e517e4c25
|
auto: increment master version to 14.0.132
|
2020-08-21 14:01:00 -04:00 |
|
Keyman Build Agent
|
82498b84e7
|
auto: increment master version to 14.0.131
|
2020-08-19 14:00:57 -04:00 |
|
Keyman Build Agent
|
fcf323c1bb
|
auto: increment master version to 14.0.130
|
2020-08-17 14:00:57 -04:00 |
|
jahorton
|
9d23393367
|
feat(common/models): import + tweak of sparsified DL calculation class
|
2020-08-14 14:03:30 +07:00 |
|
jahorton
|
8bd13fbaed
|
change(common/models): simplifies changes of last commit
|
2020-08-14 13:54:47 +07:00 |
|
jahorton
|
46c70e4672
|
feat(common/models): efficient batch-enqueue
|
2020-08-14 13:48:37 +07:00 |
|
jahorton
|
7db41b974b
|
chore(common/models): Merge branch 'feat/common/models/lexicon-navigation' into feat/common/models/priority-queue
|
2020-08-14 08:23:00 +07:00 |
|
jahorton
|
ceba91fab6
|
change(common/models): traversal.key -> .char
|
2020-08-14 08:22:35 +07:00 |
|
Keyman Build Agent
|
b657421858
|
auto: increment master version to 14.0.129
|
2020-08-13 14:00:47 -04:00 |
|
jahorton
|
f41c167b9c
|
fix(common/models): formatting typo
|
2020-08-13 15:41:22 +07:00 |
|
jahorton
|
c14e06e270
|
feat(common/models): actual priority queue for Trie models
|
2020-08-13 13:56:23 +07:00 |
|
jahorton
|
2fd71f3466
|
fix(common/models): better multiple-entries handling
|
2020-08-13 11:05:14 +07:00 |
|
jahorton
|
c6f4b59535
|
docs(common/models): documents new index.d.ts type
|
2020-08-13 10:03:44 +07:00 |
|
jahorton
|
170e22a9bb
|
feat(common/models): trie traversal naive SMP handling
|
2020-08-13 09:50:44 +07:00 |
|
jahorton
|
4814f90939
|
feat(common/models): leaf traversal test
|
2020-08-13 08:35:42 +07:00 |
|
Keyman Build Agent
|
dd6df406b7
|
auto: increment master version to 14.0.128
|
2020-08-12 14:01:06 -04:00 |
|
Joshua Horton
|
c86780ca6e
|
Merge pull request #3477 from keymanapp/refactor/common/models/ready-state-compositor
refactor(common/models): LMLayer state management tweak, persistent ModelCompositor
|
2020-08-12 22:25:12 +07:00 |
|
jahorton
|
678fb53f91
|
feat(common/models): start of lexicon-traversal abstraction
|
2020-08-12 16:22:53 +07:00 |
|
Joshua Horton
|
5d03399f23
|
chore(common/models): removes empty comments
|
2020-08-12 08:18:43 +07:00 |
|
Joshua Horton
|
daa15ea914
|
chore(common/models): Apply suggestions from code review
Co-authored-by: Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>
|
2020-08-12 08:17:44 +07:00 |
|
jahorton
|
7298fe1d08
|
refactor(common/models): lm-layer state as discrim union
|
2020-08-11 16:15:39 +07:00 |
|
jahorton
|
9deda3b96f
|
refactor(common/models): ModelCompositor as part of ready state
|
2020-08-11 16:05:03 +07:00 |
|
Keyman Build Agent
|
147cad18c0
|
auto: increment master version to 14.0.127
|
2020-08-10 14:00:43 -04:00 |
|
Marc Durdin
|
0b5fb966c7
|
Merge pull request #3473 from keymanapp/chore/common/cleanup-keyboardprocessor-h-in
chore: cleanup keyboardprocessor.h.in
|
2020-08-10 13:51:04 +10:00 |
|
Marc Durdin
|
79de50b13f
|
chore: and get it actually right
|
2020-08-10 10:44:34 +10:00 |
|
Marc Durdin
|
8c10e8910c
|
chore: cleanup keyboardprocessor.h.in
Re-applying changes from stale branch common-docs
|
2020-08-10 10:41:25 +10:00 |
|
Keyman Build Agent
|
06ae3b660d
|
auto: increment master version to 14.0.126
|
2020-08-07 14:00:44 -04:00 |
|
Keyman Build Agent
|
c19e07dd93
|
auto: increment master version to 14.0.125
|
2020-08-06 00:49:13 -04:00 |
|
Keyman Build Agent
|
39d9c8f491
|
auto: increment master version to 14.0.124
|
2020-08-05 14:00:49 -04:00 |
|
Keyman Build Agent
|
62688800fe
|
auto: increment master version to 14.0.123
|
2020-08-04 14:00:50 -04:00 |
|
Keyman Build Agent
|
18adac55bc
|
auto: increment master version to 14.0.122
|
2020-08-03 14:00:44 -04:00 |
|
Keyman Build Agent
|
053c70e88e
|
auto: increment master version to 14.0.121
|
2020-07-31 14:00:59 -04:00 |
|
Keyman Build Agent
|
85219a72db
|
auto: increment master version to 14.0.120
|
2020-07-30 14:00:55 -04:00 |
|
Keyman Build Agent
|
016c002e1a
|
auto: increment master version to 14.0.119
|
2020-07-29 14:00:54 -04:00 |
|