We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ad92d commit dc6d24fCopy full SHA for dc6d24f
1 file changed
udapi/block/ud/cs/markfeatsbugs.py
@@ -113,6 +113,7 @@ def process_node(self, node):
113
self.check_required_features(node, ['NumType', 'Gender', 'Animacy', 'Number', 'Case'])
114
self.check_allowed_features(node, {
115
'NumType': ['Ord', 'Mult'],
116
+ 'NumForm': ['Roman'], # NumForm is normally not used with ordinals except when a Roman numeral is clearly ordinal even without context ('XXXIIho')
117
'Gender': ['Masc', 'Fem', 'Neut'],
118
'Animacy': ['Anim', 'Inan'],
119
'Number': ['Sing', 'Dual', 'Plur'],
0 commit comments