{ "info": { "author": "Jeroen van Paridon & Bill Thompson", "author_email": "j.v.paridon@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "# subs2vec\n[Van Paridon & Thompson (2019)](https://doi.org/10.31234/osf.io/fcrmy) introduces pretrained embeddings and precomputed word/bigram/trigram frequencies in 55 languages. The files can be downloaded from the links in __[this table](#downloading-datasets)__. Word vectors trained on subtitles are available, as well as vectors trained on Wikipedia, and a combination of subtitles and Wikipedia (for best predictive performance).\n\nThis repository contains the subs2vec module, a number of Python 3.7 scripts and command line tools to evaluate a set of word vectors on semantic similarity, semantic and syntactic analogy, and lexical norm prediction tasks. In addition, the `subs2vec.py` script will take an OpenSubtitles archive or Wikipedia and go through all the steps to train a fastText model and produce word vectors as used in the paper associated with this repository. \n\nPsycholinguists may be especially interested `norms` script, which evaluates the lexical norm prediction performance of a set of word vectors, but can also be used to predict lexical norms for un-normed words. For a more detailed explanation see the __[how to use -> extending lexical norms](#extending-lexical-norms)__ section. \n\nThe scripts in this repository require [Python 3.7](https://www.python.org/downloads/) and some additional libraries that are easily installed through pip. (If you want to use the `subs2vec.py` script to train your own word embeddings, you will also need compiled fastText and word2vec binaries.) \n\nIf you use any of the subs2vec code and/or pretrained models, please cite the preprint ([Van Paridon & Thompson, 2019](https://doi.org/10.31234/osf.io/fcrmy)). \n\n## How to use\nsubs2vec is available through pip, installing is as easy as running: \n`python3 -m pip install subs2vec` \nAny missing dependencies should be installed automatically. \n\nEach submodules of subs2vec can then be run as a command line tool using the -m flag: \n`python3 -m subs2vec.submodule_name` \n\n### Evaluating word embeddings\nTo evaluate word embeddings on analogies, semantic similarity, or lexical norm prediction as in Van Paridon & Thompson (2019), use: \n`python3 -m subs2vec.analogies fr french_word_vectors.vec` \n`python3 -m subs2vec.similarities fr french_word_vectors.vec` \n`python3 -m subs2vec.norms fr french_word_vectors.vec` \nsubs2vec uses the two-letter ISO language codes, so French in the example is `fr`, English would be `en`, German would be `de`, etc.\n\nAll datasets used for evaluation, including the lexical norms, are stored in `subs2vec/evaluation/datasets/`. \nResults from [Van Paridon & Thompson (2019)](https://doi.org/10.31234/osf.io/fcrmy) are in `subs2vec/evaluation/article_results/`.\n\n### Extending lexical norms\nTo extend lexical norms (either norms you have collected yourself, or norms provided in this repository) use: \n`python3 -m subs2vec.norms fr french_word_vectors.vec --extend_norms=french_norms_file.txt` \n\nThe norms file should be a tab-separated text file, with the first line containing column names and the column containing the words should be called `word`. Unobserved cells should be left empty. If you are unsure how to generate this file, you can create your list in Excel and then use `Save as... tab-delimited text`. \nFor an overview of norms that come included in the repo (and their authors), see [this list](https://github.com/jvparidon/subs2vec/blob/master/subs2vec/datasets/norms_table.tsv). For the norms datasets themselves, look inside [this directory](https://github.com/jvparidon/subs2vec/tree/master/subs2vec/datasets/norms).\n\n### Extracting word frequencies\nThe subtitle corpus used to train subs2vec was also used to compile the word frequencies in [SUBTLEX](https://www.frontiersin.org/articles/10.3389/fpsyg.2011.00027/full). That same corpus can of course be used to compile bigram and trigram frequencies as well. \nTo extract word, bigram, or trigram frequencies from a text file yourself, `fr.txt` for instance, use: \n`python3 -m subs2vec.frequencies fr.txt` \n\nIn general, however, we recommend downloading the precompiled frequencies files from [language archive] and looking frequencies up in those. \nWhen looking up frequencies for specific words, bigrams, or trigrams, you may find that you cannot open the frequencies files (they can be very large). To retrieve items of interest use: \n`python3 -m subs2vec.lookup frequencies_file.tsv list_of_items.txt` \nYour list of items should be a simple text file, with each item you want to look up on its own line. \nThis lookup scripts works for looking up frequencies, but it finds lines in any plain text file, so it works for looking up word vectors in .vec files as well.\n\n### Removing duplicate lines\nsubs2vec comes with a module that removes duplicate lines from text files. We used it to remove duplicate lines from training corpora, but it works for any text file. \nTo remove duplicates from `fr.txt` for example, use: \n`python3 -m subs2vec.deduplicate fr.txt`\n\n### Training models\nIf you want to reproduce models as used in [Van Paridon & Thompson (2019)](https://doi.org/10.31234/osf.io/fcrmy), you can use the `train_model` module. \nFor instance, the steps to create a subtitle corpus are:\n1. Download a corpus: \n`python3 -m subs2vec.download fr subs` \n2. Clean the corpus: \n`python3 -m subs2vec.clean_subs fr --strip --join` \n3. Deduplicate the lines in the corpus: \n`python3 -m subs2vec.deduplicate fr.txt` \n4. Train a fastText model on the subtitle corpus: \n`python3 -m subs2vec.train_model fr subs dedup.fr.txt` \nThis last step requires the binaries for [fastText](https://github.com/facebookresearch/fastText) and [word2phrase (part of word2vec)](https://github.com/tmikolov/word2vec) to be downloaded, built, and discoverable on your system (i.e., on your PATH).\n\nFor more detailed training options: \n`python3 -m subs2vec.train_model --help`\n\n## API\nFor more detailed documentation of the package modules and API, see [subs2vec.readthedocs.io](https://subs2vec.readthedocs.io)\n\n## Downloading datasets\nThis table contains links to the top 1 million word vectors in each language, as well all vectors, model binaries, and the word, bigram, and trigram frequencies in the subtitle and Wikipedia corpora. If you use these pretrained vectors/models, please cite the preprint ([Van Paridon & Thompson, 2019](https://doi.org/10.31234/osf.io/fcrmy)). \n\n| language | lang | corpus | vectors | corpus word count | ngram counts |\n|:-----------|:-------|:--------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Afrikaans | af | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/59a61205-dfc3-4eec-9fd9-311b3f65c9a5@download)
[all vectors](https://hdl.handle.net/1839/486caf84-5d28-439c-a09f-6b90b7fe79dd@download)
[model binary](https://hdl.handle.net/1839/8d87878f-ce0b-4221-81b3-5fff04eec335@download) | 324K | [word counts](https://hdl.handle.net/1839/a1a82d13-be9d-4024-bbfe-90de100fcd3c@download)
[bigram counts](https://hdl.handle.net/1839/1f671cfa-131d-4fa8-bfe2-021a59952256@download)
[trigram counts](https://hdl.handle.net/1839/e4a8e2f0-2cfa-4d5a-8d22-864ef02d7f26@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/0df6604d-115a-4855-9632-b73a09c1feed@download)
[all vectors](https://hdl.handle.net/1839/e79d2821-4c6c-46b5-98f2-83fd0e11c3d7@download)
[model binary](https://hdl.handle.net/1839/964592a3-5e5f-4d33-a6bf-dc59da45aeef@download) | 17M | [word counts](https://hdl.handle.net/1839/881ee792-f6f4-4d6d-8f36-dafc0eee90da@download)
[bigram counts](https://hdl.handle.net/1839/15491991-cd87-47f0-b43b-94f18aef58a6@download)
[trigram counts](https://hdl.handle.net/1839/0f513627-7249-4631-9d02-fb4e3ac34f7a@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/fecf0c1e-b5e1-4994-96b6-5262e44ea070@download)
[all vectors](https://hdl.handle.net/1839/b0db599b-4a4e-4590-85fd-b0adecf00aaa@download)
[model binary](https://hdl.handle.net/1839/5da7b3c1-6208-44ac-880d-3b1abd1e8f83@download) | 17M | |\n| Arabic | ar | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/4d9c22fc-fa2e-4172-868b-2ee42101cc46@download)
[all vectors](https://hdl.handle.net/1839/dbdda088-0c75-43be-93e2-96d91851375f@download)
[model binary](https://hdl.handle.net/1839/c2402eb5-a5c5-4c3d-b812-cd067155ed9c@download) | 188M | [word counts](https://hdl.handle.net/1839/2f747bf3-5974-493e-b541-b608660843e5@download)
[bigram counts](https://hdl.handle.net/1839/20bd0262-8f9b-451d-a2ef-2aa3f67dc919@download)
[trigram counts](https://hdl.handle.net/1839/1f15561c-18fb-4386-a027-cec5c9214223@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/d76d8c0e-6ea9-43b8-862c-41fbf0fda997@download)
[all vectors](https://hdl.handle.net/1839/921f5077-087f-4aa6-9062-9e80f99c2749@download)
[model binary](https://hdl.handle.net/1839/6fe8e7a5-f69a-4b7d-bc8b-1c0c1c115e44@download) | 120M | [word counts](https://hdl.handle.net/1839/277a81e3-d6e5-4329-9d14-443362dcba3c@download)
[bigram counts](https://hdl.handle.net/1839/599cc779-486d-4d54-bf69-472586c6c478@download)
[trigram counts](https://hdl.handle.net/1839/49998cd2-f46a-4aa9-8f04-5e977596ffad@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/3f173eeb-a56e-451a-9713-8311a7e777c1@download)
[all vectors](https://hdl.handle.net/1839/e2c926d4-ccb3-4fdb-907d-fe44b878b123@download)
[model binary](https://hdl.handle.net/1839/6349f448-2506-417b-bdfe-ed6cbf240f5b@download) | 308M | |\n| Bulgarian | bg | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/2c35acb4-9da0-474a-b75b-d827a6514e54@download)
[all vectors](https://hdl.handle.net/1839/a6f3034d-d5eb-4b83-8ede-3f55ad888488@download)
[model binary](https://hdl.handle.net/1839/60303dde-aa64-44ce-b2fc-729b63f24fba@download) | 247M | [word counts](https://hdl.handle.net/1839/53ad8a0a-4bd9-49ea-bfe8-fecd95664912@download)
[bigram counts](https://hdl.handle.net/1839/89115179-7319-40ff-9a90-49f26ec550f4@download)
[trigram counts](https://hdl.handle.net/1839/e9c22c29-8ebd-47a9-8dd8-e7af8000189a@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/af30b5a1-c403-43d7-b3e1-9e771910a4bc@download)
[all vectors](https://hdl.handle.net/1839/269b9008-46ae-45aa-a854-b6ae878ae6f1@download)
[model binary](https://hdl.handle.net/1839/0b087c91-650a-4abc-a828-5b1c945ee2a6@download) | 53M | [word counts](https://hdl.handle.net/1839/a2cebd0a-2c26-4e70-a045-d3bd9b37c842@download)
[bigram counts](https://hdl.handle.net/1839/a0be309f-1fb6-42cb-b70a-b253bc728c00@download)
[trigram counts](https://hdl.handle.net/1839/024f4d5f-5fac-4423-b67c-4d6b013be0f2@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/9370ac19-48b2-4a59-b4f3-c263db800b33@download)
[all vectors](https://hdl.handle.net/1839/ac329e8f-3eb3-4e4e-925e-addf4a72dca9@download)
[model binary](https://hdl.handle.net/1839/84c9b31a-ec25-4668-b949-6ed8d0e1949c@download) | 300M | |\n| Bengali | bn | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8597ff89-4f75-4e75-a45a-695063ae90b3@download)
[all vectors](https://hdl.handle.net/1839/6c8aa06f-d68a-450d-b88a-11bcbfe1daea@download)
[model binary](https://hdl.handle.net/1839/4151ed7c-2b9d-4b36-b344-2111ebe8779f@download) | 2M | [word counts](https://hdl.handle.net/1839/7b1d3bf6-0191-4d8b-8df3-05e97b33e45a@download)
[bigram counts](https://hdl.handle.net/1839/5e735b0f-7d2e-460a-9267-689bc2c1c4bf@download)
[trigram counts](https://hdl.handle.net/1839/34ebb7f3-4a69-4458-81f7-b8d9a91a7db9@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/9fa22138-15e5-4276-9c17-7862b1eb78d3@download)
[all vectors](https://hdl.handle.net/1839/c8bebaf8-f5aa-4e1c-b817-c6ef39fbf6fc@download)
[model binary](https://hdl.handle.net/1839/7bab3265-f053-423c-82c0-a7a8b4b2578e@download) | 19M | [word counts](https://hdl.handle.net/1839/e68ef982-5116-4489-89bd-f84d5ff0d4f5@download)
[bigram counts](https://hdl.handle.net/1839/e62b0537-97cc-4fd6-bb84-36d7ff5f6db7@download)
[trigram counts](https://hdl.handle.net/1839/2873b5b0-ef88-4e56-95da-7d8167dd6d35@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/fdb33a71-86a4-49e6-b44f-da968e85f633@download)
[all vectors](https://hdl.handle.net/1839/5691e89f-e15f-4f15-bf40-f7f292dd5ff6@download)
[model binary](https://hdl.handle.net/1839/090c2958-0969-4217-bc29-2543aa099b8b@download) | 21M | |\n| Breton | br | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/5c33cc0a-e668-467f-97cc-2e3efafe5d1b@download)
[all vectors](https://hdl.handle.net/1839/c7abe795-069e-46e8-a6b4-c14ed70f9f72@download)
[model binary](https://hdl.handle.net/1839/26f017fd-92c8-49d4-bbf1-1c210b9528c1@download) | 111K | [word counts](https://hdl.handle.net/1839/315f5dba-662b-461b-b911-e46ca62553ba@download)
[bigram counts](https://hdl.handle.net/1839/64def660-f4ba-41b0-a6f1-e9286eb921a1@download)
[trigram counts](https://hdl.handle.net/1839/3f72b094-0750-455c-b110-171e7439c503@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/166942c5-b0f7-4698-b921-cd57259d68ab@download)
[all vectors](https://hdl.handle.net/1839/73a6422a-efec-485a-97c7-7984818d23f4@download)
[model binary](https://hdl.handle.net/1839/d47fbee1-e0fe-4bf6-8001-3f984db1aad5@download) | 8M | [word counts](https://hdl.handle.net/1839/12db32c9-4f87-4b99-b8ec-ac0b92078dd2@download)
[bigram counts](https://hdl.handle.net/1839/416b702b-c05d-4ae9-9920-c34708fe5ad6@download)
[trigram counts](https://hdl.handle.net/1839/71c8d12a-70a0-48b4-8311-91c97e2eedca@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/5dc968c8-e34a-4cfb-8c23-d66906496715@download)
[all vectors](https://hdl.handle.net/1839/1910a62b-8caf-4318-af6e-63ff4208379b@download)
[model binary](https://hdl.handle.net/1839/87332304-6d12-4af1-8f17-fdb0977456ae@download) | 8M | |\n| Bosnian | bs | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/53a8bb6c-b595-4d41-95e7-555f8a6df93a@download)
[all vectors](https://hdl.handle.net/1839/becf935e-7f94-4614-ac8b-80f569fe00a2@download)
[model binary](https://hdl.handle.net/1839/5c4bb28f-c6c3-4bf5-b0ad-795cace966fe@download) | 92M | [word counts](https://hdl.handle.net/1839/e09888f2-d893-4668-98e8-3d667e6feee3@download)
[bigram counts](https://hdl.handle.net/1839/d8719ddb-afed-453e-a2e0-f7315ee362f7@download)
[trigram counts](https://hdl.handle.net/1839/f23f21e7-ba44-451a-8de3-7ce9044af418@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/fd9f9c36-f8cf-489c-85eb-06412da42214@download)
[all vectors](https://hdl.handle.net/1839/9db8971a-ed7f-4003-8823-d95637a25cb2@download)
[model binary](https://hdl.handle.net/1839/c8724f99-41e9-419b-9986-6a626a71c833@download) | 13M | [word counts](https://hdl.handle.net/1839/1eb74604-429d-4a19-8562-65187d76f3e5@download)
[bigram counts](https://hdl.handle.net/1839/4fa4801d-3c3f-450f-8242-cd02bf07fa2c@download)
[trigram counts](https://hdl.handle.net/1839/87916c34-9124-4696-b986-79df88a67d14@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/6396ea9f-49d7-4cd4-8797-b6c0489c55d3@download)
[all vectors](https://hdl.handle.net/1839/b5b66654-2b32-4814-8b50-4c41a6abd28c@download)
[model binary](https://hdl.handle.net/1839/75b04482-68d0-417d-a5c7-698fd4ecb8be@download) | 105M | |\n| Catalan | ca | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/96562977-b1db-486d-96d4-bd3c5a6bfdf9@download)
[all vectors](https://hdl.handle.net/1839/a448480b-c1bc-4ceb-b717-11bb90a36df8@download)
[model binary](https://hdl.handle.net/1839/01966136-9fdb-43e3-9b63-4dfcbc1181f1@download) | 3M | [word counts](https://hdl.handle.net/1839/60997108-f112-412f-ad9b-39f8b66950ff@download)
[bigram counts](https://hdl.handle.net/1839/99482332-a447-4e85-a221-016266afa253@download)
[trigram counts](https://hdl.handle.net/1839/15f6f181-ab0e-44ac-b24b-78a66821091b@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/7fe44c36-deb3-4417-a2f2-a23b3a513d2b@download)
[all vectors](https://hdl.handle.net/1839/0ea66ecd-46a6-45a1-ae7f-028eb192d88c@download)
[model binary](https://hdl.handle.net/1839/7a9c2f42-8e69-4885-8251-4a4e9b96c58f@download) | 176M | [word counts](https://hdl.handle.net/1839/7e40aa5b-eb93-4698-9c06-861ed1059ea9@download)
[bigram counts](https://hdl.handle.net/1839/09b16187-6179-4dac-a0ae-53d8321a6169@download)
[trigram counts](https://hdl.handle.net/1839/46dedd93-6922-42aa-8492-295d48fcc018@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/07067e9a-b017-4a53-9b64-916ad8b80a55@download)
[all vectors](https://hdl.handle.net/1839/1ff2cd5b-070b-4341-bc3e-5d3a208a05ea@download)
[model binary](https://hdl.handle.net/1839/cd9b7dc6-3b0e-4d5e-82a4-2a6a4e49f77a@download) | 179M | |\n| Czech | cs | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d61ab6d0-ec89-486a-a57e-08dcf26bae65@download)
[all vectors](https://hdl.handle.net/1839/3683be29-bd28-4c16-b330-a626b7649e88@download)
[model binary](https://hdl.handle.net/1839/2214b667-b80f-4ffd-89b6-d7c757e3215f@download) | 249M | [word counts](https://hdl.handle.net/1839/40a0c81b-3da5-44d8-8bcf-0b18d6ebf3c8@download)
[bigram counts](https://hdl.handle.net/1839/dca8b302-7e14-40a8-a12f-7a549aaae454@download)
[trigram counts](https://hdl.handle.net/1839/befd2bee-b401-48f5-9f63-610091ba3b69@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/24f417b0-8e91-442d-a4dd-9b5b1792367d@download)
[all vectors](https://hdl.handle.net/1839/3062b2e7-17f7-4f1d-b488-f798ac3e9283@download)
[model binary](https://hdl.handle.net/1839/ad6cea21-034e-492e-9ae6-5c8348b02b52@download) | 100M | [word counts](https://hdl.handle.net/1839/0b007cb2-03bc-4115-a6dd-15ae9ba4e607@download)
[bigram counts](https://hdl.handle.net/1839/0da95ed3-afc5-4340-ae36-7618e365b169@download)
[trigram counts](https://hdl.handle.net/1839/58f94ca3-e88e-43a0-8782-892cb4e200d7@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d769f4e1-7b87-46fa-9437-6e7e7c02ece9@download)
[all vectors](https://hdl.handle.net/1839/96115e3b-42cb-407c-8b46-113fba6e1059@download)
[model binary](https://hdl.handle.net/1839/872a5648-f817-435c-9533-398a2c17d0c2@download) | 349M | |\n| Danish | da | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d9f357f7-345e-4310-a9bc-700dcbafa0c4@download)
[all vectors](https://hdl.handle.net/1839/8d5afcf4-ea98-4ef2-9622-c960cdfb53c9@download)
[model binary](https://hdl.handle.net/1839/ca11d2f3-645e-4254-b39c-87d51584584a@download) | 87M | [word counts](https://hdl.handle.net/1839/ef00a3ec-3ebb-49d3-900c-4962388cc5e0@download)
[bigram counts](https://hdl.handle.net/1839/d5f8a124-177f-4d2e-935f-c35ba8efd1bb@download)
[trigram counts](https://hdl.handle.net/1839/bdd77de9-67bc-47a7-9800-1001512f76cb@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/6d1ab987-74df-45a4-9c6c-f0f3c9caca91@download)
[all vectors](https://hdl.handle.net/1839/cef3fd05-6d92-4988-908d-506318b53033@download)
[model binary](https://hdl.handle.net/1839/09b015f6-fe78-47d4-9507-aac431bf638d@download) | 56M | [word counts](https://hdl.handle.net/1839/0eb50889-90a8-4426-830f-b0228efdfe44@download)
[bigram counts](https://hdl.handle.net/1839/86fdea87-d816-44a2-bba3-60e6f4b04286@download)
[trigram counts](https://hdl.handle.net/1839/968f9a25-2503-4e8a-8f3b-90c31c810500@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/957868ff-111f-43b6-bfbf-cca56ad53f24@download)
[all vectors](https://hdl.handle.net/1839/382f4cdb-7896-438b-9662-a5e0675beabe@download)
[model binary](https://hdl.handle.net/1839/78c570b3-44ae-424c-84d1-bd4fa54a4449@download) | 143M | |\n| German | de | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/49df810f-ef2f-4402-8354-4489954c7e49@download)
[all vectors](https://hdl.handle.net/1839/05e49d71-d090-44e3-8168-61887d85b338@download)
[model binary](https://hdl.handle.net/1839/eb620604-a353-4d6d-9285-b607e06c2964@download) | 139M | [word counts](https://hdl.handle.net/1839/9295e5db-5524-4204-9c36-7682d76b9443@download)
[bigram counts](https://hdl.handle.net/1839/e49e6ca4-383c-4930-a59e-57cb8eee21a2@download)
[trigram counts](https://hdl.handle.net/1839/2a5ce07d-88a8-4a94-8bd2-84269d9975dc@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/17217216-1c2f-48e3-b138-71d677cb616d@download)
[all vectors](https://hdl.handle.net/1839/9f3b5785-d647-48d9-8037-101d6dde872a@download)
[model binary](https://hdl.handle.net/1839/d9668dc4-eb18-49da-8c72-8be6478c4bad@download) | 976M | [word counts](https://hdl.handle.net/1839/89884286-2916-4dee-b73a-d43224764299@download)
[bigram counts](https://hdl.handle.net/1839/2fbaff9e-d1ef-4542-a384-65e5ed0efd98@download)
[trigram counts](https://hdl.handle.net/1839/943ded9d-c572-4912-acf2-615d79f23943@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/450c6058-018e-4d6e-b961-74e329c04cc9@download)
[all vectors](https://hdl.handle.net/1839/af15c802-760d-4a67-acad-175878938b88@download)
[model binary](https://hdl.handle.net/1839/bc689f51-d29e-410c-83bf-840fb2d7dc4f@download) | 1B | |\n| Greek | el | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/a073d92a-ae15-4563-8697-0e264fb0ebc9@download)
[all vectors](https://hdl.handle.net/1839/e9e7f15d-7693-4a67-b485-6c009aee2710@download)
[model binary](https://hdl.handle.net/1839/d7314a3c-8103-4fd9-9b92-c81c16f1a64b@download) | 271M | [word counts](https://hdl.handle.net/1839/54ceacad-0c00-476a-b179-c71417e9cfb6@download)
[bigram counts](https://hdl.handle.net/1839/7a843d7e-167f-4bcb-ab86-25e3596c73b6@download)
[trigram counts](https://hdl.handle.net/1839/320eaae6-f64a-4cfa-aa99-e7aec06d0794@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/f3e8b7c7-0a6c-4ae2-ae13-fd2376c1b597@download)
[all vectors](https://hdl.handle.net/1839/ea27be6e-bf40-4c28-82f5-4e7613b1604d@download)
[model binary](https://hdl.handle.net/1839/3586b7a9-9bbb-48ce-8a68-b6151f7ac023@download) | 58M | [word counts](https://hdl.handle.net/1839/728c473e-8ab4-4ba6-895a-2e5ea9491f75@download)
[bigram counts](https://hdl.handle.net/1839/ce49c1ef-12f5-4a4a-a48a-16c8f83de304@download)
[trigram counts](https://hdl.handle.net/1839/6e3336da-d37a-4080-8e0e-9d2eaff01956@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8b0af8c9-ff2d-4971-93ba-795b7750867f@download)
[all vectors](https://hdl.handle.net/1839/8ff2ded4-61a6-448d-be26-3aa34232f2cc@download)
[model binary](https://hdl.handle.net/1839/deb88cd2-d1f3-429f-866e-312fefa62f37@download) | 329M | |\n| English | en | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/15b83dfa-39e1-46c4-bf97-4bc307f0aa57@download)
[all vectors](https://hdl.handle.net/1839/6c6c0bf9-0887-4ae9-8fc8-e0fab7119e25@download)
[model binary](https://hdl.handle.net/1839/f3cecc3c-59f2-4b85-acba-c03bd3867a80@download) | 751M | [word counts](https://hdl.handle.net/1839/53f39d94-9eec-48c6-a625-34374804fea3@download)
[bigram counts](https://hdl.handle.net/1839/0a061227-c45f-4728-8565-cad3ee86b144@download)
[trigram counts](https://hdl.handle.net/1839/fbffa925-95ea-4415-a2e0-739961378508@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/8b910258-be4f-41c3-bb43-b5a2230661b6@download)
[all vectors](https://hdl.handle.net/1839/3b3fdcce-8d17-44e4-9af4-d58a5e20e440@download)
[model binary](https://hdl.handle.net/1839/ee4d31c0-c42c-472c-ab45-5d55b44260e1@download) | 2B | [word counts](https://hdl.handle.net/1839/733f71b9-7493-4e5d-9dc8-e178c07546d5@download)
[bigram counts](https://hdl.handle.net/1839/f503769f-58d6-4fce-9873-b975eb25a87d@download)
[trigram counts](https://hdl.handle.net/1839/e862da78-e3de-4733-906e-18c2095fccc6@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d841c7ef-0e95-417a-894a-edeb5089be54@download)
[all vectors](https://hdl.handle.net/1839/eda4b2e6-7e73-4d3b-95f5-0a6ee3d2b9a0@download)
[model binary](https://hdl.handle.net/1839/42ea80c5-5602-4583-b027-7eb6663c7213@download) | 3B | |\n| Esperanto | eo | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/9f0f7da9-ff6a-4114-a757-b82d8bfc80d7@download)
[all vectors](https://hdl.handle.net/1839/a6f78fb1-bd62-45d9-a25e-4438242bfd9f@download)
[model binary](https://hdl.handle.net/1839/8c221d70-c298-4b25-828d-97df5fd73542@download) | 382K | [word counts](https://hdl.handle.net/1839/408e5f56-4ec9-40a0-9df0-94f4ba5bee89@download)
[bigram counts](https://hdl.handle.net/1839/7272b87c-8462-48e0-8996-b58190902105@download)
[trigram counts](https://hdl.handle.net/1839/85b17fff-60e0-461e-b158-99ab8451d92b@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/78b0aaa3-94c6-43c9-a7e1-a5e2e7a04604@download)
[all vectors](https://hdl.handle.net/1839/497683dc-5955-456b-9a67-a915f36e253d@download)
[model binary](https://hdl.handle.net/1839/f7056214-2060-4e44-a48a-46ae4bbc61a5@download) | 38M | [word counts](https://hdl.handle.net/1839/3a4e1112-e6a2-4498-9e57-c6934b15dd8e@download)
[bigram counts](https://hdl.handle.net/1839/ef458a5a-b7de-4b19-a282-1d83fd8859a7@download)
[trigram counts](https://hdl.handle.net/1839/1f1a847a-b492-498c-9d03-f411c8002fd9@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f53a2c96-7b0a-40d2-8ed0-7a01d7520cb7@download)
[all vectors](https://hdl.handle.net/1839/33453d66-988c-47f3-84e9-30c641ae0340@download)
[model binary](https://hdl.handle.net/1839/4a6847c4-fe1b-4421-b333-d4a91ff55834@download) | 38M | |\n| Spanish | es | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d8e39a33-6f2e-4486-ab81-e7e2895f53cb@download)
[all vectors](https://hdl.handle.net/1839/0680516a-8143-44a9-81b7-50ac6b1b1941@download)
[model binary](https://hdl.handle.net/1839/5dbd8044-0e85-4cad-85ca-c2ef425b1872@download) | 514M | [word counts](https://hdl.handle.net/1839/956778b0-0568-4aaf-807c-0025dc73e6e9@download)
[bigram counts](https://hdl.handle.net/1839/bf4d10b9-b107-46b2-ba7c-574ef4ae6623@download)
[trigram counts](https://hdl.handle.net/1839/f555f8c6-0962-421a-a1da-97d8b559f1c4@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/205f6772-8e86-49e9-a06c-c25db5500316@download)
[all vectors](https://hdl.handle.net/1839/86f7dc0a-2749-44ec-aac3-a95dd6040c35@download)
[model binary](https://hdl.handle.net/1839/627fd4e5-abe2-40d0-8976-fdef13b4d0c3@download) | 586M | [word counts](https://hdl.handle.net/1839/0efe4611-852a-4763-9fdd-4c94a62716ed@download)
[bigram counts](https://hdl.handle.net/1839/8501af8a-439f-4881-8a84-5662a622bfc3@download)
[trigram counts](https://hdl.handle.net/1839/3743deda-e82b-4c16-a6f8-eed7a8ca1571@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/7cebc519-9412-480f-b2a0-e27af00a91d0@download)
[all vectors](https://hdl.handle.net/1839/9213f627-e94f-4024-840f-88ed7b07c71b@download)
[model binary](https://hdl.handle.net/1839/8a687c2c-5cc5-4b54-bf9c-d3a1e25cb8ac@download) | 1B | |\n| Estonian | et | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/0ecc9814-a1bb-4b1e-a97c-163a5e870b49@download)
[all vectors](https://hdl.handle.net/1839/a586272b-77fc-4736-9166-65514e5eeac2@download)
[model binary](https://hdl.handle.net/1839/8786a469-6f3a-47c6-9612-0ccc96151819@download) | 60M | [word counts](https://hdl.handle.net/1839/de211859-0164-45fe-85cc-249034a5bc06@download)
[bigram counts](https://hdl.handle.net/1839/efd4b6dc-95b1-4ee3-a5ea-ab46e9fa3034@download)
[trigram counts](https://hdl.handle.net/1839/66624985-193b-46bf-9ffe-73f4043137bf@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/57bae37b-4a3c-4606-a9f5-5a8d57bea5a2@download)
[all vectors](https://hdl.handle.net/1839/feeb90cd-048e-4ffe-87b7-e8066ecbd943@download)
[model binary](https://hdl.handle.net/1839/05b824e3-a58d-4026-85df-1577316c99eb@download) | 29M | [word counts](https://hdl.handle.net/1839/6177e083-d69a-4743-b759-d09c3fcea39d@download)
[bigram counts](https://hdl.handle.net/1839/bbe9fa88-1c5e-46fe-9dd3-5875956b3de2@download)
[trigram counts](https://hdl.handle.net/1839/1f4a700f-ae8e-4faa-bdab-db93240ba08c@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/382a4681-6512-4efa-8b54-e7f9c0c8cb0c@download)
[all vectors](https://hdl.handle.net/1839/f7eeb0ac-e657-4e97-9ae3-6ac8caf14abb@download)
[model binary](https://hdl.handle.net/1839/328bed43-0b35-42fc-9d42-dc1c6ca2bced@download) | 90M | |\n| Basque | eu | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8bd1d2df-3427-4e6e-8922-eeb766b87a21@download)
[all vectors](https://hdl.handle.net/1839/7ea619ec-9b73-465e-9877-b2f55d77a698@download)
[model binary](https://hdl.handle.net/1839/a8d333f2-465f-4513-8b18-00d67f9c86f5@download) | 3M | [word counts](https://hdl.handle.net/1839/e40ad5d8-be99-40a9-9878-aee948ca2b9c@download)
[bigram counts](https://hdl.handle.net/1839/7f1fefdb-abf0-41aa-9f79-4301ee32cacc@download)
[trigram counts](https://hdl.handle.net/1839/1b876fcd-c91d-4436-b1d1-f6cc7b214c59@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/1678b2ce-4fb5-46a0-994c-35ab6cd2a6c4@download)
[all vectors](https://hdl.handle.net/1839/251acd20-c858-45c1-8e08-efc791380b05@download)
[model binary](https://hdl.handle.net/1839/c8d4c719-179a-4098-bf07-40d556c5179e@download) | 20M | [word counts](https://hdl.handle.net/1839/2eb2382c-9b05-426e-83dd-1fe733fe5e75@download)
[bigram counts](https://hdl.handle.net/1839/a0b1281b-b5c7-47bc-8708-4f2478478bd2@download)
[trigram counts](https://hdl.handle.net/1839/c7f27115-0ff4-40c0-869f-da96e23c2e75@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f666ea17-2457-4683-973b-4b082d400c11@download)
[all vectors](https://hdl.handle.net/1839/37b78937-0d16-47db-b6db-7b019d44138d@download)
[model binary](https://hdl.handle.net/1839/b1221d26-5007-4377-a710-f74f03e4e025@download) | 24M | |\n| Farsi | fa | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/66eb0fbc-a452-4d4e-bf6e-4c0277c5383c@download)
[all vectors](https://hdl.handle.net/1839/9400d285-2a62-4e3b-99ec-d840703e4ad2@download)
[model binary](https://hdl.handle.net/1839/50ffe238-c08a-410e-9ff7-e131bba40ff1@download) | 45M | [word counts](https://hdl.handle.net/1839/c9088e29-0327-4ed8-a35a-3bb95ef8662b@download)
[bigram counts](https://hdl.handle.net/1839/024baf5d-684c-4e4d-958f-fd63cfacce66@download)
[trigram counts](https://hdl.handle.net/1839/3aac78ed-baba-446b-b79b-2e07ff87f760@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/a707f6db-9201-4203-882a-1dd5b2ce0d35@download)
[all vectors](https://hdl.handle.net/1839/d25e1ac5-5a04-45ff-a3cb-39da6e0b9bc5@download)
[model binary](https://hdl.handle.net/1839/bee0c1c1-3d9f-4d5c-8a9c-bd13f6e0dd9d@download) | 87M | [word counts](https://hdl.handle.net/1839/229458c3-04d1-4235-b5f3-71d9c073d31d@download)
[bigram counts](https://hdl.handle.net/1839/39576b60-e10f-480a-977b-0a1655b97602@download)
[trigram counts](https://hdl.handle.net/1839/9e1d12aa-e337-424e-ab82-9c44061367d7@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/67e7819a-c23a-4445-bee1-f5a9d3548b1c@download)
[all vectors](https://hdl.handle.net/1839/4a262a83-e8ad-45df-9023-dee96445892b@download)
[model binary](https://hdl.handle.net/1839/4df25917-9eea-40df-937c-4ca5649c079d@download) | 132M | |\n| Finnish | fi | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/752f9f28-053a-492e-8b2a-90e00d71324e@download)
[all vectors](https://hdl.handle.net/1839/0c9f376b-dcff-4d6e-b2f7-bee580e7ac0c@download)
[model binary](https://hdl.handle.net/1839/26fedfab-3ffa-4e94-aed8-7219b43887d7@download) | 117M | [word counts](https://hdl.handle.net/1839/a6ef5c52-e40e-43bc-95f6-00b714c8ecd4@download)
[bigram counts](https://hdl.handle.net/1839/4d84f490-9537-445c-8bf7-4021b11d34f5@download)
[trigram counts](https://hdl.handle.net/1839/343ca716-830c-4fee-a3f4-41a1a6c44a0e@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/0f11b209-a759-4fd3-aee0-bf59e0949cc4@download)
[all vectors](https://hdl.handle.net/1839/b63aa833-6129-46d1-a98a-b319ac90cf26@download)
[model binary](https://hdl.handle.net/1839/17e8478d-d5ae-409e-a7bc-8220577d283c@download) | 74M | [word counts](https://hdl.handle.net/1839/4fe6e926-35bc-48a7-914b-61ff6f6d0524@download)
[bigram counts](https://hdl.handle.net/1839/c896460d-9363-4a31-ab37-c92f2f795306@download)
[trigram counts](https://hdl.handle.net/1839/33582f68-7388-4854-a32c-ddab1f3140af@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/bb2a742e-1267-4a43-b03b-98ab074aad59@download)
[all vectors](https://hdl.handle.net/1839/f8ceaada-3977-4c71-ade7-9661d81fcce5@download)
[model binary](https://hdl.handle.net/1839/90911860-bfdf-4fa9-8689-92fb907f28c8@download) | 191M | |\n| French | fr | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8224734f-6823-4a96-9bba-0120cb1cfd80@download)
[all vectors](https://hdl.handle.net/1839/5356c9e6-5084-4137-b8e5-dfd8f6628f13@download)
[model binary](https://hdl.handle.net/1839/2719a351-e222-4365-a97e-ce92c83fe934@download) | 336M | [word counts](https://hdl.handle.net/1839/5b358a31-8ee6-4c07-98b8-54dbc82a37ad@download)
[bigram counts](https://hdl.handle.net/1839/4b6fdd89-205f-41a1-90b5-d2da45e8cfdd@download)
[trigram counts](https://hdl.handle.net/1839/f64dfdac-dd5a-4b34-96be-54ec73d4e3a1@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/047670db-5a7f-4f67-a86e-644031592a72@download)
[all vectors](https://hdl.handle.net/1839/903c7b0e-68ba-44b5-8c59-7c1b2ccfd467@download)
[model binary](https://hdl.handle.net/1839/8871454a-e542-4262-ba0b-7e1f6e928afc@download) | 724M | [word counts](https://hdl.handle.net/1839/e9dc84ac-36a4-4cb1-8d46-557d06e6df8b@download)
[bigram counts](https://hdl.handle.net/1839/44104ea1-582c-456e-b5e0-a9ebfa1008b7@download)
[trigram counts](https://hdl.handle.net/1839/04df7bae-f36d-4413-abd5-ee7bd3219d38@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d8e76ff0-bc8b-4e3e-91e4-39eeebfd8c2a@download)
[all vectors](https://hdl.handle.net/1839/8296de12-b40e-4522-bcd1-c341843fa79e@download)
[model binary](https://hdl.handle.net/1839/439d4d1b-eaaa-427b-9307-0c64d8df259b@download) | 1B | |\n| Galician | gl | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8d236568-6423-44c1-92c9-5bb1db2998ec@download)
[all vectors](https://hdl.handle.net/1839/54ac6eb2-4ee0-4256-b543-0867d185ee45@download)
[model binary](https://hdl.handle.net/1839/038a4099-b6f2-42ce-a257-dfd9714ce9a8@download) | 2M | [word counts](https://hdl.handle.net/1839/d29a9e6e-d45f-431e-bf3c-8e695804ce3e@download)
[bigram counts](https://hdl.handle.net/1839/73d8b2c9-bce0-4b0f-b7c0-09da034cd4dd@download)
[trigram counts](https://hdl.handle.net/1839/afa136cd-f883-4a6d-9106-b0a658000555@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/99432292-6faa-4859-b445-8070a33a6221@download)
[all vectors](https://hdl.handle.net/1839/b737acb3-00fa-4795-a71a-c875fdc26705@download)
[model binary](https://hdl.handle.net/1839/0d26af32-7301-4c3e-be90-8dfca413e6f9@download) | 40M | [word counts](https://hdl.handle.net/1839/0696704a-73f8-44f2-943a-b370c00b2e3f@download)
[bigram counts](https://hdl.handle.net/1839/ea3cb41a-4002-40ff-b300-0b183336d8a1@download)
[trigram counts](https://hdl.handle.net/1839/055c001f-a61f-46ae-9cfe-d987def0691d@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d527af03-cb0a-476a-8099-ae49ad5df472@download)
[all vectors](https://hdl.handle.net/1839/58ba3c89-105c-414f-b999-00423611e0c5@download)
[model binary](https://hdl.handle.net/1839/a3580f64-1803-4f52-8548-01f0ef72008c@download) | 42M | |\n| Hebrew | he | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/bdc2c704-bcd3-4edb-b33c-f81299615af3@download)
[all vectors](https://hdl.handle.net/1839/fbfd91bd-2db2-4a6c-9337-85d00b0d54e9@download)
[model binary](https://hdl.handle.net/1839/a2cd4066-05cd-4640-94de-80dafca4f6ac@download) | 170M | [word counts](https://hdl.handle.net/1839/888dab90-00f7-4e99-aca7-38ec00a6abd5@download)
[bigram counts](https://hdl.handle.net/1839/a988de79-31ab-497a-8c31-c9cef9b29ced@download)
[trigram counts](https://hdl.handle.net/1839/80d9a744-38db-4413-a19d-e9f059c7c33d@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/8652d4a7-03e0-48d1-a3d3-a81b5f02c0d3@download)
[all vectors](https://hdl.handle.net/1839/4d3e60c3-5384-4927-a7f6-a11fb8d078fc@download)
[model binary](https://hdl.handle.net/1839/a594f4da-6424-4c1a-8a8c-b4c669f311b5@download) | 133M | [word counts](https://hdl.handle.net/1839/5d689f29-5be3-455e-a71d-b39e12f988a0@download)
[bigram counts](https://hdl.handle.net/1839/dda6fab5-8db8-4e68-aefd-4ee237113e8d@download)
[trigram counts](https://hdl.handle.net/1839/29ed95fa-14c2-41b1-afbb-4092b47dfd4d@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/a0bfc84b-417b-448b-b9c6-c05abc56e0fd@download)
[all vectors](https://hdl.handle.net/1839/4dbda19e-9ed3-4f9f-9dd6-9bc58e777f94@download)
[model binary](https://hdl.handle.net/1839/c1113aa0-b208-461c-8b9f-26bf19d68101@download) | 303M | |\n| Hindi | hi | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/448f9995-6492-43fe-b9fb-14a63fb9d24d@download)
[all vectors](https://hdl.handle.net/1839/004efa6c-d23c-4cce-a327-994f94e59437@download)
[model binary](https://hdl.handle.net/1839/4d930c9d-ef9d-482d-8796-02efb83a33df@download) | 660K | [word counts](https://hdl.handle.net/1839/d27adde0-49ef-473c-9239-d93be7f4805b@download)
[bigram counts](https://hdl.handle.net/1839/d5dbb722-97ee-4a21-838a-122d41bd3fcd@download)
[trigram counts](https://hdl.handle.net/1839/7ffd12b0-49e5-458b-8541-839a4a91408f@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/a0a794f3-1d87-49ed-af2f-f306e06e073d@download)
[all vectors](https://hdl.handle.net/1839/9ffcadfe-6a73-43ca-be7e-131bb581ab1a@download)
[model binary](https://hdl.handle.net/1839/639cd70a-0a7d-4bba-9ac5-20f5ee1af0a3@download) | 31M | [word counts](https://hdl.handle.net/1839/28785bd7-fd3c-4a40-8c4f-43123c62f852@download)
[bigram counts](https://hdl.handle.net/1839/ea23e53f-c734-4148-a5f5-43785e7ff5f2@download)
[trigram counts](https://hdl.handle.net/1839/da4c1867-d44f-403f-bd02-09bf3e717ba1@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/dd318b5b-7d39-489b-b630-3e78436ecde1@download)
[all vectors](https://hdl.handle.net/1839/dcae62c9-886c-42c2-8d8c-d20b0c3fccf6@download)
[model binary](https://hdl.handle.net/1839/c060244b-6c7f-4c04-b690-3691f9eecaa9@download) | 32M | |\n| Croatian | hr | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/5e5185bc-6308-4c3f-8d31-baa250a33729@download)
[all vectors](https://hdl.handle.net/1839/809f3504-9748-4e5c-8a1c-619b05ec91e1@download)
[model binary](https://hdl.handle.net/1839/8a373fe3-1931-4709-8b45-bfffcc27e91a@download) | 242M | [word counts](https://hdl.handle.net/1839/884cc1b0-3d5d-49cf-b147-a131a94fa49e@download)
[bigram counts](https://hdl.handle.net/1839/d57cc8e8-18c4-4f0c-bacb-6555751db391@download)
[trigram counts](https://hdl.handle.net/1839/984e21ad-30ff-4340-9e2c-99b503e2c592@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/7dce74dd-665c-45a7-9111-9b0e1df45862@download)
[all vectors](https://hdl.handle.net/1839/f9e4e167-2e99-4454-a3ab-8e85dcc805c6@download)
[model binary](https://hdl.handle.net/1839/b15c4464-df3d-4284-9050-270a12f4e3fe@download) | 43M | [word counts](https://hdl.handle.net/1839/d35105a3-0d94-43d0-965c-5b7c8deedaa3@download)
[bigram counts](https://hdl.handle.net/1839/3c0494fa-308d-4dad-87ea-7744bbb4fa87@download)
[trigram counts](https://hdl.handle.net/1839/a1dfe60a-162b-4f47-a89f-d1415f1f490f@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/551935cf-52db-4214-b9ab-f715bb5b1c13@download)
[all vectors](https://hdl.handle.net/1839/93f62783-b04d-4782-bc87-595e05fd5fba@download)
[model binary](https://hdl.handle.net/1839/ebcb48c6-31d4-402c-b30c-41f290692a8b@download) | 285M | |\n| Hungarian | hu | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/3e320d72-7b08-4c93-99ba-979b6db2ff3f@download)
[all vectors](https://hdl.handle.net/1839/0128ed6a-e86c-4892-9694-0c3430796945@download)
[model binary](https://hdl.handle.net/1839/c158b454-8c17-4097-9fd9-e7512e9983e7@download) | 228M | [word counts](https://hdl.handle.net/1839/3bfe5491-a955-414e-92ee-2474009a41c4@download)
[bigram counts](https://hdl.handle.net/1839/fecf31df-ef3d-4470-b864-b64c81ef591d@download)
[trigram counts](https://hdl.handle.net/1839/0d2555b7-27d6-4680-9290-e3cfd960f2b2@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/f39bf640-c0fd-4630-870e-cfdb20176b3d@download)
[all vectors](https://hdl.handle.net/1839/bead1624-8f8a-4bca-af1c-30218e5e9376@download)
[model binary](https://hdl.handle.net/1839/93526198-c43c-43b4-9e0b-c90562a3d136@download) | 121M | [word counts](https://hdl.handle.net/1839/1bafc943-ba55-4594-a5ea-6fdcac264b56@download)
[bigram counts](https://hdl.handle.net/1839/0929b4fb-83a6-4935-8230-8518c7dc39c8@download)
[trigram counts](https://hdl.handle.net/1839/b998b0c3-ee4a-4b68-af42-90b9005983f7@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8440b731-1972-4b79-bd30-76103fe05b87@download)
[all vectors](https://hdl.handle.net/1839/5048590a-58f6-4627-8f76-83a176d92864@download)
[model binary](https://hdl.handle.net/1839/68fd7e68-6f31-4480-8aa5-ab4ee8f1592e@download) | 349M | |\n| Armenian | hy | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/36d2b3c8-bfb0-4b98-8ebe-3140b8b1b21c@download)
[all vectors](https://hdl.handle.net/1839/af5721e8-9841-46a2-abc3-3a0b6ce28e22@download)
[model binary](https://hdl.handle.net/1839/614bab22-6e09-428a-8a2a-1ccdfb1f45c0@download) | 24K | [word counts](https://hdl.handle.net/1839/73a1f725-50a6-475a-9ed9-86ef6564495e@download)
[bigram counts](https://hdl.handle.net/1839/dca3fedb-38e8-4c9c-ba0c-0ec5e0309780@download)
[trigram counts](https://hdl.handle.net/1839/0d02b0eb-d3ae-4702-adde-aff9df0b1740@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/161a90ba-474d-47f4-a734-2a4b8710848d@download)
[all vectors](https://hdl.handle.net/1839/6df26e68-29bf-44c9-8c2a-f223e5c49e19@download)
[model binary](https://hdl.handle.net/1839/73dc0bf9-280d-4f2a-8937-8ac17d6bacc1@download) | 38M | [word counts](https://hdl.handle.net/1839/7eb0dec6-8bcc-4e44-a1e4-a876d5ad7111@download)
[bigram counts](https://hdl.handle.net/1839/34e88586-2e74-49a9-a32c-3a336fe5168f@download)
[trigram counts](https://hdl.handle.net/1839/452e1081-6330-4e8d-8fc0-cdbc6a899250@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/bebbbf79-caaf-4590-a33b-45068b97ac7d@download)
[all vectors](https://hdl.handle.net/1839/6599d23b-fc64-4b47-9bf2-7dab34bb49da@download)
[model binary](https://hdl.handle.net/1839/6c467a0b-d991-48d4-ab05-8f387790f35d@download) | 39M | |\n| Indonesian | id | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/51c31a20-2720-4541-9640-0c94f301fe79@download)
[all vectors](https://hdl.handle.net/1839/e8a44d22-24b6-4a53-82c7-76858cd0652b@download)
[model binary](https://hdl.handle.net/1839/9f48889b-e9e5-485f-8262-0ce78c72a67d@download) | 65M | [word counts](https://hdl.handle.net/1839/1b5bccca-16c8-4b3d-8f02-bd8b80609796@download)
[bigram counts](https://hdl.handle.net/1839/b4e2bbf7-26ed-4382-a0fe-9c9a4e3bb082@download)
[trigram counts](https://hdl.handle.net/1839/6bdff073-5371-4dfb-bc0b-d25c96b53230@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/3ab72256-7952-411d-8e64-a2d497745823@download)
[all vectors](https://hdl.handle.net/1839/3768e4e5-5478-41f4-9c8c-9ab566a69afe@download)
[model binary](https://hdl.handle.net/1839/33c28bfe-b6f9-4270-b205-625ff863b4bd@download) | 69M | [word counts](https://hdl.handle.net/1839/a45cf1c9-76e0-4f80-aebf-ca1f500f0a35@download)
[bigram counts](https://hdl.handle.net/1839/3c5efe05-9382-4564-a8a5-90e77d918257@download)
[trigram counts](https://hdl.handle.net/1839/88a6a53d-a647-4512-830a-90e2b3613c53@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/52a92114-300a-4b02-988a-e2f56c57b0d8@download)
[all vectors](https://hdl.handle.net/1839/8b027265-58c5-4b84-b6aa-1d1243ee974b@download)
[model binary](https://hdl.handle.net/1839/e2ddfb71-8a3d-44d7-ba71-f98a01cfd9e0@download) | 134M | |\n| Icelandic | is | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/d3fe8447-85a2-4cae-8b50-aa21caebf3f6@download)
[all vectors](https://hdl.handle.net/1839/254a19dd-6f43-470d-84b9-b4973605cb77@download)
[model binary](https://hdl.handle.net/1839/6863d1b4-8c2b-490c-b56f-e1c99be40d67@download) | 7M | [word counts](https://hdl.handle.net/1839/65e255d4-80e2-4fc9-b7c0-7469186324c4@download)
[bigram counts](https://hdl.handle.net/1839/e9f7924c-fe8d-4d06-8bba-ac4e516c7017@download)
[trigram counts](https://hdl.handle.net/1839/6728b867-a11c-43a7-b8d6-cbf7f8894eed@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/8585a2cd-bc60-4f8a-ab2a-d0a957164a09@download)
[all vectors](https://hdl.handle.net/1839/cc92a537-c7b1-41a9-83c8-e39c3fd425e3@download)
[model binary](https://hdl.handle.net/1839/da5a2064-104f-4f78-90b0-17c8df08d4c7@download) | 7M | [word counts](https://hdl.handle.net/1839/aab80718-5572-4e9c-9898-69ea55fb139d@download)
[bigram counts](https://hdl.handle.net/1839/b16032a9-d529-4ee7-be6a-f6fc352f61b6@download)
[trigram counts](https://hdl.handle.net/1839/7f0fff6a-55a3-4596-970e-95001b1b0b64@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/555e0196-16f3-4705-89fc-0a243e2c4ae4@download)
[all vectors](https://hdl.handle.net/1839/3f4048d2-d53c-40cb-b9db-709bf2d3802b@download)
[model binary](https://hdl.handle.net/1839/a83b7176-6d83-4c37-b810-402bc78878a8@download) | 15M | |\n| Italian | it | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/68a7bb29-5b0b-43d4-983d-2bd101526d55@download)
[all vectors](https://hdl.handle.net/1839/8c93019f-eb8e-429f-b5ff-94064316abb9@download)
[model binary](https://hdl.handle.net/1839/09c0756c-e465-4311-a1bb-7d2a5111f4cc@download) | 278M | [word counts](https://hdl.handle.net/1839/168bc19f-4197-4fc7-b049-fc840ead2d40@download)
[bigram counts](https://hdl.handle.net/1839/6f0951eb-bdae-4d7f-855e-28a1f2a15865@download)
[trigram counts](https://hdl.handle.net/1839/ee07fc19-351f-4fa2-8d62-01ce775de95f@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/54186514-c2bd-4ab7-813e-af56d0639ad5@download)
[all vectors](https://hdl.handle.net/1839/92e0f3be-fa9f-4653-bc6e-024ef20fca42@download)
[model binary](https://hdl.handle.net/1839/e4c035cf-8a29-436d-b30c-c11397cd791a@download) | 476M | [word counts](https://hdl.handle.net/1839/7720dda8-98a6-466d-8ea3-7ee9c052900e@download)
[bigram counts](https://hdl.handle.net/1839/e7f3adaa-4e68-47c0-b5ea-176cd11078ec@download)
[trigram counts](https://hdl.handle.net/1839/5b23d792-541a-4a68-b1ae-e5220a3e1973@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/ee3b96f1-a21d-4e86-9e8d-7ea1c3b18ce5@download)
[all vectors](https://hdl.handle.net/1839/1bd39f98-5122-424a-9647-21a806b3ce51@download)
[model binary](https://hdl.handle.net/1839/9cd0d7c5-3e5a-44c8-b4e8-ca9c89de35a1@download) | 754M | |\n| Georgian | ka | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/a62063b9-41cd-42c4-80ed-5c479284c106@download)
[all vectors](https://hdl.handle.net/1839/4cb72516-aa27-4bb5-9f88-ff07ac9df34c@download)
[model binary](https://hdl.handle.net/1839/4a874afe-7296-41ae-8b7e-0ad455adac90@download) | 1M | [word counts](https://hdl.handle.net/1839/e4daec16-2b2c-4ecc-9e3e-782b009da4d9@download)
[bigram counts](https://hdl.handle.net/1839/a4409772-5507-4983-9420-bfac6d989f7c@download)
[trigram counts](https://hdl.handle.net/1839/613c81a7-8228-4e4c-bd54-93d993b39e46@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/163ff85f-ee9f-4f70-8a4c-5502cee227ac@download)
[all vectors](https://hdl.handle.net/1839/96db3a5a-b699-4137-baea-4665548d1476@download)
[model binary](https://hdl.handle.net/1839/ce9c0a1f-2fee-4c00-a413-a94f7c74f718@download) | 15M | [word counts](https://hdl.handle.net/1839/a825e786-d920-40e0-a17e-c98ae409d449@download)
[bigram counts](https://hdl.handle.net/1839/b6aa9a1b-ef40-4d80-8664-bf5b815ad0b0@download)
[trigram counts](https://hdl.handle.net/1839/2081d5c2-1b5b-407f-940b-363c7c573f13@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/0126dad6-9f4d-4002-a918-07f67a696300@download)
[all vectors](https://hdl.handle.net/1839/81ce3dc3-62de-4bd6-bb9c-b8f792b6bd3d@download)
[model binary](https://hdl.handle.net/1839/869d6b9a-e36e-46bf-9e06-5cdff0e9f497@download) | 16M | |\n| Kazakh | kk | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/44ffc57f-2907-4a6d-ad8d-5cd2dbea548a@download)
[all vectors](https://hdl.handle.net/1839/eb1c5733-9db5-4704-ab4c-5902f70fccb4@download)
[model binary](https://hdl.handle.net/1839/d98342a1-0d67-4f94-9b33-c7e475ccdb38@download) | 13K | [word counts](https://hdl.handle.net/1839/73557531-5ebe-4fd5-aaf7-96a328f3288c@download)
[bigram counts](https://hdl.handle.net/1839/b6bb4967-e417-400a-9abb-5dc3e8dcae38@download)
[trigram counts](https://hdl.handle.net/1839/ba79d053-a8ee-46d3-9e7f-27eaebab9cb5@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/850e9909-d908-43ba-bdbc-762cfbd86cf2@download)
[all vectors](https://hdl.handle.net/1839/8c3b1f6c-576c-4075-88ab-25cc4070f2be@download)
[model binary](https://hdl.handle.net/1839/1d277b69-8535-4eb7-a4e6-9c30b418a537@download) | 18M | [word counts](https://hdl.handle.net/1839/40bacff9-818d-49ad-95bc-a550fc3247d4@download)
[bigram counts](https://hdl.handle.net/1839/7ec6488c-21ba-4109-af84-4c437bf22200@download)
[trigram counts](https://hdl.handle.net/1839/5d0dd48b-6b03-4ae1-9136-526485003675@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/56778c23-b5c5-4386-83cb-29d04ad014ea@download)
[all vectors](https://hdl.handle.net/1839/b7a5b672-edc3-4254-8759-98eb6404f8a3@download)
[model binary](https://hdl.handle.net/1839/b1350e33-4e2f-4288-98be-5fdacef9b00a@download) | 18M | |\n| Korean | ko | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/bbac0453-6c95-4c82-af67-f4909720d578@download)
[all vectors](https://hdl.handle.net/1839/9bd14106-e852-4ba2-a523-88a71e2fc1a5@download)
[model binary](https://hdl.handle.net/1839/903f9539-86f7-4521-a2f8-2355f7c95a2f@download) | 7M | [word counts](https://hdl.handle.net/1839/76a0c30c-89ea-4fd4-8eeb-e671dc855edc@download)
[bigram counts](https://hdl.handle.net/1839/959a996c-2796-4168-93ef-b6e410aa0a3c@download)
[trigram counts](https://hdl.handle.net/1839/1268820a-d32d-476c-b5b6-060914c1ea21@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/e2a992e6-7cd5-4f7f-b8ac-ca17a50eae3c@download)
[all vectors](https://hdl.handle.net/1839/0b635218-eca2-48f1-b2a5-260d023681f2@download)
[model binary](https://hdl.handle.net/1839/8068db80-6934-472d-8bf3-97089cbc40e3@download) | 63M | [word counts](https://hdl.handle.net/1839/f652d0b2-6653-4839-b04d-5615b8333f91@download)
[bigram counts](https://hdl.handle.net/1839/a572deb8-089b-4213-ac5e-e924429db33a@download)
[trigram counts](https://hdl.handle.net/1839/ebec81d9-4ec8-4454-ab14-d540693f720b@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/7df56c99-9d28-4cff-b451-cfaff102ed1b@download)
[all vectors](https://hdl.handle.net/1839/c6c95a97-8947-4632-9585-f29030c21e17@download)
[model binary](https://hdl.handle.net/1839/dd0ee9c1-5abe-4112-b753-68427c4296eb@download) | 70M | |\n| Lithuanian | lt | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f76df11e-95fb-497c-84ed-e23e2279e2e8@download)
[all vectors](https://hdl.handle.net/1839/01a0e0af-d1b3-4a72-a221-7b1dd6833b14@download)
[model binary](https://hdl.handle.net/1839/350358e2-e6cd-4187-a837-652f22736bbd@download) | 6M | [word counts](https://hdl.handle.net/1839/50610f54-6ce9-4a3d-aea5-48ffdf8f0fc1@download)
[bigram counts](https://hdl.handle.net/1839/f92815d5-6cf7-49ef-ae29-f969c883dd5d@download)
[trigram counts](https://hdl.handle.net/1839/d737ae7e-c8d9-4442-a46e-15381ba66c72@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/e45287ca-f7d6-4ff8-af39-89bc903c9d55@download)
[all vectors](https://hdl.handle.net/1839/aeb3c6f4-b2d3-4570-9b99-617932f6ce56@download)
[model binary](https://hdl.handle.net/1839/1e26774e-df35-4226-9d3b-4b2f0c6a845e@download) | 23M | [word counts](https://hdl.handle.net/1839/de604796-0112-4651-9cc4-24f7c6e7996f@download)
[bigram counts](https://hdl.handle.net/1839/ca300706-672f-41f8-9302-ef18cb860cc6@download)
[trigram counts](https://hdl.handle.net/1839/957139ee-80a2-44c4-8c6c-70d3ee755d07@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/c998ccca-a700-40ec-9332-25b4c6dc4363@download)
[all vectors](https://hdl.handle.net/1839/eed538a6-666f-4bb0-9938-df8a79619203@download)
[model binary](https://hdl.handle.net/1839/49d1e6a5-48c0-441b-98f2-0d5c632331d3@download) | 29M | |\n| Latvian | lv | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f80e4bb8-86a4-469a-986b-a1c1bc49a973@download)
[all vectors](https://hdl.handle.net/1839/f621c77f-5b94-45aa-846e-470631a46c0d@download)
[model binary](https://hdl.handle.net/1839/ef8f3a4b-137d-4343-9341-30fea39af270@download) | 2M | [word counts](https://hdl.handle.net/1839/6a91fd2c-c417-48cf-bfe4-7317e95d8a2d@download)
[bigram counts](https://hdl.handle.net/1839/4ff957f0-2846-48db-89b0-b046daa381b7@download)
[trigram counts](https://hdl.handle.net/1839/898d63ae-ca84-4993-8914-77c99cb3de8e@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/592fabc7-6ecb-43ec-837c-e940f479061a@download)
[all vectors](https://hdl.handle.net/1839/7b2a566a-3361-4f9b-b6ce-97e69980b48c@download)
[model binary](https://hdl.handle.net/1839/0f2d42fd-f4cc-4a49-a420-832a72f0f61f@download) | 14M | [word counts](https://hdl.handle.net/1839/ee0c59d6-8861-4805-b865-04f8d6187430@download)
[bigram counts](https://hdl.handle.net/1839/230b43c0-1cf7-44d6-8328-230128dede00@download)
[trigram counts](https://hdl.handle.net/1839/6d24d3f6-49bb-4098-be10-4b2ea6e3195d@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/0de41671-b1d4-41ff-a86b-3de4c28d782a@download)
[all vectors](https://hdl.handle.net/1839/886bb411-9154-4aec-a208-675ef3c06e80@download)
[model binary](https://hdl.handle.net/1839/a9af274c-541d-44e0-a0ac-c983ba9390b5@download) | 16M | |\n| Macedonian | mk | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/fcb27857-3c2a-403d-bb7c-8f43ca0224ad@download)
[all vectors](https://hdl.handle.net/1839/2cb685d6-ce0c-4f4c-9253-283b474a5f2a@download)
[model binary](https://hdl.handle.net/1839/180b7221-8948-41c9-b75f-3a38e8e92e18@download) | 20M | [word counts](https://hdl.handle.net/1839/faff5266-9f41-49d7-982b-643b8466782b@download)
[bigram counts](https://hdl.handle.net/1839/37fa5ace-cc32-4664-a592-b7d1aba46670@download)
[trigram counts](https://hdl.handle.net/1839/8c17fea7-410a-4c17-a289-74e2576baa73@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/16ecfcd3-2900-42bd-9f97-c5dd2bd1019b@download)
[all vectors](https://hdl.handle.net/1839/21df4ce4-d137-470d-a56d-c55bdd1e3245@download)
[model binary](https://hdl.handle.net/1839/0d998d85-5c31-4276-95e6-ddd1ac27a3cd@download) | 27M | [word counts](https://hdl.handle.net/1839/b21ddd7d-f887-413e-8995-2aa57498b3ea@download)
[bigram counts](https://hdl.handle.net/1839/8dfe1739-2504-4a0e-a44e-8d7612c76e86@download)
[trigram counts](https://hdl.handle.net/1839/ac8779c0-4dc9-4545-8a3e-2f7256dd488d@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/7dee4f33-5979-492e-a5ab-888d28245dbb@download)
[all vectors](https://hdl.handle.net/1839/85735ca3-486e-4e21-bd23-fc39eff4a6b3@download)
[model binary](https://hdl.handle.net/1839/df65508b-fd67-4524-ba5a-1e99fa13ebf4@download) | 47M | |\n| Malayalam | ml | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f6c6298f-aa9d-4dc6-8fe2-e3626d674cbd@download)
[all vectors](https://hdl.handle.net/1839/3921fbc6-a509-4028-aaf0-5b31cc47e62c@download)
[model binary](https://hdl.handle.net/1839/73cd8422-228c-4ee7-ba97-c65622e3baf1@download) | 2M | [word counts](https://hdl.handle.net/1839/1a0b6c67-30a5-451f-8b95-2a0da9c3070b@download)
[bigram counts](https://hdl.handle.net/1839/2d1282e3-63ac-481b-95ec-de159294df64@download)
[trigram counts](https://hdl.handle.net/1839/98c5650d-d771-4b44-85b5-ea9688da1778@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/addecc73-8134-4437-8ea9-dca7628917b0@download)
[all vectors](https://hdl.handle.net/1839/251223b4-6875-4d63-8dc8-1194360a1d86@download)
[model binary](https://hdl.handle.net/1839/04a501f1-84cf-435f-843a-c8168d789fb5@download) | 10M | [word counts](https://hdl.handle.net/1839/518af478-4f8d-47ea-89a2-b8385eab3ce2@download)
[bigram counts](https://hdl.handle.net/1839/e38201e2-c6a1-4ad7-a6c4-55b5fc3950ef@download)
[trigram counts](https://hdl.handle.net/1839/9a7c97f1-ae65-4c91-a01b-ffd147d4906a@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/4e5d035d-f5ae-4a62-8604-c12d5e49c629@download)
[all vectors](https://hdl.handle.net/1839/70b69424-2fd1-465e-ba4f-f3750879be8a@download)
[model binary](https://hdl.handle.net/1839/f77cbeb4-ac6b-46a1-86ca-bc259899b1b2@download) | 12M | |\n| Malay | ms | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8f781662-4818-4ee8-8671-3ff530e94895@download)
[all vectors](https://hdl.handle.net/1839/f70f8025-ca62-48eb-815f-ef2af8e96b54@download)
[model binary](https://hdl.handle.net/1839/eb497882-8791-4c6b-acfc-220f1ef7f864@download) | 12M | [word counts](https://hdl.handle.net/1839/a207ed8a-32ee-4ddb-97f9-7014317be1af@download)
[bigram counts](https://hdl.handle.net/1839/42090298-6f17-4951-b009-72f268253703@download)
[trigram counts](https://hdl.handle.net/1839/07d972bb-5395-4dd2-be62-2573f1af3f50@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/35dd9578-70c1-4812-b231-d4d8f3102b9f@download)
[all vectors](https://hdl.handle.net/1839/296f0bc9-d22c-466f-ad74-43c83aaba658@download)
[model binary](https://hdl.handle.net/1839/6cdf09f0-74f6-4a18-bf24-4f7ed8a5bccf@download) | 29M | [word counts](https://hdl.handle.net/1839/fb0105f0-3767-4c7e-bfd0-7d30a2dc2a98@download)
[bigram counts](https://hdl.handle.net/1839/f595969d-6cd8-416e-ae83-00d5c67cb067@download)
[trigram counts](https://hdl.handle.net/1839/87435115-db79-41d9-aecf-6126ef80f1d4@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/02798b0d-05d6-4f54-b781-6f4946fe1f84@download)
[all vectors](https://hdl.handle.net/1839/cbb71d23-2bc4-40e7-b590-e16d3293ee99@download)
[model binary](https://hdl.handle.net/1839/435a53d1-972e-47b9-9e3f-196cf3b099d1@download) | 41M | |\n| Dutch | nl | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/90f21a0d-b28f-407e-ace0-c0f81be08367@download)
[all vectors](https://hdl.handle.net/1839/b6921635-11d4-44f1-abb8-cd767bf4e091@download)
[model binary](https://hdl.handle.net/1839/d65f47fd-d102-4d5e-a947-afb963af1244@download) | 265M | [word counts](https://hdl.handle.net/1839/06b54ceb-2b05-49b5-8bbb-26a3a21d2e68@download)
[bigram counts](https://hdl.handle.net/1839/41be155e-d2b5-4142-95bd-2255f5432edd@download)
[trigram counts](https://hdl.handle.net/1839/2d2e0374-5bfa-49d0-91dd-1ba44027647c@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/eeb6636c-ec92-4ea0-b198-e6ef07cc12d0@download)
[all vectors](https://hdl.handle.net/1839/70da1b7e-b71c-4778-acdc-5f48ece36276@download)
[model binary](https://hdl.handle.net/1839/7a21000d-fa22-426b-8cbc-06bfa46035ba@download) | 249M | [word counts](https://hdl.handle.net/1839/c2c50969-0f8c-4dc6-9ba7-2af8f153fea1@download)
[bigram counts](https://hdl.handle.net/1839/dbc0da7e-9202-495c-8c2e-e8e4d87537c1@download)
[trigram counts](https://hdl.handle.net/1839/f1e0c3b6-0bc5-466a-93b6-1358b4923aac@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/156071ee-46e5-4e2f-8043-635947567261@download)
[all vectors](https://hdl.handle.net/1839/aaf3950b-0e3d-4098-bbea-8c7f598d43d4@download)
[model binary](https://hdl.handle.net/1839/2812b150-db64-4aa1-b642-40afeb41885e@download) | 514M | |\n| Norwegian | no | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/3d925474-7d0d-44d1-8450-098d974dc961@download)
[all vectors](https://hdl.handle.net/1839/21df17f3-1da5-4c8e-a47a-f9a2b69b283e@download)
[model binary](https://hdl.handle.net/1839/92522ed7-33ad-4872-812d-1521f2c6bd44@download) | 46M | [word counts](https://hdl.handle.net/1839/6089012f-91b2-4e96-b951-bf18b84fb74f@download)
[bigram counts](https://hdl.handle.net/1839/388ae8f9-5add-4742-ada1-abf78d39d55e@download)
[trigram counts](https://hdl.handle.net/1839/6928a125-1b6f-47f4-a0d5-ba9e946b75a4@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/4773d2dd-9a0d-4f29-911b-b54a4d3541c9@download)
[all vectors](https://hdl.handle.net/1839/55be427b-8e78-436f-8cac-8b3d8c4368b3@download)
[model binary](https://hdl.handle.net/1839/8330f9ac-854e-447d-a702-ee09873d925d@download) | 91M | [word counts](https://hdl.handle.net/1839/8ead35cd-8b49-4c9e-80ea-59de857d8dd3@download)
[bigram counts](https://hdl.handle.net/1839/d81f2a73-b92d-41c1-8056-31ce246df4fe@download)
[trigram counts](https://hdl.handle.net/1839/92049562-125d-475c-8e2c-59d63edfe50e@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/bf51abca-e8b0-49c0-b522-d340cb08f640@download)
[all vectors](https://hdl.handle.net/1839/87aa65f0-4a94-4553-a9fe-7c8647c5a08e@download)
[model binary](https://hdl.handle.net/1839/7c6a8309-cd27-4e92-b69e-eb729e23fb3d@download) | 136M | |\n| Polish | pl | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/515f5a41-5bdc-4fe2-b330-13d9fea2e571@download)
[all vectors](https://hdl.handle.net/1839/6ec2b5eb-8195-4fdd-8d6c-ae8f749fb77c@download)
[model binary](https://hdl.handle.net/1839/7e19c4c6-7b4c-4c20-9f67-7b6812075351@download) | 250M | [word counts](https://hdl.handle.net/1839/6ad738bf-95d4-450b-809d-382542d5dbdb@download)
[bigram counts](https://hdl.handle.net/1839/c507abc7-9604-488a-b086-8bb08428c712@download)
[trigram counts](https://hdl.handle.net/1839/ec446e1e-2cc0-44d3-9102-902da99dd8cc@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/488f2553-cd9b-44ba-8b68-815ba8e0e6b1@download)
[all vectors](https://hdl.handle.net/1839/753d840f-9472-4b90-9821-9b206d83a889@download)
[model binary](https://hdl.handle.net/1839/c76dd162-179f-45a9-a3f1-75b72f807d3e@download) | 232M | [word counts](https://hdl.handle.net/1839/3835ea59-db1a-4518-85e0-dd0b88ecdd95@download)
[bigram counts](https://hdl.handle.net/1839/e105b170-8fe6-4004-891e-a8e79fd1dfff@download)
[trigram counts](https://hdl.handle.net/1839/d6c08d5c-d4a6-4267-862e-0a29ed6bbd1f@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/ee1d3625-37ec-4fb2-ae7d-69dc04465433@download)
[all vectors](https://hdl.handle.net/1839/b52fa3c0-f856-4c54-8e41-1aa3f3cc2976@download)
[model binary](https://hdl.handle.net/1839/bd9670f1-19cd-4635-9fc9-5b42e01ec737@download) | 483M | |\n| Portuguese | pt | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/bd1f94b3-f7f1-4117-990c-94ad48880ab5@download)
[all vectors](https://hdl.handle.net/1839/75efab4b-0596-4128-bf5a-ccac31acb33d@download)
[model binary](https://hdl.handle.net/1839/9ec62f05-0093-4a04-818a-a5b96c15a102@download) | 258M | [word counts](https://hdl.handle.net/1839/bce03abc-13a9-4798-a642-8b3e3bd725ad@download)
[bigram counts](https://hdl.handle.net/1839/8c866e8d-90f0-4cb9-b013-ddd990f49a4b@download)
[trigram counts](https://hdl.handle.net/1839/505f257d-0aa0-400d-9255-af170a9cf1b5@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/e28e7be8-1a82-4b5b-bdb7-d5aec0494b5f@download)
[all vectors](https://hdl.handle.net/1839/5cc9a32c-c84c-42e8-93ce-3eca2c98563f@download)
[model binary](https://hdl.handle.net/1839/2f0d49f6-1f46-4603-91e5-ab1d8637ac10@download) | 238M | [word counts](https://hdl.handle.net/1839/3ef1436d-b353-4e45-941a-4e2738436a72@download)
[bigram counts](https://hdl.handle.net/1839/a78ede2d-304d-47ba-967f-a5484d4cfe51@download)
[trigram counts](https://hdl.handle.net/1839/76877729-dbc2-4c7e-9128-c1410a3cf2f8@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/1e4f1919-6ef4-403d-86bd-10c31b874a41@download)
[all vectors](https://hdl.handle.net/1839/9b076384-7f2a-4c0b-b388-da71aea8fb2d@download)
[model binary](https://hdl.handle.net/1839/6a141fae-4095-469d-a3d4-7e5dc8883997@download) | 496M | |\n| Romanian | ro | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/6c23d90d-2c7c-4f9e-9879-363b1dcb5b2d@download)
[all vectors](https://hdl.handle.net/1839/042a07f0-c772-4479-a04a-ea6a139f7db0@download)
[model binary](https://hdl.handle.net/1839/2276ef0f-a563-4981-b721-0d4dd010e965@download) | 435M | [word counts](https://hdl.handle.net/1839/8a99b75d-feb7-4386-91e3-6f0ddb3a5449@download)
[bigram counts](https://hdl.handle.net/1839/d39643c3-5e6e-472b-98ca-8552951899cc@download)
[trigram counts](https://hdl.handle.net/1839/2b180814-04fb-4003-812a-5fbbe29befa0@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/df76e8f9-d81b-4a01-b35e-9eae7be6300f@download)
[all vectors](https://hdl.handle.net/1839/6dc589d5-910a-4d2a-bb40-a079ff624f34@download)
[model binary](https://hdl.handle.net/1839/526e1221-78d1-4157-97b8-02e1422df0fd@download) | 65M | [word counts](https://hdl.handle.net/1839/82c7a318-5892-41a9-a760-5456a2930dc0@download)
[bigram counts](https://hdl.handle.net/1839/97fcdc67-d33e-47cf-8507-0d1075658f71@download)
[trigram counts](https://hdl.handle.net/1839/af718433-b54c-4edd-8628-a7efafcbbc7f@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/95a96676-7615-4a53-b4d6-788622b1da48@download)
[all vectors](https://hdl.handle.net/1839/3bbbc032-67e0-4690-9a85-d22cb02e2c37@download)
[model binary](https://hdl.handle.net/1839/6d5a207c-9871-407c-b07b-abd35245af82@download) | 500M | |\n| Russian | ru | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/dc3d584c-4b75-4922-9cfd-bde933cbae29@download)
[all vectors](https://hdl.handle.net/1839/819d6423-5ef0-4b1b-bb5a-481544cffb50@download)
[model binary](https://hdl.handle.net/1839/30660859-70be-40a5-b4a5-7795e70502b6@download) | 152M | [word counts](https://hdl.handle.net/1839/83923d5f-c9a2-4829-8084-839a1b71db0e@download)
[bigram counts](https://hdl.handle.net/1839/d4b17371-de03-4ac9-bb69-62fe0f260640@download)
[trigram counts](https://hdl.handle.net/1839/e34daacf-e39a-4258-833a-0f39d461427a@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/48177979-ac17-4c77-8083-09896f80f060@download)
[all vectors](https://hdl.handle.net/1839/a4d949ff-287b-46f2-b420-47989f833b59@download)
[model binary](https://hdl.handle.net/1839/812f684a-780d-47c5-b712-9d3e7c218fd1@download) | 391M | [word counts](https://hdl.handle.net/1839/bd327c14-c505-485a-95c8-b25679dfbee3@download)
[bigram counts](https://hdl.handle.net/1839/f2c7bc3c-0013-4c07-b40e-f168a3dea61f@download)
[trigram counts](https://hdl.handle.net/1839/7ac757ed-e2f3-4d70-a8d7-e90e42d36e77@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/b4c02f28-5d54-4ae5-bb85-63515e7c8df5@download)
[all vectors](https://hdl.handle.net/1839/4dc48b41-f39c-4390-af1b-bb569f6ba26c@download)
[model binary](https://hdl.handle.net/1839/8c7b9d0e-4ba3-41d6-aa72-dea8ca15ea40@download) | 543M | |\n| Sinhala | si | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/35e5500e-b802-4e7b-9ad9-aabb85872eb7@download)
[all vectors](https://hdl.handle.net/1839/0c17af69-15d0-4d7f-95b5-b16fced4787e@download)
[model binary](https://hdl.handle.net/1839/c6db28bf-eadd-4481-b4e3-ba7642530ac8@download) | 3M | [word counts](https://hdl.handle.net/1839/5ba52a14-4718-4626-97fe-b6933dbf64ce@download)
[bigram counts](https://hdl.handle.net/1839/1fa68c03-fec3-46b1-89c7-f4e174632746@download)
[trigram counts](https://hdl.handle.net/1839/c1b9e68d-76cd-49a7-b52f-5606f0140a15@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/130368a3-5af1-47e0-b675-2afda4726894@download)
[all vectors](https://hdl.handle.net/1839/3e9cdaeb-58e3-445b-9b6e-39372fd856a7@download)
[model binary](https://hdl.handle.net/1839/dbfec0bc-1a5f-45f5-bdb2-6179879c2c7a@download) | 6M | [word counts](https://hdl.handle.net/1839/8eb0854e-1ed9-420f-bb02-1b20ce49c6b6@download)
[bigram counts](https://hdl.handle.net/1839/50cfb753-3052-4607-b763-9e949fea5738@download)
[trigram counts](https://hdl.handle.net/1839/49315977-e174-41cf-b288-ecf1a40da2e0@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/9f5bfca1-79be-490c-96f1-13cf87f04de7@download)
[all vectors](https://hdl.handle.net/1839/5599ee86-1d4c-47d6-9c7b-da3c59b1edf1@download)
[model binary](https://hdl.handle.net/1839/0981e04c-825e-4856-8bd4-05cffcfa0195@download) | 9M | |\n| Slovak | sk | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/9a6b3734-a470-41dd-a12d-613af547dccc@download)
[all vectors](https://hdl.handle.net/1839/099c0ceb-c695-4515-8398-85b3e470c34e@download)
[model binary](https://hdl.handle.net/1839/26a29e9d-50c7-4f88-84f3-590dd2df6e3e@download) | 47M | [word counts](https://hdl.handle.net/1839/43d0a976-3f0a-41e6-8d78-7572cd60b5ad@download)
[bigram counts](https://hdl.handle.net/1839/42d9fb12-cbbf-4db9-a4a9-04ed66944b2b@download)
[trigram counts](https://hdl.handle.net/1839/4351f8a2-b05f-4aee-851e-03af7d081e5c@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/e593b44d-78cf-4abd-b93b-69cec434681c@download)
[all vectors](https://hdl.handle.net/1839/ba6ccc04-9e86-47a0-b698-185650789a4f@download)
[model binary](https://hdl.handle.net/1839/206854e5-70df-4848-8a53-b21fa53223e9@download) | 29M | [word counts](https://hdl.handle.net/1839/67659c83-942a-4144-b1cc-0c173d068156@download)
[bigram counts](https://hdl.handle.net/1839/6ebbecf4-57ce-434e-aa15-5c122c572196@download)
[trigram counts](https://hdl.handle.net/1839/72c7a6b8-9ad9-4626-b3ea-7cfe9bdd1d5b@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f7fa40b9-7654-427b-a81b-ebb7ece9046b@download)
[all vectors](https://hdl.handle.net/1839/0588b4b4-1ae0-4b1f-8476-e61cee1a90e3@download)
[model binary](https://hdl.handle.net/1839/468de577-6c42-434f-a0da-bf1822716aae@download) | 76M | |\n| Slovenian | sl | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/82430fad-eff4-44d0-bed2-ff9828128062@download)
[all vectors](https://hdl.handle.net/1839/bc4cbfb8-014a-4d31-92ba-a8aaf1b2f9e8@download)
[model binary](https://hdl.handle.net/1839/6d95508d-a32f-4b37-a7ff-a4bf3559b9b5@download) | 107M | [word counts](https://hdl.handle.net/1839/13771847-f7c5-45f4-9d8f-f14c95c90ddf@download)
[bigram counts](https://hdl.handle.net/1839/c8749bb5-b0f3-4ec6-a536-6276d518afcd@download)
[trigram counts](https://hdl.handle.net/1839/182586e9-d6bc-4a2d-a3a4-d3eb8f349dba@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/e184679c-a0e9-4412-b5ec-4fc1b5b76c80@download)
[all vectors](https://hdl.handle.net/1839/a627f276-6d9f-4c8c-9259-11b0d1141dc7@download)
[model binary](https://hdl.handle.net/1839/04c6bfd4-d16e-4366-9bb6-febb53b44203@download) | 32M | [word counts](https://hdl.handle.net/1839/f7c4c734-2a20-45b7-a864-901413931e07@download)
[bigram counts](https://hdl.handle.net/1839/bfc18774-eef5-43ef-b483-0b6f366afdc9@download)
[trigram counts](https://hdl.handle.net/1839/e14a93d0-8dd9-4f2b-92bf-3196934078a2@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/ab542560-0ac0-4b54-bd8a-37586418228e@download)
[all vectors](https://hdl.handle.net/1839/ae27eb9c-b5f3-4a95-9f41-ea4e9f9c5aa1@download)
[model binary](https://hdl.handle.net/1839/3f819ef5-cbd6-48ab-8851-6cae10474700@download) | 138M | |\n| Albanian | sq | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/1646408e-44bc-4b8c-abcd-605238659680@download)
[all vectors](https://hdl.handle.net/1839/3fc64b62-5f37-456e-b5d4-f9b07b605097@download)
[model binary](https://hdl.handle.net/1839/3e714c9c-8ef1-4ef3-94ef-87a6e3dfea82@download) | 12M | [word counts](https://hdl.handle.net/1839/3980364f-6a63-49b2-9148-43adea2ce8ad@download)
[bigram counts](https://hdl.handle.net/1839/f4c24add-77e6-4fa7-8688-fa3a58fc660a@download)
[trigram counts](https://hdl.handle.net/1839/7ceea543-bfc3-4ec9-a8de-d9017141fb83@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/4298e6c1-eedd-4bba-8e29-262067ffe142@download)
[all vectors](https://hdl.handle.net/1839/2b78a765-e4b3-454a-8e98-01f891bca373@download)
[model binary](https://hdl.handle.net/1839/8d367f29-0cbe-42de-9f76-cd3358b002a3@download) | 18M | [word counts](https://hdl.handle.net/1839/658a7ded-f7bf-454d-a12a-e389cfa38353@download)
[bigram counts](https://hdl.handle.net/1839/7ba7aeb0-1c6f-46b7-b427-b1278ac12a3f@download)
[trigram counts](https://hdl.handle.net/1839/beb35b4b-e91c-48de-b6e2-eb7dcd42f1af@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f359907f-8459-4567-a1ce-232c784c9c63@download)
[all vectors](https://hdl.handle.net/1839/b879ced8-6c9c-4044-bfcc-ed48f70df052@download)
[model binary](https://hdl.handle.net/1839/f9f27458-e612-4cf1-a24c-d9639b9c1fb8@download) | 30M | |\n| Serbian | sr | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/f738a84b-a120-451d-87ff-0de74b37dc1f@download)
[all vectors](https://hdl.handle.net/1839/4da359b5-b004-424d-8ef7-185e373ff282@download)
[model binary](https://hdl.handle.net/1839/4aea8798-be02-4519-a1b9-04c99516e465@download) | 344M | [word counts](https://hdl.handle.net/1839/ea8297a0-f529-4baf-bc53-6ecfaba51a11@download)
[bigram counts](https://hdl.handle.net/1839/978bf81a-5747-4ca1-9404-9f4e3721a932@download)
[trigram counts](https://hdl.handle.net/1839/a75a2279-605d-4a74-b7ee-920a3537d4d6@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/1ad6f881-29a5-4a53-bf81-9526dad9b15e@download)
[all vectors](https://hdl.handle.net/1839/7ec578ab-49d1-40b2-b95f-8b3cc7a00e34@download)
[model binary](https://hdl.handle.net/1839/bc379acb-c3d7-48dd-8c8e-6d75fef9dd47@download) | 70M | [word counts](https://hdl.handle.net/1839/faf30af2-045a-4563-bcb6-f13c8f0cf850@download)
[bigram counts](https://hdl.handle.net/1839/c3cbcd2c-4bb2-4f28-abad-4e6b5f9a708b@download)
[trigram counts](https://hdl.handle.net/1839/4946db9e-3db6-4a2f-96ff-50e488bc6c89@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/0390eeaf-0785-439c-bdeb-94092d1f9bbf@download)
[all vectors](https://hdl.handle.net/1839/102ee0a7-6479-4e13-8399-f816e5d1f4f5@download)
[model binary](https://hdl.handle.net/1839/9840d623-4b71-453c-ba78-55c81b9242e7@download) | 413M | |\n| Swedish | sv | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/c2d706f1-dcb3-40e5-bd6f-0662290eff86@download)
[all vectors](https://hdl.handle.net/1839/708dbb78-83fb-4264-9d03-a208890e621d@download)
[model binary](https://hdl.handle.net/1839/95145a24-7afd-436c-b64a-dd3f262c5e11@download) | 101M | [word counts](https://hdl.handle.net/1839/0a7fe79e-c5ba-4c2c-9fff-38606864e675@download)
[bigram counts](https://hdl.handle.net/1839/6b376707-085a-45d2-a156-08702fadf7cf@download)
[trigram counts](https://hdl.handle.net/1839/d5d6d279-3b5e-4dbd-989a-6fe683cf02bf@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/5c62c04b-56d9-4ee2-bc47-82b7eb3ae044@download)
[all vectors](https://hdl.handle.net/1839/c40ad13e-56c6-4e34-a151-ff86dc7a787e@download)
[model binary](https://hdl.handle.net/1839/0e7cf2d1-3de7-437f-84f0-dafe5eceb143@download) | 143M | [word counts](https://hdl.handle.net/1839/60a29f9a-7a29-4ef5-a1a6-a24bd7b4423c@download)
[bigram counts](https://hdl.handle.net/1839/869987f5-6781-4654-9721-6e5eb0ac05d1@download)
[trigram counts](https://hdl.handle.net/1839/2fa3e781-48f7-4de4-b1d8-35a74e44f56c@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/ffdedc93-5eac-43c8-9f37-ca4d5593a08d@download)
[all vectors](https://hdl.handle.net/1839/76351cdc-16e6-4332-bbf8-a92a4415fd20@download)
[model binary](https://hdl.handle.net/1839/1edef66f-3c6f-46d8-b8dd-d51c77457646@download) | 245M | |\n| Tamil | ta | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/9f66ac3b-006b-415a-9f76-62bb8812d320@download)
[all vectors](https://hdl.handle.net/1839/f38dbe7c-7e57-4512-bae8-6badaa5ea639@download)
[model binary](https://hdl.handle.net/1839/557220ef-5510-4a0b-82ff-dd84b05b6857@download) | 123K | [word counts](https://hdl.handle.net/1839/9e8ec965-ee3f-46cc-9e96-3bfc952a75e0@download)
[bigram counts](https://hdl.handle.net/1839/e0dc15ae-c3e8-417e-a42b-5d4b3b098694@download)
[trigram counts](https://hdl.handle.net/1839/6dadf675-50f7-4249-9f07-22350f227ab8@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/ec6cacf0-d7bd-4bf8-aea2-3c54d12e966e@download)
[all vectors](https://hdl.handle.net/1839/b874e2d9-7b72-4f7f-ae77-de84a2dcd9f7@download)
[model binary](https://hdl.handle.net/1839/b2efcf31-605e-4e20-bf3c-9d8321d5dca2@download) | 17M | [word counts](https://hdl.handle.net/1839/7ac79d70-fe38-4c8e-8434-0cdf4119d734@download)
[bigram counts](https://hdl.handle.net/1839/00e6da45-d56d-4698-9130-82a555e6fe97@download)
[trigram counts](https://hdl.handle.net/1839/ca957d15-6b32-4305-b12d-0cc1ca2fc84e@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/1078deb2-855f-4dc4-98dd-4c0862e34d90@download)
[all vectors](https://hdl.handle.net/1839/9c5b7b79-16a2-4e39-8991-f0f8de686b7c@download)
[model binary](https://hdl.handle.net/1839/270bef3c-2777-47f4-9a79-869384fe20db@download) | 17M | |\n| Telugu | te | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/b30cd31f-433c-44b6-8aef-c3708a806b7f@download)
[all vectors](https://hdl.handle.net/1839/57f3b730-4341-4a25-8a7e-edcf2496bf73@download)
[model binary](https://hdl.handle.net/1839/74e479ed-5ccf-4bbd-ae58-259ff6f24e74@download) | 103K | [word counts](https://hdl.handle.net/1839/25edb0db-7cab-4839-a282-6c9da21c172e@download)
[bigram counts](https://hdl.handle.net/1839/e3bc1022-f09e-4eef-903d-fef503e8efa5@download)
[trigram counts](https://hdl.handle.net/1839/486a7bd6-f48f-423c-83de-fe7add2798c8@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/716e7b3a-5423-4380-ae00-43650c3a7313@download)
[all vectors](https://hdl.handle.net/1839/4fa8a696-0d9e-4cf3-a2d5-dadf9782bba9@download)
[model binary](https://hdl.handle.net/1839/b28d2cf4-4db7-4cde-bb25-f74d37bbd704@download) | 15M | [word counts](https://hdl.handle.net/1839/244c3038-7e44-4548-8dd9-028dd7ce7a27@download)
[bigram counts](https://hdl.handle.net/1839/47b6b36e-913b-45a6-a947-d68b179a6212@download)
[trigram counts](https://hdl.handle.net/1839/6901a2f1-2a30-488e-b6b4-ff12079b7163@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/af4dcf21-876c-4e71-b4f9-3a6be875f3e3@download)
[all vectors](https://hdl.handle.net/1839/773f0849-affd-4928-a5e2-a8fc0bf2fbf9@download)
[model binary](https://hdl.handle.net/1839/4daab0f6-4a46-4711-837e-c61c2c99a06f@download) | 15M | |\n| Tagalog | tl | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/c37606ea-d722-4642-85e0-5ff1065617fd@download)
[all vectors](https://hdl.handle.net/1839/42dbed79-ff03-462c-9d8b-13db02ca1f12@download)
[model binary](https://hdl.handle.net/1839/1e64cb87-4e4c-4959-acf5-92d96e775578@download) | 88K | [word counts](https://hdl.handle.net/1839/752ec456-bf90-446d-9ade-e790486b232f@download)
[bigram counts](https://hdl.handle.net/1839/dac911f6-9ea0-4afb-ab59-c7af66322c79@download)
[trigram counts](https://hdl.handle.net/1839/74e25a0f-f2ca-4502-a876-66e94c798586@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/2bff1a02-6f9b-4d5a-bbff-d2037b1739a5@download)
[all vectors](https://hdl.handle.net/1839/894af728-d65a-4d13-b3ca-bf765ce7746b@download)
[model binary](https://hdl.handle.net/1839/7134367d-bbd6-4f55-8784-0725ef666c97@download) | 7M | [word counts](https://hdl.handle.net/1839/d6a420a2-ab17-4fd2-aea5-66fe2c5e0464@download)
[bigram counts](https://hdl.handle.net/1839/651f0462-1cad-4c9a-8c09-11beab533d74@download)
[trigram counts](https://hdl.handle.net/1839/0ca47f8c-66fc-4545-853f-4b6ef4e93a4d@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/9171350a-d626-4e26-8e65-6400d0b414e5@download)
[all vectors](https://hdl.handle.net/1839/2b5b7945-41b2-4ea7-b720-c34ad35d5a2b@download)
[model binary](https://hdl.handle.net/1839/da8bc801-44d6-41e9-92bb-6009ea1d6835@download) | 7M | |\n| Turkish | tr | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/89c314c7-c0e0-408a-ab33-c2559198be04@download)
[all vectors](https://hdl.handle.net/1839/e92da43d-cc4d-4246-bd30-24e4fea6a0e7@download)
[model binary](https://hdl.handle.net/1839/12dd8b6c-2268-424f-984a-2ca9aa81474d@download) | 240M | [word counts](https://hdl.handle.net/1839/4dca445a-00da-400d-8ea2-c98c76d112e0@download)
[bigram counts](https://hdl.handle.net/1839/ebaa4ae6-7e68-4a9b-86a9-66f5c1870c9f@download)
[trigram counts](https://hdl.handle.net/1839/d9ebc33c-c3af-4e7d-8688-f7458d3b3c57@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/32db18c3-2407-44cf-bc5e-64b7099af04a@download)
[all vectors](https://hdl.handle.net/1839/0fb6e644-3807-44d4-a6f4-fddcb4f70f88@download)
[model binary](https://hdl.handle.net/1839/87ac0d68-f46b-40fb-ad46-d4e8dd6831d5@download) | 55M | [word counts](https://hdl.handle.net/1839/29225156-5ec7-4fbd-adf8-3041f1954ec2@download)
[bigram counts](https://hdl.handle.net/1839/941509cb-4726-4b9f-bd49-bdd3fe34cf4b@download)
[trigram counts](https://hdl.handle.net/1839/b75d5efd-b648-4a18-8782-b736782e4175@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/7d2b71ff-5260-42d9-9fdb-0c00cad5fd46@download)
[all vectors](https://hdl.handle.net/1839/07e2b77a-1f0a-4ffc-a5b8-33e7f3c349de@download)
[model binary](https://hdl.handle.net/1839/f9569d1a-bae8-4dd5-9392-d38384257a16@download) | 295M | |\n| Ukrainian | uk | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/4b31582d-c997-4d15-8aec-2fbf68df0426@download)
[all vectors](https://hdl.handle.net/1839/43d8e748-457f-40b8-80d9-2e0ace36d79f@download)
[model binary](https://hdl.handle.net/1839/6c254171-e857-4550-a39d-62f8747d478b@download) | 5M | [word counts](https://hdl.handle.net/1839/e8e7b63f-c552-4260-a5e9-bb0d44d3d01d@download)
[bigram counts](https://hdl.handle.net/1839/dd442671-9938-4ac6-ab19-a0589a7eb19a@download)
[trigram counts](https://hdl.handle.net/1839/c1da1d23-3e5f-4bf0-b423-9a4da45f3719@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/aa841f46-207e-45cc-aae4-c47e10f6443f@download)
[all vectors](https://hdl.handle.net/1839/3cd29cd0-b3b8-497e-aaec-f3112e3854ef@download)
[model binary](https://hdl.handle.net/1839/fbead7b8-d96a-4d46-892b-e32cd9d262a1@download) | 163M | [word counts](https://hdl.handle.net/1839/933aa845-3e38-4c46-b986-aacfe434fea9@download)
[bigram counts](https://hdl.handle.net/1839/04801847-c1ad-4be0-8a1a-d09793923bd9@download)
[trigram counts](https://hdl.handle.net/1839/dcadb536-893f-4a2f-ad48-bccef6d401a7@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/8c4c10ee-c6a9-4788-8831-d7f921cb6001@download)
[all vectors](https://hdl.handle.net/1839/d91fb042-dac5-4da1-99db-f98354432dca@download)
[model binary](https://hdl.handle.net/1839/0ef39396-c862-4320-ac6c-1212203b6b56@download) | 168M | |\n| Urdu | ur | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/4165ec5e-27be-4e64-bb14-736b3297d40f@download)
[all vectors](https://hdl.handle.net/1839/737b1259-02d7-4c3a-b322-1c41bc96705d@download)
[model binary](https://hdl.handle.net/1839/211c1462-ba18-4e7e-acfb-487af84bfbd4@download) | 196K | [word counts](https://hdl.handle.net/1839/e634fb11-f09b-41ab-95ba-167cdf347337@download)
[bigram counts](https://hdl.handle.net/1839/0419e169-28b1-46f0-8307-ec25567e928d@download)
[trigram counts](https://hdl.handle.net/1839/138b0ea5-b2e6-4bc8-baea-d2f13368308c@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/799e95be-e394-441a-bbfe-4c8c998b624a@download)
[all vectors](https://hdl.handle.net/1839/33460c6a-65b3-43a5-a3a2-3fa8225692e2@download)
[model binary](https://hdl.handle.net/1839/a85de3b9-495c-4ce3-86b5-8468c841a0ad@download) | 16M | [word counts](https://hdl.handle.net/1839/fc95997f-92e6-427a-b72b-60a4747c1614@download)
[bigram counts](https://hdl.handle.net/1839/be7691d7-2582-4bfd-a3d6-213930e6ff02@download)
[trigram counts](https://hdl.handle.net/1839/ed562097-1503-4cf2-b669-16a18179076e@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/06ce5ea2-8817-44e5-b1aa-2266aebbb134@download)
[all vectors](https://hdl.handle.net/1839/1c390472-7730-401d-a328-b5fb8173b781@download)
[model binary](https://hdl.handle.net/1839/5947e601-20f4-49da-b307-930a54859745@download) | 16M | |\n| Vietnamese | vi | OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/a5cc7725-1fc0-4dd2-8d3e-bce0a351db04@download)
[all vectors](https://hdl.handle.net/1839/6d4a578d-0d5a-40e7-a7f7-ce4d8d3336ac@download)
[model binary](https://hdl.handle.net/1839/02adaf0e-be7b-46dd-b195-1cf4721e400d@download) | 27M | [word counts](https://hdl.handle.net/1839/3fd48328-4113-4648-95ec-567df3bef818@download)
[bigram counts](https://hdl.handle.net/1839/0be6750c-9411-4772-affa-a0764130f540@download)
[trigram counts](https://hdl.handle.net/1839/ffaeba21-69e3-42e2-82e1-8cfcb909f7dd@download) |\n| | | Wikipedia | [top 1M vectors](https://hdl.handle.net/1839/37473b5c-a324-49cb-9bd9-0fd78648b843@download)
[all vectors](https://hdl.handle.net/1839/a9c813a2-d637-4306-b73a-43c75c728d18@download)
[model binary](https://hdl.handle.net/1839/6f0ece06-311f-4ce0-afc9-3d3bd78aa944@download) | 115M | [word counts](https://hdl.handle.net/1839/6482e475-7d1f-4e2a-8de7-5affd860b402@download)
[bigram counts](https://hdl.handle.net/1839/ba3b8caa-c8a6-4a9d-9b33-f61c82da33d1@download)
[trigram counts](https://hdl.handle.net/1839/6f35d616-4e17-4d18-a415-3443d5edde98@download) |\n| | | Wikipedia + OpenSubtitles | [top 1M vectors](https://hdl.handle.net/1839/09039ea6-2918-4f64-a315-225433748b1b@download)
[all vectors](https://hdl.handle.net/1839/6349c0c1-eb27-4c45-a647-2f8d0287cae3@download)
[model binary](https://hdl.handle.net/1839/14823a08-af81-4a33-b4ef-75640b492b69@download) | 143M | |\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jvparidon/subs2vec/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "subs2vec", "package_url": "https://pypi.org/project/subs2vec/", "platform": "", "project_url": "https://pypi.org/project/subs2vec/", "project_urls": { "Homepage": "https://github.com/jvparidon/subs2vec/" }, "release_url": "https://pypi.org/project/subs2vec/0.9.6/", "requires_dist": [ "numpy", "scipy", "pandas (>=1.0)", "lxml", "joblib", "matplotlib", "seaborn (>=0.10)", "scikit-learn", "psutil", "pymc3 (>=3.8)" ], "requires_python": ">=3.6", "summary": "subs2vec module", "version": "0.9.6", "yanked": false, "yanked_reason": null }, "last_serial": 6699085, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "98076f48165d577c360f0f8d8a48b96a", "sha256": "7b24eade611b504a2ca30edae05f22799cbe29d3b2f196b710ae34e47049a2eb" }, "downloads": -1, "filename": "subs2vec-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "98076f48165d577c360f0f8d8a48b96a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3422884, "upload_time": "2019-10-15T09:03:30", "upload_time_iso_8601": "2019-10-15T09:03:30.234777Z", "url": "https://files.pythonhosted.org/packages/0a/d9/a0f3a02f274c34bea66dccc9ec9fd99190b0196276a57c9897e9b64d8c6f/subs2vec-0.9.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f58a697f14d49bc3513d0704bd94ab1e", "sha256": "557ad9d914a8935eaa709248e135c0b0c5a06455f938e5fd2e860f252fabf03e" }, "downloads": -1, "filename": "subs2vec-0.9.2.tar.gz", "has_sig": false, "md5_digest": "f58a697f14d49bc3513d0704bd94ab1e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3315378, "upload_time": "2019-10-15T09:04:50", "upload_time_iso_8601": "2019-10-15T09:04:50.748978Z", "url": "https://files.pythonhosted.org/packages/0a/30/1f7684813008cc430216c315bba1e4376360a5ae0ec880d67488a2cb7111/subs2vec-0.9.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "d90750b939151270e671cc77bccc858b", "sha256": "5116d17f02e898d1e0ddbebf1f0e2d0450cf57d4a6ecace6ed0f037606e9c38e" }, "downloads": -1, "filename": "subs2vec-0.9.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d90750b939151270e671cc77bccc858b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3422872, "upload_time": "2019-10-30T12:27:28", "upload_time_iso_8601": "2019-10-30T12:27:28.591160Z", "url": "https://files.pythonhosted.org/packages/13/45/3531e955122e0c4e2708ba4e26a58d6c0a8686c41242231083319791f3e0/subs2vec-0.9.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2585c19f72101f5eda1616daff117f75", "sha256": "ae4db2e3230af0a6051bfaef8261529a4a43ec9f439ea816dc6c60c9cf9c67bb" }, "downloads": -1, "filename": "subs2vec-0.9.3.tar.gz", "has_sig": false, "md5_digest": "2585c19f72101f5eda1616daff117f75", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3315400, "upload_time": "2019-10-30T12:27:44", "upload_time_iso_8601": "2019-10-30T12:27:44.387896Z", "url": "https://files.pythonhosted.org/packages/9b/f8/435fb12dc072776f593b1e05670b7cec9c77649e6024747b2874786868f5/subs2vec-0.9.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "541212b71578a865f22b85d64f0f9b62", "sha256": "94ea02e9af82407da1db2aae0a2dd5093663f6c1ac8769b16ba131fee3222ee3" }, "downloads": -1, "filename": "subs2vec-0.9.6-py3-none-any.whl", "has_sig": false, "md5_digest": "541212b71578a865f22b85d64f0f9b62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6067771, "upload_time": "2020-02-25T21:50:09", "upload_time_iso_8601": "2020-02-25T21:50:09.814613Z", "url": "https://files.pythonhosted.org/packages/ae/c3/ebe2fec7e5aa8e7030476344466c402351ba811697d94281c2d2480bd1ee/subs2vec-0.9.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d74509ae25148017ab08027fc1633af", "sha256": "29f5eaa89bdd6bf7f8c763af9258a01920a33b84432c7135795e834c32c0434f" }, "downloads": -1, "filename": "subs2vec-0.9.6.tar.gz", "has_sig": false, "md5_digest": "1d74509ae25148017ab08027fc1633af", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5868848, "upload_time": "2020-02-25T21:50:46", "upload_time_iso_8601": "2020-02-25T21:50:46.644210Z", "url": "https://files.pythonhosted.org/packages/8e/1d/7e4275defa128ce063a854ee4b0679612d6da1ff5783c3ad91a04e1ec503/subs2vec-0.9.6.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "541212b71578a865f22b85d64f0f9b62", "sha256": "94ea02e9af82407da1db2aae0a2dd5093663f6c1ac8769b16ba131fee3222ee3" }, "downloads": -1, "filename": "subs2vec-0.9.6-py3-none-any.whl", "has_sig": false, "md5_digest": "541212b71578a865f22b85d64f0f9b62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6067771, "upload_time": "2020-02-25T21:50:09", "upload_time_iso_8601": "2020-02-25T21:50:09.814613Z", "url": "https://files.pythonhosted.org/packages/ae/c3/ebe2fec7e5aa8e7030476344466c402351ba811697d94281c2d2480bd1ee/subs2vec-0.9.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d74509ae25148017ab08027fc1633af", "sha256": "29f5eaa89bdd6bf7f8c763af9258a01920a33b84432c7135795e834c32c0434f" }, "downloads": -1, "filename": "subs2vec-0.9.6.tar.gz", "has_sig": false, "md5_digest": "1d74509ae25148017ab08027fc1633af", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5868848, "upload_time": "2020-02-25T21:50:46", "upload_time_iso_8601": "2020-02-25T21:50:46.644210Z", "url": "https://files.pythonhosted.org/packages/8e/1d/7e4275defa128ce063a854ee4b0679612d6da1ff5783c3ad91a04e1ec503/subs2vec-0.9.6.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }