Closed aarppe closed 2 years ago
I've now recreated the srs2eng test dictionary, making use of the HTML for tabular lexicographical information, to be found here: https://github.com/UAlbertaALTLab/morphodict/blob/main/src/srseng/resources/dictionary/srseng_test_db.importjson
The creation of the table seems to miss out on the label for the second column (i.e. neither
Theme
nor any of its relabeling appear), and then selecting the wrong relabelings, e.g. selecting the relabels forIntransitive
(verbs) forImperfective
aspect, and showing no relabeling forPerfective
aspect.The HTML source for the table is the following:
"analysis": "<table colspan=2><tr><td>Aspect</td><td>Theme</td></tr><tr><td>Ipfv</td><td>ītsīy</td></tr><tr><td>Pfv</td><td>yītsày</td></tr><tr><td>Prog</td><td>–</td></tr><tr><td>Ipfv+Rep</td><td>náchīsh</td></tr><tr><td>Pfv+Rep</td><td>náyīchīsh</td></tr></table>"