Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/osm
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Sep 17, 2023
2 parents ba3f344 + c76b1ce commit 5824e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/parser/src/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[][] = [
Expand Down

0 comments on commit 5824e4c

Please sign in to comment.