Skip to content

ccoreilly/spacy-catala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

115b80c · Mar 8, 2020

History

1 Commit
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020
Mar 8, 2020

Repository files navigation

[CA] Model pel processament del llenguatge natural en Català per a spaCy

Model per a spaCy de la llengua catalana generat a partir de:

Degut a la mida final del model (2.5GB) i dels vectors de paraules (1.1GB) aquests no s'inclouen al repositori però podeu descarregar-vos el model final a la secció Publicacions (Releases).

Instal·lació i ús

Podeu instal·lar el model i fer-lo servir amb spaCy executant les següents ordres a l'interfície de línia d'ordres:

> pip install https://github.com/ccoreilly/spacy-catala/releases/download/v0.0.2/ca_fasttext_wiki-0.0.2.tar.gz
> python -m spacy link ca_fasttext_wiki ca

[EN] spaCy NLP Model for the Catalan language

spaCy NLP model for the Catalan language generated from:

The final model is around 2.5GB and the fastText vectors over 1GB which is why they are not included in this repository. You can download the model under the Releases tab.

Installing and using the model

You can install and use the model in spaCy by executing the following commands:

> pip install https://github.com/ccoreilly/spacy-catala/releases/download/v0.0.2/ca_fasttext_wiki-0.0.2.tar.gz
> python -m spacy link ca_fasttext_wiki ca