Skip to content

Commit 58e9d4b

Browse files
committed
load telo misikeke with custom dictionary
1 parent 823c199 commit 58e9d4b

File tree

6 files changed

+12
-760
lines changed

6 files changed

+12
-760
lines changed

src/dictionary.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { dictionary as globalDictionary } from "../dictionary/dictionary.ts";
22
import { parseDictionary } from "../dictionary/parser.ts";
33
import { Definition, Dictionary } from "../dictionary/type.ts";
4+
import { load } from "../telo_misikeke/telo_misikeke.js";
45

56
// All of these global constants are mutable
67

@@ -52,6 +53,7 @@ function update(): void {
5253
redefineSetWithType(fillerSet, "filler");
5354
redefineSetWithType(numeralSet, "numeral");
5455
redefineSet(tokiPonaWordSet, () => true);
56+
load([...words]);
5557
}
5658
function redefineSet(
5759
set: Set<string>,

0 commit comments

Comments
 (0)