diff options
author | polwex <polwex@sortug.com> | 2025-05-29 14:52:38 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-29 14:52:38 +0700 |
commit | 490388360a0852bcf8ee054e96fa90e166df5792 (patch) | |
tree | 3940097c5505ff1bb09875dddb7ee0e4881beb77 /src/lib/db/seed.ts | |
parent | f243847216279cbd43879de8b5ef6dcceb3a2f1d (diff) |
fucker actually solved the cookies, love ya man
Diffstat (limited to 'src/lib/db/seed.ts')
-rw-r--r-- | src/lib/db/seed.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/db/seed.ts b/src/lib/db/seed.ts index a196b6a..6c2a9f7 100644 --- a/src/lib/db/seed.ts +++ b/src/lib/db/seed.ts @@ -3,7 +3,6 @@ import { getStressedSyllable, getSyllableCount } from "../utils"; import useful from "@/lib/useful_thai.json"; import db from "."; import pdb from "./prosodydb"; -import * as Sorsyl from "sorsyl"; import { findLemma } from "../calls/nlp"; const SYMBOL_REGEX = new RegExp(/[\W\d]/); |