Skip to content

Commit dc6d24f

Browse files
committed
Ordinal Roman numeral.
1 parent 73ad92d commit dc6d24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

udapi/block/ud/cs/markfeatsbugs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def process_node(self, node):
113113
self.check_required_features(node, ['NumType', 'Gender', 'Animacy', 'Number', 'Case'])
114114
self.check_allowed_features(node, {
115115
'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')
116117
'Gender': ['Masc', 'Fem', 'Neut'],
117118
'Animacy': ['Anim', 'Inan'],
118119
'Number': ['Sing', 'Dual', 'Plur'],

0 commit comments

Comments
 (0)