Marc Durdin
767927bf16
chore(common): use /usr/bin/env bash
...
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.
This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:
```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
Joshua Horton
43114b557b
docs(common/models): Update common/predictive-text/docs/worker-communication-protocol.md
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-12-04 08:26:32 +07:00
jahorton
6d111783e3
fix(common/core/web): predictive context reset
2020-12-03 15:48:18 +07:00
Joshua Horton
6efb6d23be
Merge pull request #3685 from keymanapp/feat/common/models/context-reversion
...
feat(common/models): context reversion modeling
2020-10-20 08:42:07 +07:00
jahorton
f272efdeca
feat(common/core/web): selective wordbreak swallowing after accepted suggestion
2020-10-12 15:33:40 +07:00
jahorton
beb19fdf84
feat(common/models): reversion in lm-layer
2020-10-08 15:15:55 +07:00
jahorton
c0e875f159
docs(common/models): slightly more precision
2020-10-08 08:47:01 +07:00
jahorton
0f17f097fb
docs(common/models): better postaccept docs
2020-10-08 08:41:36 +07:00
jahorton
2ce4d3ba87
docs(common/models): lmlayer-to-worker - new messages
2020-10-06 14:14:55 +07:00
jahorton
2355db4c46
feat(common/models): 'revert' now uses model's punctuation
2020-10-06 14:14:23 +07:00
jahorton
becf2039a4
fix(common): model specification for isRTL
2020-01-30 14:23:31 +07:00
jahorton
5cc282c660
fix(common): more 'code unit' -> 'code point' work
2020-01-15 12:21:11 +07:00
jahorton
716a598b49
fix(common): addresses PR review comments for trie model SMP
2020-01-15 11:35:34 +07:00
Joshua Horton
ea83a0749f
Update worker-communication-protocol.md
2019-07-03 09:49:25 +07:00
jahorton
aec96341e9
Addresses most concerns of recent PR review.
2019-07-03 09:41:50 +07:00
Eddie Antonio Santos
8279598717
Merge pull request #1655 from keymanapp/web-lmlayer-document-fsm
...
Add a state diagram of the LMLayer worker
2019-03-06 23:07:50 -07:00
Eddie Antonio Santos
d573c55080
Check in build.sh if Graphviz is installed.
2019-03-06 23:00:26 -07:00
Joshua A. Horton
a8d6e50b56
Addresses more PR review concerns, renames activateModel -> loadModel.
2019-03-07 08:46:22 +07:00
Eddie Antonio Santos
c53f493b9c
Add a state diagram of the LMLayer worker.
2019-03-06 14:50:25 -07:00
Joshua A. Horton
b6cc287cb1
Renames the 'uninitialized' state to 'modelless', fixes (most?) docs.
2019-03-06 09:58:29 +07:00
Eddie Antonio Santos
c1409c3e62
Update documentation/interfaces to be consistent with each other.
2019-01-11 15:28:34 -07:00
Eddie Antonio Santos
fa6c2f8e8f
Move worker communications docs to the docs/ directory.
2018-11-28 14:26:04 -07:00
Eddie Antonio Santos
5dcffe21d4
Move everything to common/predictive-text/
2018-10-30 09:20:49 -06:00