Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 585 Bytes

Spanish NLP Workshop

A tutorial about NLP technologies available for the Spanish language

Setup

  • Install Anaconda
  • Create a python 3 environment and start a notebook server
$ git clone https://github.com/eisenjulian/spanish-nlp-workshop.git
$ cd spanish-nlp-workshop
$ conda config --add channels conda-forge
$ conda create -n nlp python=3 gensim spacy matplotlib scikit-learn pandas ipykernel
$ activate nlp
$ pip install bs4
$ python -m ipykernel install --user
$ python -m spacy download es
$ jupyter notebook