Skip to content

Commit 002d6ba

Browse files
Update default feature_prefix to 'CW'
1 parent 1a4ec2d commit 002d6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

udapi/block/msf/phrase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
class Phrase(Block):
1212

13-
def __init__(self, feature_prefix='CG', **kwargs):
13+
def __init__(self, feature_prefix='CW', **kwargs):
1414
"""
1515
Parameters:
16-
feature_prefix (string) - The prefix of phrase features (e. g. 'CG', 'Phrase'), default is 'CG'
16+
feature_prefix (string) - The prefix of phrase features (e. g. 'CW', 'Phrase'), default is 'CG'
1717
"""
1818
super().__init__(**kwargs)
1919
self.feature_prefix = feature_prefix

0 commit comments

Comments
 (0)