Skip to content

Conversation

@alanakbik
Copy link
Collaborator

Closes #174

To address serialization problems on Mac and Windows, we've reduced the size of the embeddings and pre-trained models. This has the added advantage that models can now be loaded and saved faster.

We've also added pre-trained fasttext embeddings for a number of additional languages, which can now be instantiated using their two-letter language code, i.e.

embeddings = WordEmbeddings('pt')

for Polish and WordEmbeddings('ar') for Arabic etc.

Copy link
Collaborator

@tabergma tabergma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@tabergma tabergma merged commit e66a410 into master Nov 7, 2018
@tabergma tabergma deleted the GH-174-serialization branch November 7, 2018 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants