diff options
author | polwex <polwex@sortug.com> | 2025-06-03 01:36:36 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-03 01:36:36 +0700 |
commit | 2b80f7950df34f2a160135d7e20220a9b2ec3352 (patch) | |
tree | 0e2aec09b9aba887419e46c4d2fcaf861391eedc /src/lib/calls/nlp.ts | |
parent | 249230c8e0e1bdb8ae4f433262997b84ee274904 (diff) |
got thai working but this is a bit too specific i think
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 3cff415..f3364ac 100644 --- a/src/lib/calls/nlp.ts +++ b/src/lib/calls/nlp.ts @@ -3,6 +3,7 @@ import { SyllableRes } from "../types/cards"; export type ThaiNLPRes = { word: string; normalized: string; + realSyls: string[]; syllables: string[]; syllablesIpa: string[]; ipa: string; |