/Word-representation

Word Representation for the Natural Language Processing project.

Primary LanguageJupyter Notebook

Word Representation in Natural Language Processing

Authors : Marin BOUTHEMY & Kossi NEROMA

This code is implementing and computing word representation for the NLP course at ENSAE.

Requirements

The library has some requirements :

  • Python 3
  • Numpy
  • Pandas

To install all this requirement you can run:

pip install -r requirements.txt

Files structure

Please have a look at the Jupyter Notebook for a description of the strucuture of the repository.