You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[deep learning for chinese word segmentation and pos tagging](www.aclweb.org/anthology/D13-1061) (完全实现,文件[`dnn_crf.py`](https://github.com/supercoderhawk/DeepLearning_NLP/blob/master/python/dnlp/core/dnn_crf.py))
73
+
*[Long Short-Term Memory Neural Networks for Chinese Word Segmentation](http://www.emnlp2015.org/proceedings/EMNLP/pdf/EMNLP141.pdf) (完全实现,文件[`dnn_crf.py`](https://github.com/supercoderhawk/DeepLearning_NLP/blob/master/python/dnlp/core/dnn_crf.py))
74
+
*[Max-Margin Tensor Neural Network for Chinese Word Segmentation](www.aclweb.org/anthology/P14-1028) (待实现,文件[`mmtnn.py`](https://github.com/supercoderhawk/DeepLearning_NLP/blob/master/python/dnlp/core/mmtnn.py))
75
+
76
+
## 实体关系抽取
77
+
*[relation extraction: perspective from convolutional neural networks](http://aclweb.org/anthology/W15-1506) (待实现,文件[`re_cnn.py`](https://github.com/supercoderhawk/DeepLearning_NLP/blob/master/python/dnlp/core/re_cnn.py))
0 commit comments