Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyhtonInR not available anymore #14

Open
MatthBogaert opened this issue Feb 25, 2021 · 1 comment
Open

PyhtonInR not available anymore #14

MatthBogaert opened this issue Feb 25, 2021 · 1 comment

Comments

@MatthBogaert
Copy link

PythonInR is not available on cran anymore and is not compatible with newest version of R. Is it possible to make the package work with reticulate instead? The package worked before (using steps that you have on your github page), but cannot find PythonInR anymore. Anyone who has this problem?

@jwijffels
Copy link
Contributor

If you change the 4 lines at https://github.com/bnosac/pattern.nlp/blob/master/R/sentiment.R#L29 and the 7 lines at https://github.com/bnosac/pattern.nlp/blob/master/R/postagging.R#L69 to the reticulate equivalent, you are ready to go.
If you just need the parts of speech tagging, I suggest you move on to using R package udpipe (https://cran.r-project.org/package=udpipe or https://github.com/bnosac/udpipe).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants