taiqing / pinyin2hanzi
End-to-end translation of Chinese phonetics to characters using bi-directional RNN (LSTM/GRU)
☆27Updated 5 years ago
Alternatives and similar repositories for pinyin2hanzi:
Users that are interested in pinyin2hanzi are comparing it to the libraries listed below
- Use ctc to do chinese speech recognition by keras / 通 过keras和ctc实现中文语音识别☆43Updated 6 years ago
- Tensorflow version of DFSMN☆49Updated 6 years ago
- Google Summer of Code 2018 Project: Automatic Speech Recognition for Speech-to-Text on Chinese☆115Updated 6 years ago
- TestB榜第10的方案,bleu32.1☆63Updated 5 years ago
- Mandarin ASR system based on tensorflow☆108Updated 6 years ago
- 用于存储NLP常用模型☆145Updated 4 years ago
- 拼音转汉字, convert pinyin to 汉字 using deep networks☆22Updated 4 years ago
- Seq2Seq Speech Recognition with Transformer on Mandarin Chinese☆116Updated 5 years ago
- 这是一个基于全卷积神经网络的语音识别系统☆77Updated 5 years ago
- Use bert to predict punctuation on IWSLT2012 and The People's Daily 2014☆65Updated 4 years ago
- 基于GMM与MFCC特征进行数字0-9的语音识别,GMM,MFCC,语音识别,中文数据,sklearn,Digital Voice Recognition。☆18Updated 2 years ago
- translate from English to Chinese user transformer model☆32Updated 2 years ago
- python | 高效使用统计语言模型kenlm:新词发现、分词、智能纠错等☆162Updated 5 years ago
- Speech Recognition with DFCNN and Transformer☆18Updated 2 years ago
- machine learning algorithms and implementations☆115Updated 6 years ago
- 基于卷积神经网络的语音识别声学模型的研究☆172Updated 5 years ago
- ASR中文语音识别☆33Updated 5 years ago
- 将百度DeepSpeech的keras后端由theano改为tensorflow,整合mozilla解码模块进行中文语音识别模型部署☆10Updated 5 years ago
- a simple asr system☆14Updated 6 years ago
- 采用端到端方法构建声学模型,以字为建模单元,采用DCNN-CTC网络结构。☆71Updated 6 years ago
- soft_mask_bert model for Chinese Spelling Correction in keras☆21Updated 4 years ago
- A python module that convert chinese written string to read string. 一个python包:将中文书面字符串转换为口语字符串。☆119Updated 5 years ago
- ☆55Updated 4 years ago
- language model in Chinese,基于Pytorch官方文档实现