stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.81k stars 1.51k forks source link

Does GloVe support the Spanish language? #188

Closed zekaouinoureddine closed 1 month ago

zekaouinoureddine commented 3 years ago

I'm working on a project, and my dataset is in Spanish, and wanted to test GloVe too to see how my model will behave based on different pre-trained embeddings?

AngledLuffa commented 3 years ago

People have used GloVe to build embeddings for many different languages, but we haven't build Spanish embeddings ourselves

zekaouinoureddine commented 3 years ago

Okay! Thanks for the quick reply