Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Spacy NLP Model for the Catalan language

License

NotificationsYou must be signed in to change notification settings

ccoreilly/spacy-catala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Els models es poden descarregar a la secció Publicacions (Releases).

Instal·lació i ús

Podeu escollir entre dos models. El model gran és més precís però com que spaCy carrega tot el model a memòria assegureu-vos de tenir-ne suficient.

DadaMitjàGran
Nomca_fasttext_wiki_mdca_fasttext_wiki_lg
Versió1.0.01.0.0
spaCy>=2.3.2,<2.4.0>=2.3.2,<2.4.0
Mida62 MB1,16 GB
Pipelinetagger,parser,nertagger,parser,ner
Vectors20.0002.000.000
LlicènciaAGPL-3.0AGPL-3.0
AutorCiaran O'ReillyCiaran O'Reilly

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:

# Per instal·lar el model mitjà> pip install https://github.com/ccoreilly/spacy-catala/releases/download/ca_fasttext_wiki_md-1.0.0/ca_fasttext_wiki_md-1.0.0-py3-none-any.whl> python -m spacy link ca_fasttext_wiki_md ca# Per instal·lar el model gran> pip install https://github.com/ccoreilly/spacy-catala/releases/download/ca_fasttext_wiki_lg-1.0.0/ca_fasttext_wiki_lg-1.0.0-py3-none-any.whl> python -m spacy link ca_fasttext_wiki_lg ca

[EN] spaCy NLP Model for the Catalan language

spaCy NLP model for the Catalan language generated from:

Models can be found in the releases section of the repository.

Installing and using the model

You can choose between two models. The larger one is more accurate but make sure to have enough memory as spaCy will load the whole model into it.

DadaMediumLarge
Nameca_fasttext_wiki_mdca_fasttext_wiki_lg
Version1.0.01.0.0
spaCy>=2.3.2,<2.4.0>=2.3.2,<2.4.0
Size62 MB1,16 GB
Pipelinetagger,parser,nertagger,parser,ner
Vectors20.0002.000.000
LicenseAGPL-3.0AGPL-3.0
AuthorCiaran O'ReillyCiaran O'Reilly
# To install the medium sized model> pip install https://github.com/ccoreilly/spacy-catala/releases/download/ca_fasttext_wiki_md-1.0.0/ca_fasttext_wiki_md-1.0.0-py3-none-any.whl> python -m spacy link ca_fasttext_wiki_md ca# To install the larger model> pip install https://github.com/ccoreilly/spacy-catala/releases/download/ca_fasttext_wiki_lg-1.0.0/ca_fasttext_wiki_lg-1.0.0-py3-none-any.whl> python -m spacy link ca_fasttext_wiki_lg ca

[8]ページ先頭

©2009-2025 Movatter.jp