Skip to content

Commit dc4958b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3374ae4 commit dc4958b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_text_processing/text_normalization/en/taggers/electronic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def __init__(self, cardinal: GraphFst, deterministic: bool = True):
135135
pynutil.insert('domain: "')
136136
+ (pynini.closure(accepted_characters, 1) + pynini.closure(domain_component, 1))
137137
+ pynutil.insert('"'),
138-
0.1
138+
0.1,
139139
).optimize()
140140

141141
graph |= pynutil.add_weight(graph_domain, MIN_NEG_WEIGHT)

0 commit comments

Comments
 (0)