当前位置:   article > 正文

Python的Nltk包安装使用_import nltk >>> nltk.download('punkt')

import nltk >>> nltk.download('punkt')
Python的Nltk包
安装方法
http://www.nltk.org/install.html


使用
  1. >>> import nltk  
  2. >>> nltk.download()  


nltk.download()  太慢了,所以我先手动下载好,解压,放到 /usr/local/share/nltk_data 目录下


[root@10-10-198-186 nltk_data]# pwd
/usr/local/share/nltk_data
[root@10-10-198-186 nltk_data]# ls
chunkers   corpora   grammers   help   stemmers   taggers   tokenizers

即可
执行下面测试
  1. >>> from nltk.book import  
  2. *** Introductory Examples for the NLTK Book ***  
  3. Loading text1, ..., text9 and sent1, ..., sent9  
  4. Type the name of the text or sentence to view it.  
  5. Type: 'texts()' or 'sents()' to list the materials.  
  6. text1: Moby Dick by Herman Melville 1851  
  7. text2: Sense and Sensibility by Jane Austen 1811  
  8. text3: The Book of Genesis  
  9. text4: Inaugural Address Corpus  
  10. text5: Chat Corpus  
  11. text6: Monty Python and the Holy Grail  
  12. text7: Wall Street Journal  
  13. text8: Personals Corpus  
  14. text9: The Man Who Was Thursday by Chesterton 1908  
  15. >>>   

说明成功
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/729567
推荐阅读
相关标签
  

闽ICP备14008679号