i have windows 10 and i have installed python 3.5 i follwed same steps to
install nltk but i didnt get that "python setup py" some commond u used cmd
shows me an error telling
python is not internal or external command please help me out with
this......
+sentdex hey there i tried using pip command and i got the same error.....i checked out this https://pythonprogramming.net/tokenizing-words-sentences-nltk-tutorial/ link but i dont known why as soon as page opens i see some video and immediately i get blank page only with google+,fb,twitter icons i signed up also but iam getting same old blank page.....please help me out installing nltk on windows 10
+swaathi sv specify full path to python. Not sure where Python 3.5 is stored on windows 10. For me, the full path to python is: C:/Python35/python... so I do C:/Python35/python setup.py install, for example. That said, you should be using pip nowadays to install these things. This video playlist is much older. It was also done in Python 2.7, which doesn't quite suite your 3.5.I suggest you instead start with my newest playlist on nltk: https://pythonprogramming.net/tokenizing-words-sentences-nltk-tutorial/If not, just do pip install nltk, and continue with this series, so long as you know the minor differences between the py 2 and py 3 code.
plz i want to solve my problem with installing NLTK when i write import
nltk a message appear
C:\Python25\lib\site-packages\nltk\__init__.py:31: Warning: 'with' will
become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "", line 1, in
import nltk
File "C:\Python25\lib\site-packages\nltk\__init__.py", line 31
with open(version_file, 'r') as infile:
^
SyntaxError: invalid syntax
Hi - Very good tutorials...i have spent hours trying to figure out this
problem and would need your expert guidance. I am running code on IDLE
environment on Windows 7 and am following every instruction you give - yet
when i try to run the code on this tutorial i see this error "No module
named numpy.core.multiarray".
Do i need to install numpy? Is there any tutorial that i could refer to to
install numpy?
Thanks!
+Surabhi Singhal Yes, you will need numpy if you're seeing that error. You should be able to open a terminal, or cmd.exe, and do either pip install numpy, or something like C:/Python34/Scripts/pip install numpy. More information on using pip to install: //pythonprogramming.net/using-pip-install-for-python-modules/
Install Python NLTK on Windows
Learn how to install python NLTK on Windows.
how easy is it to install a python egg? Not very. NLTK egg is unhatched
how easy is it to install a python egg? Not very. NLTK egg is unhatched.