Eddie Antonio Santos
d2249ad2d7
change(common/models/wordbreakers): remove extendedPictographic regexp (unused)
2020-07-17 15:35:37 -06:00
Eddie Antonio Santos
37e9b034e4
fix(common/models/wordbreakers): use ES5 compatible regexp
2020-07-17 15:23:18 -06:00
Eddie Antonio Santos
dbb2908aa0
change(common/models/wordbreakers): update word boundary props to 13.0
...
This updates the Word_Boundary table to Unicode 13.0.0.
The `searchForProperty()` function has also been changed so that the END
property of a range is no longer needed; all code points are explicitly
covered in the table. Consequently, ranges containing unmapped code points
(WordBreakProperty.Other) are explicit.
2020-07-17 15:03:44 -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
0baf04ae06
refactor(common/lmlayer): move placeholder wordbreaker to models-wordbreakers
2020-05-19 15:04:29 -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
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
73b5d520e2
change(common/lmlayer): move to common/models/wordbreakers
2020-05-19 14:08:56 -06:00