I'm a bit troubled with a simple thing. I was trying to install a package called hunspell, but I discovered it is originally an R package. I installed this version: https://anaconda.org/conda-forge/r-hunspell, but I'm not being able to import it. Is this package supposed to work with Python? Should I use rpy2
to import it? First time using cross-platform packages so I'm a bit confused.
Just to be clear, import hunspell
brings ModuleNotFoundError: No module named 'hunspell'
and import r-hunspell
brings SyntaxError: invalid syntax
.
I also noticed that this package, also installed an r-base
package, but I'm also not sure how to import that.