We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b19027 commit 0bfdccbCopy full SHA for 0bfdccb
udapi/block/ud/cs/markfeatsbugs.py
@@ -646,6 +646,15 @@ def process_node(self, node):
646
'VerbForm': ['Fin'],
647
'Mood': ['Cnd']
648
})
649
+ elif node.form.lower() == 'byšta':
650
+ self.check_required_features(node, ['Mood', 'Person', 'Number'])
651
+ self.check_allowed_features(node, {
652
+ 'Aspect': ['Imp'],
653
+ 'VerbForm': ['Fin'],
654
+ 'Mood': ['Cnd'],
655
+ 'Person': ['2', '3'],
656
+ 'Number': ['Dual']
657
+ })
658
else:
659
self.check_required_features(node, ['Mood', 'Person', 'Number'])
660
self.check_allowed_features(node, {
@@ -798,7 +807,8 @@ def process_node(self, node):
798
807
799
808
'Degree': ['Pos', 'Cmp', 'Sup'],
800
809
'Polarity': ['Pos', 'Neg'],
801
- 'Emph': ['Yes']
810
+ 'Emph': ['Yes'],
811
+ 'Abbr': ['Yes']
802
812
803
813
# ADPOSITIONS ##########################################################
804
814
elif node.upos == 'ADP':
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments