Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Kaldi用清氣的句 #319

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
9 changes: 5 additions & 4 deletions 臺灣言語服務/Kaldi語料匯出.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,11 @@ def _語句資訊(cls, 辭典資料, 辭典輸出物件, 語者名對應輸出
這擺參數 = {'辭典輸出物件': 辭典輸出物件, '一逝': 內容, '加語料': True}
這擺參數.update(辭典資料)
_詞數量, _SIL數量, _NSN數量, _外來語數量 = cls._資料加到辭典(**這擺參數)
print(語句名, 內容.replace('\n', 分詞符號).strip(), file=聽拍內容)
# sw02001-A_000098-001156 sw02001-A 0.98 11.56
print(語句名, 音檔名, 開始時間, 結束時間, file=語句目錄)
print(語句名, 語者, file=語句對應語者)
if _SIL數量 + _NSN數量 + _外來語數量 == 0:
print(語句名, 內容.replace('\n', 分詞符號).strip(), file=聽拍內容)
# sw02001-A_000098-001156 sw02001-A 0.98 11.56
print(語句名, 音檔名, 開始時間, 結束時間, file=語句目錄)
print(語句名, 語者, file=語句對應語者)
return 第幾个人

@classmethod
Expand Down