/feup-pln

🤖 Proposed solution for the exercises of the Natural Language Processing course @ FEUP

Primary LanguageJupyter NotebookMIT LicenseMIT

Natural Language Processing

Proposed solution for the exercises of the Natural Language Processing course @ FEUP

Clarifications on Specific Notebooks

05-word-embeddings

Uses bigger files such as reviews_data.txt.gz, reviews_model.zip and reviews_wv.zip, which are made available in the curricular unit's page. It also uses skip_s100.txt, which is made available in the Repositório de Word Embeddings do NILC's webpage.

06-sequence-labeling

The sklearn crf_suite module has compatibility problems - and open issues - with Python >=3.10. As such, some of the outputs in the classification notebook are either not what was to be expected or errors.