Skip to content

deep nlp toolkits 深度自然语言处理工具

License

Notifications You must be signed in to change notification settings

witnesslq/transwarp-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transwarp-nlp

深度自然语言处理工具。代码正在持续实现和改进中,部分实现的功能现在都能够跑通,但是没有使用大规模语料来训练。后续会基于大规模语料来进行训练, 以求达到生产环境的要求。

功能实现

  • 中文分词(CRF 和 BILSTM + CRF)
  • 中文序列化标注(LSTM 或 BILSTM)
  • 中文命名实体识别(LSTM 或 BILSTM)
  • 中文关键词抽取(实现中)
  • 中文文本自动摘要(SEQ2SEQ ATTENTION)
  • 情感分析(MEMORY NETWORK)
  • 依存句法分析
  • 中文文本分类(CNN 和 LSTM)
  • 中文多标签文本分类(CNN 和 LSTM)
  • 中文自由写诗(实现中)
  • 中文对话系统(实现中)
  • 中文问答系统(实现中)
  • 中英机器翻译(实现中)

依赖库

  • python2.7
  • tensorflow (>= r1.0)
  • numpy
  • pandas
  • matplotlib
  • sklearn
  • future
  • cPickle

参考资料

LICENSE

All code in this repository is under the MIT license as specified by the LICENSE file.

About

deep nlp toolkits 深度自然语言处理工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published