diff options
author | polwex <polwex@sortug.com> | 2025-06-03 15:41:31 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-03 15:41:31 +0700 |
commit | 175ddca375cef765cec8ca5bbc527a205c40bf25 (patch) | |
tree | f2e47a5d85e4d5e0297613e5a17cebce7d09b09b /src/lib/calls/nlp.ts | |
parent | 2401217a4019938d1c1cc61b6e33ccb233eb6e74 (diff) |
preeeeettty much done FUCK YES
Diffstat (limited to 'src/lib/calls/nlp.ts')
-rw-r--r-- | src/lib/calls/nlp.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/calls/nlp.ts b/src/lib/calls/nlp.ts index f19c976..1e84e93 100644 --- a/src/lib/calls/nlp.ts +++ b/src/lib/calls/nlp.ts @@ -1,4 +1,5 @@ import { SyllableRes } from "../types/cards"; +import { randomFromArray } from "../utils"; export type ThaiNLPRes = { word: string; |