Skip to content

Releases: MartinoMensio/it_vectors_wiki_spacy

SpaCy model v1.0.1

01 Apr 20:04
1ccd4c3
Compare
Choose a tag to compare

This release contains a packaged SpaCy model that can be installed directly with pip. The word vectors are added on a blank "it" model.

This version is a fix to v1.0:

The change is that now the package works with spacy>=2.1 (see issue #1).

Install with pip install https://github.com/MartinoMensio/it_vectors_wiki_spacy/releases/download/v1.0.1/it_vectors_wiki_lg-1.0.1.tar.gz

GloVe raw vectors v1.0

01 Apr 20:41
1ccd4c3
Compare
Choose a tag to compare

This release contains the raw vectors trained with GloVe and the preprocessing described in the README.md. This file has been then used to load a SpaCy model that can also be downloaded pre-packaged.

To use this file just run gzip and you will have the txt file containing 758358 vectors with size 300.

SpaCy model v1.0.0

06 Dec 15:45
Compare
Choose a tag to compare

Using:

  • preprocessing: WikiExtractor + spacy retokenization
  • GloVe

The attached archive can be installed with pip, and contains the italian blank model plus the word embeddings trained on Wikipedia.

The model is for spacy2