zhifu gao
2023-12-15 72c4568049316f158c22d94013d7e5c1cb6e4e9d
egs/alimeeting/sa_asr/local/alimeeting_process_textgrid.py
@@ -6,7 +6,10 @@
import codecs
from distutils.util import strtobool
from pathlib import Path
import textgrid
try:
    import textgrid
except:
    raise "Please install textgrid firstly: pip install textgrid"
import pdb
class Segment(object):