参考网址:http://www.nltk.org/install.html

 

Mac/Unix

  1. Install NLTK: run sudo pip install -U nltk
  2. Install Numpy (optional): run sudo pip install -U numpy
  3. Test installation: run python then type import nltk

相关文章:

  • 2021-07-18
  • 2021-07-03
  • 2022-12-23
  • 2021-04-03
  • 2021-05-20
  • 2021-11-19
  • 2022-01-14
猜你喜欢
  • 2021-05-30
  • 2021-12-19
  • 2021-12-12
  • 2021-11-27
  • 2021-07-13
  • 2021-11-13
相关资源
相似解决方案