Eddie Antonio Santos
|
c1e88eb33c
|
Merge branch 'master' into lmlayer-remove-obsolete-wordlist
|
2019-06-03 09:22:48 -06:00 |
|
Eddie Antonio Santos
|
cc89dd0851
|
Merge branch 'master' into lmlayer-trie-weighting
|
2019-06-03 09:03:52 -06:00 |
|
Eddie Antonio Santos
|
6f028733ac
|
Fix comment, fix function name, and tweak a few things with sumWeights.
|
2019-06-03 08:59:39 -06:00 |
|
jahorton
|
f15e893353
|
Fixes test-config.js canary test.
|
2019-06-03 15:03:03 +07:00 |
|
jahorton
|
6fe7480f43
|
Merge branch 'master' into web-lmlayer-browserstack-fix
|
2019-06-03 14:22:13 +07:00 |
|
jahorton
|
68e9dc1f3c
|
Fixing LMLayer BrowserStack CI test configs
|
2019-06-03 13:42:19 +07:00 |
|
Eddie Antonio Santos
|
29351d4e66
|
Merge pull request #1804 from keymanapp/lmlayer-default-key-function
[LMLayer] Make default key function consistent in compiler and worker.
|
2019-06-02 05:02:22 -06:00 |
|
Eddie Antonio Santos
|
7244000412
|
Test fat-fingering 'the'.
|
2019-05-31 16:24:26 -06:00 |
|
Eddie Antonio Santos
|
1b4fed7bf5
|
Test the model compositor.
|
2019-05-31 15:47:29 -06:00 |
|
Eddie Antonio Santos
|
29a53f9537
|
Convert counts to probabilities in the trie model and expose to model compositor.
|
2019-05-31 14:24:38 -06:00 |
|
Eddie Antonio Santos
|
ab76aad83c
|
Refactor helper to lexically scoped function declaration.
|
2019-05-31 13:28:18 -06:00 |
|
Eddie Antonio Santos
|
923fcfff4c
|
Fix unit test.
|
2019-05-31 13:19:39 -06:00 |
|
Eddie Antonio Santos
|
66a6f3e610
|
Fix unit test.
|
2019-05-31 08:42:53 -06:00 |
|
Eddie Antonio Santos
|
5b6a9d774b
|
Merge branch 'master' into lmlayer-remove-obsolete-wordlist
|
2019-05-31 08:26:44 -06:00 |
|
Joshua Horton
|
c1c5af3508
|
Merge pull request #1802 from keymanapp/web-fat-finger-integration
[Web] Fat-finger language modeling
|
2019-05-31 14:32:52 +07:00 |
|
jahorton
|
6a7abb8f75
|
Tweaks DummyModel empty return to [].
|
2019-05-31 14:31:29 +07:00 |
|
Eddie Antonio Santos
|
7d09c0097f
|
Change integration tests to use tries instead of the simple wordlist.
|
2019-05-28 11:24:07 -06:00 |
|
Eddie Antonio Santos
|
9a00ccd9c8
|
Remove from worker.
|
2019-05-28 11:06:28 -06:00 |
|
Eddie Antonio Santos
|
704faccd92
|
[LMLayer] Make default key function consistent in compiler and worker.
|
2019-05-28 09:56:06 -06:00 |
|
jahorton
|
a157c91c6b
|
Documentation tweak.
|
2019-05-28 09:43:47 +07:00 |
|
jahorton
|
5199f8740a
|
Tweaks model template probability distributions.
|
2019-05-27 15:54:32 +07:00 |
|
jahorton
|
c8aa355209
|
Integrates fat-finger alternates with LMLayer.
|
2019-05-27 15:26:43 +07:00 |
|
jahorton
|
8184ce3d9b
|
Creates new ModelCompositor class in the LMLayer.
|
2019-05-27 14:52:44 +07:00 |
|
Joshua Horton
|
e45882211d
|
Merge pull request #1800 from keymanapp/lmlayer-squash-duplicate-loads
[LMLayer, Android] Adds workaround for Android duplicate load msg bug.
|
2019-05-27 08:14:17 +07:00 |
|
jahorton
|
bce907301d
|
Adds workaround for Android duplicate load msg bug.
|
2019-05-24 11:07:47 +07:00 |
|
Eddie Antonio Santos
|
191ebe3adc
|
Have the prefix replaced by the suggestion from the Trie model.
|
2019-05-23 15:34:24 -06:00 |
|
Eddie Antonio Santos
|
f1fca2e948
|
Test that the typed word gets replaced.
|
2019-05-23 15:29:13 -06:00 |
|
Eddie Antonio Santos
|
6395ff5ce0
|
Merge branch 'master' into lmlayer-search-key-param
|
2019-05-22 23:12:33 -06:00 |
|
Eddie Antonio Santos
|
5237a1817e
|
Use const enum for word break property.
|
2019-05-22 16:25:06 -06:00 |
|
Eddie Antonio Santos
|
969ceafbd5
|
Revert: change default word breaker to placeholder again.
|
2019-05-22 11:50:48 -06:00 |
|
Eddie Antonio Santos
|
f205f868c4
|
Use array instead of object in big table.
|
2019-05-22 11:48:16 -06:00 |
|
Eddie Antonio Santos
|
dc2282dc60
|
Use the default word breaker consistently.
|
2019-05-22 11:20:52 -06:00 |
|
Eddie Antonio Santos
|
42ff692e00
|
Remove it.only...
|
2019-05-22 08:42:45 -06:00 |
|
Eddie Antonio Santos
|
c4947cfce6
|
Add searchTermToKey() function to TrieModelOptions.
|
2019-05-21 15:58:56 -06:00 |
|
Eddie Antonio Santos
|
a2d5c09575
|
Convolute test to see if the key function actually works.
|
2019-05-21 15:58:29 -06:00 |
|
Eddie Antonio Santos
|
4865c51951
|
Fix off-by-one error.
Both `left` and `right` must be valid indices into the
WORD_BOUNDARY_PROPERTY array.
|
2019-05-21 12:34:43 -06:00 |
|
Eddie Antonio Santos
|
d46f5e1de1
|
Remove generator function* and work exclusively with arrays instead.
|
2019-05-21 10:26:33 -06:00 |
|
Eddie Antonio Santos
|
dafa1f6ff3
|
Convert findBoundaries() from generator to array returning function.
|
2019-05-21 09:48:42 -06:00 |
|
Eddie Antonio Santos
|
ca18b3c990
|
Remove extendedPictographic and support for WB3c.
|
2019-05-21 09:26:05 -06:00 |
|
Eddie Antonio Santos
|
4a2d965845
|
Place data into its own namespace.
|
2019-05-21 09:18:15 -06:00 |
|
Eddie Antonio Santos
|
a5974013ac
|
Merge branch 'master' into lmlayer-unicode-default-word-boundary
|
2019-05-21 09:12:36 -06:00 |
|
Eddie Antonio Santos
|
b5443e5741
|
Export a function called 'default'.
|
2019-05-20 04:06:24 -06:00 |
|
Eddie Antonio Santos
|
d2d017ce53
|
Implement fixes from upstream.
|
2019-05-18 17:53:34 -06:00 |
|
Eddie Antonio Santos
|
4817ef6d6d
|
Make unit test slightly less weird.
|
2019-05-18 17:06:06 -06:00 |
|
Eddie Antonio Santos
|
6d8ce4f2bc
|
Treat flakiness in 'empty buffer' test.
|
2019-05-17 21:32:02 -06:00 |
|
Eddie Antonio Santos
|
bd7a2a52f4
|
Remove debugger and console.assert() lines...
|
2019-05-17 17:26:47 -06:00 |
|
Eddie Antonio Santos
|
8eede859c0
|
Split the data from the implementation.
|
2019-05-17 17:08:12 -06:00 |
|
Eddie Antonio Santos
|
ce179c772c
|
First version of the default word breaker.
|
2019-05-17 16:47:59 -06:00 |
|
Eddie Antonio Santos
|
fc8cd86617
|
Test for default Unicode word breaker.
|
2019-05-17 16:39:08 -06:00 |
|
jahorton
|
efb0350bac
|
Adds support for rotating suggestions in KMW.
|
2019-05-14 15:00:48 +07:00 |
|