Skip to content

Commit a462026

Browse files
Misc, added new Tagalog inflmap rules
1 parent f2a6694 commit a462026

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

wiktextract/clean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_chem(text):
519519
"breve": "̆",
520520
"check": "̌",
521521
"dddot": "⃛",
522-
"dddot": "⃜",
522+
"ddddot": "⃜",
523523
"ddot": "̈",
524524
"dot": "̇",
525525
"grave": "̀",

wiktextract/inflection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ def determine_header(ctx, tblctx, config, lang, word, pos,
24722472
kind != header_kind and
24732473
cleaned != "" and cleaned != "dummy-ignored-text-cell" and
24742474
cleaned not in IGNORED_COLVALUES):
2475-
print("col: {}".format(col))
2475+
# print("col: {}".format(col))
24762476
if (not ignored_cell and
24772477
lang not in LANGUAGES_WITH_CELLS_AS_HEADERS):
24782478
ctx.debug("rejected heuristic header: "

wiktextract/inflectiondata.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,6 +4189,20 @@
41894189
"superiority": {"lang": "Tagalog", "then": "superior",},
41904190
"inferiority": {"lang": "Tagalog", "then": "inferior",},
41914191
"equality": {"lang": "Tagalog", "then": "equal",},
4192+
# sumisid/Tagalog
4193+
"maka-": {"lang": "Tagalog", "then": "",},
4194+
"mapa-": {"lang": "Tagalog", "then": "",},
4195+
"mai-": {"lang": "Tagalog", "then": "",},
4196+
"maika-": {"lang": "Tagalog", "then": "",},
4197+
"mapag- -an": {"lang": "Tagalog", "then": "",},
4198+
"mapagpa- -an": {"lang": "Tagalog", "then": "",},
4199+
"mapapag- -an": {"lang": "Tagalog", "then": "",},
4200+
# ipasagot/Tagalog
4201+
"ma- -an": {"lang": "Tagalog", "then": "",},
4202+
"mapa- -an": {"lang": "Tagalog", "then": "",},
4203+
# ayusin/Tagalog
4204+
"mapag-": {"lang": "Tagalog", "then": "",},
4205+
41924206

41934207
"resultative": "resultative", # sloniti/Proto-Slavic
41944208
"imperfective aorist": "aorist imperfective", # byti/Proto-Slavic

0 commit comments

Comments
 (0)