Adding Punctuation Marks to Speech Recognition Text
2022-01-13
280 views
PaddlePaddle
深度学习
Python
Deep Learning
PaddlePaddle
Speech Recognition
Natural Language Processing
This paper introduces a method for adding punctuation marks to speech recognition text according to grammar, mainly divided into four steps: downloading and decompressing the model, installing PaddleNLP and PPASR tools, importing the PunctuationPredictor class, and using this class to automatically add punctuation marks to the text. The specific steps are as follows: 1. Download the model and decompress it into the `models/` directory. 2. Install the relevant libraries of PaddleNLP and PPASR. 3. Instantiate the predictor using the `PunctuationPredictor` class and pass in the pre
Read More