From c72e6c8cd1cdb69087c2c7e0d1a911633b300e40 Mon Sep 17 00:00:00 2001 From: SebastianCB Date: Tue, 18 Oct 2022 11:46:45 -0500 Subject: [PATCH] Feat: Updated README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9dabd3..d03dfe5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,40 @@ Lo que se hace: * punctuaction sign removal * Hashtags and mentions removal -#### Data +# Módulos +* emoji +* nltk +* sklearn +* spacy +* stanza +* wheel +* hunspell +* numpy +* gensim +* pyemd +``` +pip install emoji nltk sklearn spacy stanza wheel hunspell numpy gensim pyemd +``` +o +``` +pip3 install emoji nltk sklearn spacy stanza wheel hunspell numpy gensim pyemd +``` + +# Errores: +1. Error al instalar hunspell: + - Se solventa instalando libhunspell-dev (Ubuntu) + + ``` + sudo apt-get install libhunspell-dev + ``` +2. Error con modelo 'es_core_news_md' de Spacy: + - Se solventa descargandolo: + + ``` + python -m spacy download es_core_news_md + pytho3 -m spacy download es_core_news_md + ``` +## Data Para entrenar mas corpus al modelo ``` model.build_vocab(data)