Slyne / tf_tagging

这是一个tensorflow使用的样例,改自于https://guillaumegenthial.github.io/sequence-tagging-with-tensorflow.html
37 stars 26 forks source link

数据(原始数据和embedding)和模型文件链接: 链接: https://pan.baidu.com/s/1dFb2NNb 密码: zvgk 解压到项目文件下即可 另外, train.py是核心代码的摘要,忽略。

  1. python build_data.py #创建vocabulary
  2. python model.py #训练和测试文件

文章地址: http://www.jianshu.com/p/4cfcce68fc3b