Python Forum
NLTK Download Attribute error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NLTK Download Attribute error
#2
go to the NLTK install page and follow instructions there: https://www.nltk.org/install.html
It's simple, then load corpora:
  1. open python interpreter from command line
  2. >>> import nltk
  3. >>> nltk.download()
choose and install all or some corpora
Reply


Messages In This Thread
NLTK Download Attribute error - by laila1a - Jan-26-2019, 02:46 PM
RE: NLTK Download Attribute error - by Larz60+ - Jan-27-2019, 12:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using SHAP Library for my LSTM model - "Attribute Error" vatsalmtailor 0 2,108 Jul-13-2022, 04:34 PM
Last Post: vatsalmtailor
  error "list object has no attribute transpose()" usercat123 4 4,290 Jan-28-2022, 12:01 PM
Last Post: usercat123
  Attribute Error Raiden_Arctica 4 4,167 Mar-13-2021, 11:09 AM
Last Post: Raiden_Arctica
  Error on trying to use NLTK Punkt PythonDE 1 2,072 Oct-22-2020, 07:17 PM
Last Post: PythonDE
  Attribute error in Dataframes deshanish 1 2,425 Jul-15-2020, 08:38 AM
Last Post: snippsat
  Attribute error - Sympy VictorG8 1 5,016 Apr-09-2020, 06:03 PM
Last Post: snippsat
  [nltk] Parsing with CFG constantin01 1 2,114 Jul-05-2019, 11:11 PM
Last Post: Larz60+
  [nltk] Relations Extractor constantin01 3 3,531 Jun-28-2019, 10:41 AM
Last Post: constantin01
  [nltk] Naive Bayes Classifier constantin01 0 2,003 Jun-24-2019, 10:36 AM
Last Post: constantin01
  [split] np.arrange error - no attribute gyan 2 7,005 Aug-19-2018, 05:38 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020