NLP-Learning 一个学习 NLP (DL) 的仓库 使用环境: python=3.6 tensorflow = 1.12.0 Keras = 2.24 pytorch = 1.3.1 目前完成的有 词袋模型(tf) Skip-gram(tf) Cbow(tf) Keras-BiLTSM-NER(keras) pytorch LinearRegression CRF-NER(sklearn_crfsuite) leetcode(code+doc)