diff --git a/demo/parser/src/entity.ts b/demo/parser/src/entity.ts index 1897d4f..0ed88e4 100644 --- a/demo/parser/src/entity.ts +++ b/demo/parser/src/entity.ts @@ -30,9 +30,11 @@ const typeGlue = "[ .:]*"; const typeTranslations: { [key: string]: string[] } = { tinh: ["province"], "thanh pho": ["city"], + "thi tran": ["town"], quan: ["district", "dist"], huyen: ["district", "dist"], phuong: ["ward"], + xa: ["commune"], }; const types: string[][] = [