Skip to content

Commit

Permalink
🏷️ add tags, persian tags
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Nov 23, 2023
1 parent 70651d9 commit 2e1ab58
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 3 deletions.
1 change: 0 additions & 1 deletion auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ declare -a entries="($(

# Iterate over the array
for entry in "${entries[@]}"; do
echo "$entry"
# Extract values from the object
iso=$(echo "${entry}" | jq -r '.iso')
language=$(echo "${entry}" | jq -r '.language')
Expand Down
22 changes: 22 additions & 0 deletions data/language/fa/tag_bank_term.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
["🇦🇫", "dialect", 0, "Dari", 0],
["🇮🇷", "dialect", 0, "Iran", 0],
["🇮🇷", "dialect", 0, "in Iran", 0],
["🇦🇫KA", "dialect", 0, "Kabuli", 0],
["🇹🇯", "dialect", 0, "Tajik", 0],
["🇹🇯", "dialect", 0, "Tajiki", 0],
["🇮🇷TE", "dialect", 0, "Tehrani", 0],
["🇮🇷TE", "dialect", 0, "Tehran", 0],
["zoro", "", 0, "Zoroastrianism", 0],
["Dasht", "", 0, "Dashtestan", 0],
["Khesht", "", 0, "Khesht", 0],
["Kaz", "", 0, "Kazerun", 0],
["Konar", "", 0, "Konartakhteh", 0],
["Sist", "", 0, "Sistani", 0],
["Bush", "", 0, "Bushehr", 0],
["iran-myth", "", 0, "Iranian mythology", 0],
["Transox", "", 0, "Transoxianan", 0],
["Isf", "", 0, "Isfahan", 0],
["Shiraz", "", 0, "Shiraz", 0],
["classic", "dialect", 0, "Classical Persian", 0]
]
81 changes: 79 additions & 2 deletions data/language/tag_bank_term.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,14 +847,14 @@
0
],
[
"lit",
"ltrry",
"",
0,
"literary",
0
],
[
"lit📚",
"📚lit",
"",
0,
"literature",
Expand Down Expand Up @@ -1370,5 +1370,82 @@
0,
"firearms",
0
],
[
"mech",
"",
0,
"mechanics",
0
],
[
"polite",
"",
0,
"polite",
0
],
[
"defer",
"",
0,
"deferential",
0
],
[
"interr",
"",
0,
"interrogative",
0
],
[
"arithm",
"",
0,
"arithmetic",
0
],
[
"astrophys",
"",
0,
"astrophysics",
0
],
[
"astrol",
"",
0,
"astrology",
0
],
[
"rome-myth",
"",
0,
"Roman mythology",
0
],
[
"ltrl",
"",
0,
"literal",
0
],
[
"ltrly",
"",
0,
"literally",
0
],
[
"✒️clgphy",
"",
0,
"calligraphy",
0
]
]

0 comments on commit 2e1ab58

Please sign in to comment.