Skip to content

Commit 3c4cec2

Browse files
author
Christoph Kerschbaumer
committed
new predictive text engine using ternary search DAGs (tst)
1 parent f6f3f5f commit 3c4cec2

File tree

8 files changed

+757
-912
lines changed

8 files changed

+757
-912
lines changed

apps/keyboard/js/imes/latin/dictionaries/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ WHITELIST = \
1414
VPATH = $(DICTIONARY_PATH)
1515

1616
%.dict: %_wordlist.xml xml2dict.py
17-
python xml2dict.py -o $@ $<
17+
python3 xml2dict.py -o $@ $<
1818

1919
all: $(WHITELIST)
-2.12 MB
Binary file not shown.
-1.73 MB
Binary file not shown.
-1.39 MB
Binary file not shown.
-1.84 MB
Binary file not shown.
-1.72 MB
Binary file not shown.

0 commit comments

Comments
 (0)