Skip to content

Commit 7950214

Browse files
committed
Ordinal Roman numeral.
1 parent dc6d24f commit 7950214

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
@@ -126,6 +126,7 @@ def process_node(self, node):
126126
self.check_required_features(node, ['NumType', 'Gender', 'Number', 'Case'])
127127
self.check_allowed_features(node, {
128128
'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')
129130
'Gender': ['Masc', 'Fem', 'Neut'],
130131
'Number': ['Sing', 'Dual', 'Plur'],
131132
'Case': ['Nom', 'Gen', 'Dat', 'Acc', 'Voc', 'Loc', 'Ins'],

0 commit comments

Comments
 (0)