Skip to content

Commit 6e24bc2

Browse files
committed
chore:去掉打印
1 parent 48b2e72 commit 6e24bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/text/aliyun/aliyun.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (s *Speech) BreakSentence(channelId int, rsp *Response) (ret []*srt.Srt, er
234234
continue
235235
}
236236
word := strings.ToLower(strings.TrimSpace(rsp.Result.Words[wIdx].Word))
237-
fmt.Printf("%s:%s\n",word,sword)
237+
//fmt.Printf("%s:%s\n",word,sword)
238238
//当前单词是数字,并且句子中的词也是数字
239239
if v, ok := s.wellKnownNumber[word]; ok && re.Match([]byte(sword)) {
240240
numberFlag = true

0 commit comments

Comments
 (0)