taiqing / pinyin2hanzi
End-to-end translation of Chinese phonetics to characters using bi-directional RNN (LSTM/GRU)
☆27Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for pinyin2hanzi
- Use ctc to do chinese speech recognition by keras / 通过keras和ctc实现中文语音识别☆43Updated 6 years ago
- 2018年7⽉30⽇-8⽉13⽇持续2周的好未来AI训练营中语⾳情感识别营的项目报告☆32Updated 5 years ago
- TestB榜第10的方案,bleu32.1☆63Updated 4 years ago
- Mandarin ASR system based on tensorflow☆108Updated 6 years ago
- Tensorflow version of DFSMN☆48Updated 6 years ago
- 用于存储NLP常用模型☆144Updated 4 years ago
- 这是一个基于全卷积神经网络的语音识别系统☆76Updated 5 years ago
- 拼音转汉字, convert pinyin to 汉字 using deep networks☆22Updated 4 years ago
- a simple asr system☆14Updated 6 years ago
- Seq2Seq Speech Recognition with Transformer on Mandarin Chinese☆115Updated 4 years ago
- 基于卷积神经网络的语音 识别声学模型的研究☆171Updated 5 years ago
- 采用端到端方法构建声学模型,以字为建模单元,采用DCNN-CTC网络结构。☆71Updated 5 years ago
- soft_mask_bert model for Chinese Spelling Correction in keras☆21Updated 4 years ago
- Estimate the phonetic distance between Chinese words and get similar sounding candidate words.☆35Updated last year
- Google Summer of Code 2018 Project: Automatic Speech Recognition for Speech-to-Text on Chinese☆115Updated 6 years ago
- 完成了《实战Google深度学习框架》里的内容☆20Updated 6 years ago
- 用多层BLSTM模型同时进行中文分词和标点符号预测☆18Updated 2 weeks ago
- translate from English to Chinese user transformer model☆32Updated last year
- 基于bert的中文自然语言处理工具,包括情感分析、中文分词、词性标注、以及命名实体识别功能,并提供文本分类任务、序列标注任务、句对关系判断任务的训练与预测接口☆129Updated 5 years ago
- A python module that convert chinese written string to read string. 一个python包:将中文书面字符串转换为口语字符串。☆118Updated 5 years ago
- Listen, Attend and Spell - PyTorch Implementation☆17Updated 5 years ago
- 汉字字符特征提取工具,可以提取出字符中的字音(声母、韵母、声调)、字形(偏旁、部首)、四角编码等特征,同时可作为tensor输入到模型☆128Updated 4 years ago
- 这个工程的目的是从视频中获取语音识别的训练数据,用于训练字幕自动生成☆53Updated 6 years ago
- 使用BiLSTM对人民日报语料进行分词☆56Updated 5 years ago
- compare three CTC decoder, that is greedy decoder, beam decoder and prefix beam decoder☆20Updated 6 years ago
- transformer for ASR-systerm (via tensorflow2.0)☆114Updated 5 years ago
- Implemented 3 neural network architectures: 1) Combination of RNN LSTM nodes and CNN, 2) CNN with residual blocks similar to ResNet, 3) D…☆25Updated 6 years ago