bnosac / pattern.nlp

R package to perform sentiment analysis and Parts of Speech tagging for Dutch/French/English/German/Spanish/Italian
Other
67 stars 17 forks source link

I can't install the package #6

Closed nguyen0000 closed 7 years ago

nguyen0000 commented 7 years ago

Hello i have installed the Python 2.5.4 and i tried to install the pattern package but it doesn't work. Do you have a tutorial or something easier for me please ?

Thank you

jwijffels commented 7 years ago

pip install pattern Put Python in the PATH and next devtools::install_github("bnosac/pattern.nlp", args = "--no-multiarch") As indicated in the INSTALLATION part of the readme

nguyen0000 commented 7 years ago

thanks for your answer but what is pip install pattern ? what should i do exactly ? sorry but i'm beginning who want to learn

jwijffels commented 7 years ago

pip is python's package manager. pip install pattern installs the pattern library from PyPi. It's like you do install.packages("data.table") in R

nguyen0000 commented 7 years ago

where should i do this instruction ? in the python (command line ) i have seen some tuto , they did it in the cmd