We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4ec2d commit 002d6baCopy full SHA for 002d6ba
udapi/block/msf/phrase.py
@@ -10,10 +10,10 @@
10
11
class Phrase(Block):
12
13
- def __init__(self, feature_prefix='CG', **kwargs):
+ def __init__(self, feature_prefix='CW', **kwargs):
14
"""
15
Parameters:
16
- feature_prefix (string) - The prefix of phrase features (e. g. 'CG', 'Phrase'), default is 'CG'
+ feature_prefix (string) - The prefix of phrase features (e. g. 'CW', 'Phrase'), default is 'CG'
17
18
super().__init__(**kwargs)
19
self.feature_prefix = feature_prefix
0 commit comments