Update text_engine.py

pull/2449/head
Zhao Yuting 3 years ago committed by 吕志轩
parent 0f6b7f8c54
commit c9807386c8

@ -107,7 +107,6 @@ class PaddleTextConnectionHandler:
assert len(tokens) == len(labels)
text = ''
print(self._punc_list)
for t, l in zip(tokens, labels):
text += t
if l != 0: # Non punc.

Loading…
Cancel
Save