Deep Learning 5.1 NLP 一些常用库

[TOC]

NLP 工具库

NLP – nltk [natural language toolkit]

NLP – gensim

NLP 语料库

NLP – GloVe全局动态库

  • GloVe 50D
  • GloVe 100D
  • GloVe 200D
  • GloVe 300D

一些其他的具有标准参考的库

String库

punctuation 【标点符号】

import string

collections

defaultdict 【默认字典】

Counter

from collection import defaultdict
from collection import Counter
Posted on Jan 28, 2020