The Stanford NLP Group's official Python NLP library. It contains packages for running our latest fully neural pipeline from the CoNLL 2018 Shared Task and for accessing the Java Stanford CoreNLP server.
The Stanford NLP Group's official Python NLP library. It contains packages for running our latest fully neural pipeline from the CoNLL 2018 Shared Task and for accessing the Java Stanford CoreNLP server.
To install py38-stanfordnlp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-stanfordnlp
To see what files were installed by py38-stanfordnlp, run:
port contents py38-stanfordnlp
To later upgrade py38-stanfordnlp, run:
sudo port selfupdate && sudo port upgrade py38-stanfordnlp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.