Monday, September 20, 2021

Install NRC Lexicon from within Jupyter Notebook

 .

1.Upgrade Python version (if needed)

Expected output:



2.Install NRC Lexicon


Expected Output



Note: Even after the installation of NRC Lexicon, MissingCorpusError may occur while running programs. So it is recommended to also install textblob.download_corpora.

3.Install textblob.download_corpora (Recommended)


Expected Output


REFERENCE:


ADDITIONAL:



Install scikit-learn :

Note: Scikit-learn (Sklearn) is the most useful and robust library for machine learning in Python. It provides a selection of efficient tools for machine learning and statistical modeling including classification, regression, clustering and dimensionality reduction via a consistence interface in Python.

No comments: