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 057d483 commit cecb9ebCopy full SHA for cecb9eb
udapi/block/ud/markbugs.py
@@ -118,7 +118,7 @@ def process_node(self, node):
118
if upos == i_upos and not feats[i_feat]:
119
# Some languages do not distinguish finite and non-finite forms of verbs.
120
# The VerbForm feature is not obligatory in those languages.
121
- if i_feat != 'VerbForm' or not node.root.zone.split('_')[0] in {'id', 'jv', 'tl', 'hil', 'ifb'}:
+ if i_feat != 'VerbForm' or not node.root.zone.split('_')[0] in {'id', 'jv', 'tl', 'hil', 'ifb', 'naq'}:
122
self.log(node, 'no-' + i_feat, 'upos=%s but %s feature is missing' % (upos, i_feat))
123
124
if feats['VerbForm'] == 'Fin':
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments