#
I may be slow to respond.
微信公众号:IMU语音理解与生成实验室(IMU-S2Lab)
-
Inner Mongolia University, China
- Hohhot
- ttslr.github.io
- @RuiLiu60711141
Starred repositories
7
stars
written in Java
Clear filter
MARY TTS -- an open-source, multilingual text-to-speech synthesis system written in pure java
Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
Visualization for simple attention and Google's multi-head attention.
一个自然语言处理初学者可以参考的库,包含分词,词性标注,命名实体识别,依存句法分析大多模型和算法都是自己实现 。a natural language processing library for beginners
把李航老师《统计学习方法》的后几章的算法都用java实现了一遍,实现盒子与球的EM算法,扩展到去GMM训练,后来实现了HMM分词(实现了HMM分词的参数训练)和CRF分词(借用CRF++训练的参数模型),最后利用tensorFlow把BiLSTM+CRF实现了,然后为lucene包装了一个XinAnalyzer