We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6d24f commit 7950214Copy full SHA for 7950214
1 file changed
udapi/block/ud/cs/markfeatsbugs.py
@@ -126,6 +126,7 @@ def process_node(self, node):
126
self.check_required_features(node, ['NumType', 'Gender', 'Number', 'Case'])
127
self.check_allowed_features(node, {
128
'NumType': ['Ord', 'Mult'],
129
+ 'NumForm': ['Roman'], # NumForm is normally not used with ordinals except when a Roman numeral is clearly ordinal even without context ('XXXIIho')
130
'Gender': ['Masc', 'Fem', 'Neut'],
131
'Number': ['Sing', 'Dual', 'Plur'],
132
'Case': ['Nom', 'Gen', 'Dat', 'Acc', 'Voc', 'Loc', 'Ins'],
0 commit comments