Skip to content

Commit 3cd92e2

Browse files
Update get_is_reflex() to return Yes when Voice=Mid
1 parent fc180b9 commit 3cd92e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

udapi/block/msf/phrase.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def get_polarity(self, node, neg):
5959
return 'Neg'
6060

6161
def get_is_reflex(self,node,refl):
62+
if node.feats['Voice'] == 'Mid':
63+
return 'Yes'
6264
if len(refl) == 0:
6365
return node.feats['Reflex']
6466
return 'Yes'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy