diff options
Diffstat (limited to 'src/lib/db')
-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]/); |