A enterprise-grade Chinese-English code switch punctuator funasr.
Key Features
General
ctt punctuator was trained on chinese-english code switch corpora.
offline punctuator
online punctuator
punctuator for chinese-english code switch
the onnx model file is 279M, you can download it from here
Highly Portable
ctt-punctuator reaps benefits from the rich ecosystems built around ONNX running everywhere where these runtimes are available.
Installation
bash
1sudoaptinstall git-lfs
2# if the code raise : failed:Protobuf parsing failed.3# you should install git-lfs and run git lfs install4git lfs install5# use lfs download onnx file6git clone https://huggingface.co/lovemefan/ctt_punctuator
7cd CT-Transformer-punctuation
8pip install -e .
@inproceedings{chen2020controllable,
title={Controllable Time-Delay Transformer for Real-Time Punctuation Prediction and Disfluency Detection},
author={Chen, Qian and Chen, Mengzhe and Li, Bo and Wang, Wen},
booktitle={ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
pages={8069--8073},
year={2020},
organization={IEEE}
}
@misc{FunASR,
author = {Speech Lab, Alibaba Group, China},
title = {FunASR: A Fundamental End-to-End Speech Recognition Toolkit},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/alibaba-damo-academy/FunASR/}},
}