Skip to content

Commit

Permalink
Merge pull request #29 from Ayushk4/FastText_espanol
Browse files Browse the repository at this point in the history
Add checksum for (Spanish) FastText CommonCrawl Embeddings.
  • Loading branch information
oxinabox authored Feb 8, 2020
2 parents 6f5b35b + 11273c5 commit b75a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fasttext.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const fast_commoncrawl_languages_and_hashes = [
(:el, nothing, nothing),
(:eml, nothing, nothing),
(:eo, nothing, nothing),
(:es, nothing, nothing),
(:es, "116915c965346a0e3670b0e703e15e3526f31f1d216088eb3b30fc8f94982b82", nothing),
(:et, nothing, nothing),
(:eu, nothing, nothing),
(:fa, nothing, nothing),
Expand Down

2 comments on commit b75a1d4

@oxinabox
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/9090

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.2 -m "<description of version>" b75a1d472ac1c2449df29ca3973f1937ad0046a2
git push origin v0.4.2

Please sign in to comment.