Skip to content

A tutorial about NLP technologies available for the Spanish language

License

Notifications You must be signed in to change notification settings

eisenjulian/spanish-nlp-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tutorial about NLP technologies available for the Spanish language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published