Commit graph

4544 commits

Author SHA1 Message Date
Eddie Antonio Santos
1bdf9ee800
Merge branch 'master' into common/lmlayer/refactor-extra-package-lm-models 2020-05-20 09:32:17 -06:00
Eddie Antonio Santos
e7d5c05a2e
Merge pull request #3143 from keymanapp/refactor/common/models/types/rename-models-types
refactor(common/models/types): rename @keymanapp/lexical-model-types => @keymanapp/models-types
2020-05-20 08:58:32 -06:00
jahorton
bcac47f281 chore(common): Merge branch 'master' into change/common/lmlayer/move-joiner-to-compiler 2020-05-20 16:45:43 +07:00
Joshua Horton
3aaebc44d7
Merge branch 'master' into feat/web/sentry-start 2020-05-20 15:21:04 +07: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
7e07699a27
docs(common/lmlayer): update to reflect new package name 2020-05-19 19:43:57 -06:00
Eddie Antonio Santos
8df4948e68
chore(common/lmlayer): let modeling layer depend on new models-types package 2020-05-19 19:35:09 -06:00
Eddie Antonio Santos
40d5adae75
chore(common/lmlayer): have wordbreakers depend on renamed types package 2020-05-19 19:30:49 -06:00
Eddie Antonio Santos
b35b73e47f
change(common/lmlayer): add a stub package where the old one used to be 2020-05-19 19:26:21 -06:00
Eddie Antonio Santos
b91d7d5388
refactor(common/lmlayer): move @keymanapp/models-types to its new home 2020-05-19 19:14:15 -06:00
Eddie Antonio Santos
3cc8ee2399
docs(common/models): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-05-19 15:30:43 -06: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
e84ffb86af
docs(common/lmlayer): correct package name in README 2020-05-19 15:17:46 -06:00
Eddie Antonio Santos
c9cf605833
fix(common/lmlayer): remove unused reference for placeholder word breaker 2020-05-19 15:10:41 -06:00
Eddie Antonio Santos
a4dae62817
refactor(common/lmlayer): move default word breaker to models-wordbreakers package 2020-05-19 15:07:06 -06:00
Eddie Antonio Santos
940639abf9
test(common/lmlayer): adjust default word breaker tests to work with namespaces 2020-05-19 15:05:57 -06:00
Eddie Antonio Santos
0baf04ae06
refactor(common/lmlayer): move placeholder wordbreaker to models-wordbreakers 2020-05-19 15:04:29 -06:00
Eddie Antonio Santos
6af00a3358
test(common/lmlayer): correct expected output of placeholder word breaker 2020-05-19 15:03:43 -06:00
Eddie Antonio Santos
af343138cf
test(common/lmlayer): placeholder word breaker 2020-05-19 15:00:43 -06:00
Eddie Antonio Santos
349adaf9f2
change(common/lmlayer): include word breakers from separate package 2020-05-19 14:58:31 -06:00
Eddie Antonio Santos
e98ae7d7a1
fix(common/lmlayer): add @types/node to @keymanapp/models-wordbreaker to prevent failure 2020-05-19 14:57:55 -06:00
Eddie Antonio Santos
1bd4f6e94d
fix(common/lmlayer): forgot to remove ascii-word-breaker 2020-05-19 14:48:21 -06:00
Eddie Antonio Santos
7b1f86b399
fix(common/lmlayer): export wordBreakers namespace 2020-05-19 14:46:33 -06:00
Eddie Antonio Santos
863b83883b
chore(common/lmlayer): get ASCII word breaker compiling 2020-05-19 14:36:03 -06:00
Eddie Antonio Santos
374f0dfd8e
Revert "refactor(common/lmlayer): move placeholder word breaker to @keymanapp/lexical-model-word-breakers"
This reverts commit 73b16ae33e.
2020-05-19 14:34:11 -06:00
Eddie Antonio Santos
6fc39df5d0
Revert "refactor(common/lmlayer): move default word-breaker to @keymanapp/lexical-model-word-breakers"
This reverts commit 1f4de1ba93.
2020-05-19 14:32:19 -06:00
Eddie Antonio Santos
6b87ebbb37
chore(common/lmlayer): build word breakers as a namespace package 2020-05-19 14:28:43 -06:00
Eddie Antonio Santos
2ac6ca4787
test(common/lmlayer): let word breaker work with module 2020-05-19 14:25:14 -06:00
Eddie Antonio Santos
430ba9d561
Revert "refactor(common/lmlayer): move ASCII word breaker to new package"
This reverts commit b4efd9a6a1.
2020-05-19 14:23:06 -06:00
Eddie Antonio Santos
49b93eb329
chore(common/lmlayer): disable tests before redoing some commits 2020-05-19 14:20:34 -06:00
Eddie Antonio Santos
f5aae5cbd5
chore(common/lmlayer): let the worker depend on the word breakers 2020-05-19 14:14:06 -06:00
Eddie Antonio Santos
73b5d520e2
change(common/lmlayer): move to common/models/wordbreakers 2020-05-19 14:08:56 -06:00
Eddie Antonio Santos
a1a087a374
change(common/lmlayer): use typeRoots instead of triple-slash include 2020-05-19 14:08:56 -06:00
Eddie Antonio Santos
bde1a88abe
docs(common/lmlayer): update word-breakers README 2020-05-19 14:08:55 -06:00
Eddie Antonio Santos
23a74c992c
refactor(common/lmlayer): drop the -word-breaker suffix 2020-05-19 14:08:55 -06:00
Eddie Antonio Santos
689c96ce2c
test(common/lmlayer): import directly from src/ instead, to compile on test 2020-05-19 14:08:55 -06:00
Eddie Antonio Santos
73b16ae33e
refactor(common/lmlayer): move placeholder word breaker to @keymanapp/lexical-model-word-breakers 2020-05-19 14:08:55 -06:00
Eddie Antonio Santos
6aabd10c70
test(common/lmlayer): add test for the placeholder 2020-05-19 14:08:55 -06:00
Eddie Antonio Santos
3435db7e09
test(common/lmlayer): convert default word breaker test to TypeScript 2020-05-19 14:08:54 -06:00
Eddie Antonio Santos
5e7f1791a1
test(common/lmlayer): factor out tests that require the TrieModel 2020-05-19 14:08:54 -06:00
Eddie Antonio Santos
fbead6cd07
test(common/lmlayer): use import syntax in tests 2020-05-19 14:08:54 -06:00
Eddie Antonio Santos
0b4193d942
test(common/lmlayer): use TypeScript for tests instead 2020-05-19 14:08:54 -06:00
Eddie Antonio Santos
87d3b00c22
change(common/lmlayer): compile in strict mode 2020-05-19 14:08:54 -06:00
Eddie Antonio Santos
1f4de1ba93
refactor(common/lmlayer): move default word-breaker to @keymanapp/lexical-model-word-breakers 2020-05-19 14:08:53 -06:00
Eddie Antonio Santos
eb9bfd5ef0
chore(common/lmlayer): run build before tests and packaging 2020-05-19 14:08:53 -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
b4efd9a6a1
refactor(common/lmlayer): move ASCII word breaker to new 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
cab9766fce
change(common/lmlayer): create package: @keymanapp/lexical-model-word-breakers 2020-05-19 14:08:52 -06:00