zoukankan      html  css  js  c++  java
  • nltk book的下载

    1. 在安装了NLTK 之后,打开python 输入 import nltk  ,没有报错表示安装成功过

    2. 运行 nltk.download() 命令 ,会出现下载页面

    经过多次下载 出错多次,终于成功  

    有需要的可以  @我,通过 百度网盘共享  

    http://pan.baidu.com/s/1bpewDAJ   提取码  4kud   

    下载以后解压到默认的C盘 NLTK_DATA目录下  

    3.输入命令 

    >>> from nltk.book import *

    出现以下内容 ,说明环境已近装好了 
    *** Introductory Examples for the NLTK Book ***
    Loading text1, ..., text9 and sent1, ..., sent9
    Type the name of the text or sentence to view it.
    Type: 'texts()' or 'sents()' to list the materials.
    text1: Moby Dick by Herman Melville 1851
    text2: Sense and Sensibility by Jane Austen 1811
    text3: The Book of Genesis
    text4: Inaugural Address Corpus
    text5: Chat Corpus
    text6: Monty Python and the Holy Grail
    text7: Wall Street Journal
    text8: Personals Corpus
    text9: The Man Who Was Thursday by G . K . Chesterton 1908

  • 相关阅读:
    树状数组和线段树
    N皇后问题(函数式编程与过程式)
    单例模式
    BitSet
    蓄水池抽样问题
    关于动态规划的一些感想
    53最大子序和
    5最长回文子串
    139单词拆分
    91.解码方法
  • 原文地址:https://www.cnblogs.com/mrruning/p/7616538.html
Copyright © 2011-2022 走看看