{
    "algorithms": [
        {
            "command": null,
            "id": 0,
            "name": "Gensim Continuous Skipgram",
            "tool": "Gensim",
            "url": "https://github.com/RaRe-Technologies/gensim",
            "version": "3.8"
        },
        {
            "command": null,
            "id": 1,
            "name": "Global Vectors",
            "tool": "GloVe",
            "url": "https://nlp.stanford.edu/software/GloVe-1.2.zip",
            "version": "1.2"
        },
        {
            "command": null,
            "id": 2,
            "name": "fastText Skipgram",
            "tool": "fastText",
            "url": "https://github.com/facebookresearch/fastText",
            "version": null
        },
        {
            "command": "word2vec -min-count 10 -size 100 -window 10 -negative 5 -iter 2 -threads 16 -cbow 0 -binary 0",
            "id": 3,
            "name": "Word2Vec Continuous Skipgram",
            "tool": "word2vec",
            "url": "https://code.google.com/archive/p/word2vec/",
            "version": null
        },
        {
            "command": null,
            "id": 4,
            "name": "Gensim Continuous Bag-of-Words",
            "tool": "Gensim",
            "url": "https://github.com/RaRe-Technologies/gensim",
            "version": "3.8"
        },
        {
            "command": null,
            "id": 5,
            "name": "fastText Continuous Bag-of-Words",
            "tool": "fastText",
            "url": "https://github.com/facebookresearch/fastText",
            "version": null
        },
        {
            "command": null,
            "id": 6,
            "name": "Embeddings from Language Models (ELMo)",
            "tool": "https://github.com/ltgoslo/simple_elmo_training",
            "url": "https://allennlp.org/elmo",
            "version": null
        },
        {
            "command": null,
            "id": 7,
            "name": "fastText Continuous Bag-of-Words",
            "tool": "Gensim",
            "url": "https://github.com/RaRe-Technologies/gensim",
            "version": "3.6"
        },
        {
            "command": null,
            "id": 8,
            "name": "fastText Skipgram",
            "tool": "Gensim",
            "url": "https://github.com/RaRe-Technologies/gensim",
            "version": "3.6"
        },
        {
            "id": 9,
            "name": "BERT",
            "url": "https://github.com/google-research/bert",
            "version": null
        }
    ],
    "corpora": [
        {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 0,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 1,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": null,
            "tagset": null,
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 2,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Gigaword 5th Edition",
            "id": 3,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Gigaword 5th Edition",
            "id": 4,
            "language": "eng",
            "lemmatized": false,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": null,
            "tagset": null,
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "Gigaword 5th Edition",
            "id": 5,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "British National Corpus",
            "id": 6,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "CLAWS-4",
            "tagset": "UPoS",
            "tokens": 1903181185,
            "tool": null,
            "url": "http://www.natcorp.ox.ac.uk/"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "Google News 2013",
            "id": 7,
            "language": "eng",
            "lemmatized": false,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 100000000000,
            "tool": null,
            "url": null
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "Norsk Aviskorpus/NoWaC",
            "id": 8,
            "language": "nor",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "UDPipe 1.1",
            "tagset": "UPoS",
            "tokens": 1941761506,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "English Wikipedia Dump of February 2017",
            "id": 9,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Gigaword 5th Edition",
            "id": 10,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Ancient Greek CoNLL17 corpus",
            "id": 30,
            "language": "grc",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 6876502,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Arabic CoNLL17 corpus",
            "id": 31,
            "language": "ara",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1009356735,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Basque CoNLL17 corpus",
            "id": 32,
            "language": "eus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 164898542,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Bulgarian CoNLL17 corpus",
            "id": 33,
            "language": "bul",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 388433724,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Catalan CoNLL17 corpus",
            "id": 34,
            "language": "cat",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 897648446,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "ChineseT CoNLL17 corpus",
            "id": 35,
            "language": "zho",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1608425218,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Croatian CoNLL17 corpus",
            "id": 36,
            "language": "hrv",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 605193347,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Czech CoNLL17 corpus",
            "id": 37,
            "language": "ces",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2113686735,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Danish CoNLL17 corpus",
            "id": 38,
            "language": "dan",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1641664057,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Dutch CoNLL17 corpus",
            "id": 39,
            "language": "nld",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3075191742,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "English CoNLL17 corpus",
            "id": 40,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 9974357994,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Estonian CoNLL17 corpus",
            "id": 41,
            "language": "est",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 341986187,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Finnish CoNLL17 corpus",
            "id": 42,
            "language": "fin",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1052546686,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "French CoNLL17 corpus",
            "id": 43,
            "language": "fra",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5494845765,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Galician CoNLL17 corpus",
            "id": 44,
            "language": "glg",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 272960803,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "German CoNLL17 corpus",
            "id": 45,
            "language": "deu",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 6298202810,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Greek CoNLL17 corpus",
            "id": 46,
            "language": "ell",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 770507143,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Hebrew CoNLL17 corpus",
            "id": 47,
            "language": "heb",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 643272923,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Hindi CoNLL17 corpus",
            "id": 48,
            "language": "hin",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 94475974,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Hungarian CoNLL17 corpus",
            "id": 49,
            "language": "hun",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1694170960,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Indonesian CoNLL17 corpus",
            "id": 50,
            "language": "ind",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5455674387,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Irish CoNLL17 corpus",
            "id": 51,
            "language": "gle",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 25270102,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Italian CoNLL17 corpus",
            "id": 52,
            "language": "ita",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5364254134,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Japanese CoNLL17 corpus",
            "id": 53,
            "language": "jpn",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5458595968,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Kazakh CoNLL17 corpus",
            "id": 54,
            "language": "kaz",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 57048825,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Korean CoNLL17 corpus",
            "id": 55,
            "language": "kor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 551643170,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Latin CoNLL17 corpus",
            "id": 56,
            "language": "lat",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 256719661,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Latvian CoNLL17 corpus",
            "id": 57,
            "language": "lav",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 289095637,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Norwegian-Bokmaal CoNLL17 corpus",
            "id": 58,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1377663508,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Norwegian-Nynorsk CoNLL17 corpus",
            "id": 59,
            "language": "nno",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 78538310,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Old Church Slavonic CoNLL17 corpus",
            "id": 60,
            "language": "chu",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 21380,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Persian CoNLL17 corpus",
            "id": 61,
            "language": "fas",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1180218836,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Polish CoNLL17 corpus",
            "id": 62,
            "language": "pol",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5489171333,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Portuguese CoNLL17 corpus",
            "id": 63,
            "language": "por",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 6173041573,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Romanian CoNLL17 corpus",
            "id": 64,
            "language": "ron",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2891175934,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Russian CoNLL17 corpus",
            "id": 65,
            "language": "rus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3386127535,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Slovak CoNLL17 corpus",
            "id": 66,
            "language": "slk",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 855770850,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Slovenian CoNLL17 corpus",
            "id": 67,
            "language": "slv",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 545624885,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Spanish CoNLL17 corpus",
            "id": 68,
            "language": "spa",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5967877096,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Swedish CoNLL17 corpus",
            "id": 69,
            "language": "swe",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3101022237,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Turkish CoNLL17 corpus",
            "id": 70,
            "language": "tur",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3668140172,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Ukrainian CoNLL17 corpus",
            "id": 71,
            "language": "ukr",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 574319117,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Urdu CoNLL17 corpus",
            "id": 72,
            "language": "urd",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 47959384,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Uyghur CoNLL17 corpus",
            "id": 73,
            "language": "uig",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2802327,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Vietnamese CoNLL17 corpus",
            "id": 74,
            "language": "vie",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 4233272187,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Oil and Gas corpus",
            "id": 75,
            "language": "eng",
            "lemmatized": true,
            "license": "proprietary",
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 108000000,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus + NoWaC + NBDigital",
            "id": 76,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 3028545953,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus + NoWaC + NBDigital",
            "id": 77,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 3028545953,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "creators": [
                {
                    "email": "kjetilbk@ifi.uio.no",
                    "name": "Kjetil Bugge Kristoffersen"
                }
            ],
            "description": "ENC3: English Common Crawl Corpus",
            "documentation": "http://urn.nb.no/URN:NBN:no-60569",
            "id": 78,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 135159000000,
            "tool": "Stanford Core NLP v. 3.6.0",
            "url": "http://commoncrawl.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus",
            "id": 79,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 1527414377,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus",
            "id": 80,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 1527414377,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "NoWaC",
            "id": 83,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 687209465,
            "tool": null,
            "url": "https://www.hf.uio.no/iln/om/organisasjon/tekstlab/prosjekter/nowac/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "NoWaC",
            "id": 84,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 687209465,
            "tool": null,
            "url": "https://www.hf.uio.no/iln/om/organisasjon/tekstlab/prosjekter/nowac/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "NBDigital",
            "id": 85,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 813922111,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "NBDigital",
            "id": 86,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 813922111,
            "tool": null,
            "url": null
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus",
            "id": 87,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 270000000,
            "url": "http://ruscorpora.ru/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus",
            "id": 88,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 270000000,
            "url": "http://ruscorpora.ru/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus",
            "id": 89,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 270000000,
            "url": "http://ruscorpora.ru/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 90,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 518531000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 91,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 518531000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian News",
            "id": 92,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 2550000000
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 93,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 4867000000,
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 94,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 4867000000,
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 95,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 4867000000,
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Corpus of Historical American English (diachronic)",
            "id": 96,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 66500000,
            "url": "https://www.english-corpora.org/coha/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "NBdigital corpus (diachronic)",
            "id": 97,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 114000000,
            "url": "https://www.nb.no/sprakbanken/show?serial=oai:nb.no:sbr-43&lang=en"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus (diachronic)",
            "id": 98,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 88500000,
            "url": "http://ruscorpora.ru/en/"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "Gigaword 5th Edition (diachronic)",
            "id": 99,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "News on the Web (diachronic)",
            "id": 100,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 5862985882,
            "tool": null,
            "url": "https://www.english-corpora.org/now/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 101,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2174019714,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "News on the Web",
            "id": 102,
            "language": "eng",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5888413769,
            "tool": null,
            "url": "https://www.english-corpora.org/now/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 103,
            "language": "rus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 654914888,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Russian National Corpus",
            "id": 104,
            "language": "rus",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 334162199,
            "url": "http://ruscorpora.ru/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 105,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 654812259,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Russian National Corpus",
            "id": 106,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 334166891,
            "url": "http://ruscorpora.ru/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Finnish web corpus",
            "id": 107,
            "language": "fin",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3000000000,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Finnish web corpus",
            "id": 108,
            "language": "fin",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3000000000,
            "tool": null,
            "url": null
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 109,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 4748759000,
            "tool": "https://github.com/akutuzov/webvectors/tree/master/preprocessing/modular_processing",
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "English Wikipedia Dump of October 2019",
            "id": 110,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 3530685741,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": true,
            "description": "German Wikipedia Dump of March 2020",
            "id": 111,
            "language": "deu",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 954589971,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Swedish Wikipedia Dump of March 2020",
            "id": 112,
            "language": "swe",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 364845931,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Latin Wikipedia Dump of March 2020",
            "id": 113,
            "language": "lat",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 11866621,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian News from Dialogue Evaluation 2020",
            "id": 114,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 1321489104,
            "url": "https://competitions.codalab.org/competitions/22168"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Araneum Russicum Maximum",
            "id": 115,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "MyStem",
            "tagset": "UPoS",
            "tokens": 10000000000,
            "url": "https://rusvectores.org/en/models/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "English Wikipedia Dump of October 2019",
            "id": 116,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "punctuation",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 2849749448,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Polish CommonCrawl Dump of December 2019",
            "id": 117,
            "language": "pol",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 32565035188,
            "tool": "http://dx.doi.org/10.15439/2017F432",
            "url": "https://commoncrawl.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Norwegian Wikipedia Dump of September 2020",
            "id": 118,
            "language": "nor",
            "lemmatized": true,
            "public": true,
            "stop words removal": "punctuation",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 127300933,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Norwegian Wikipedia Dump of September 2020",
            "id": 119,
            "language": "nor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 142969862,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Araneum Russicum Maximum",
            "id": 120,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "MyStem",
            "tagset": "null",
            "tokens": 10000000000,
            "url": "https://rusvectores.org/en/models/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "GeoWAC: Population-balanced Russian Gigaword Corpus",
            "id": 121,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "punctuation",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 2107697501,
            "url": "https://www.earthlings.io/download_geowac.html"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "GeoWAC: Population-balanced Russian Gigaword Corpus",
            "id": 122,
            "language": "rus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2107830086,
            "url": "https://www.earthlings.io/download_geowac.html"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norwegian Bokmål Wikipedia Dump of September 2020",
            "id": 123,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 160000000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norwegian Nynorsk Wikipedia Dump of September 2020",
            "id": 124,
            "language": "nno",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 40000000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Russian Wikipedia Dump of November 2021",
            "id": 125,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 918391485,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Norwegian Colossal Corpus (NCC)",
            "id": 126,
            "language": "nor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "null",
            "tagset": null,
            "tokens": 5000000000,
            "tool": null,
            "url": "https://huggingface.co/datasets/NbAiLab/NCC"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "C4 Web Corpus",
            "id": 127,
            "language": "nor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 9500000000,
            "tool": "https://github.com/allenai/allennlp/discussions/5265",
            "url": "https://aclanthology.org/2021.naacl-main.41/"
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of November 2021",
            "id": 128,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2717675616,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "English Wikipedia Dump of November 2021",
            "id": 129,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 2717675616,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        {
            "NER": true,
            "case preserved": false,
            "description": "Ukrainian CoNLL17 corpus",
            "id": 130,
            "language": "ukr",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 299668196,
            "tool": null,
            "url": null
        },
        {
            "NER": false,
            "case preserved": true,
            "description": "Corpus of Historical American English",
            "id": 131,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 154000000,
            "url": "https://www.english-corpora.org/coha/"
        },
        {
            "NER": false,
            "case preserved": false,
            "description": "Norsk Aviskorpus (2012-2019)",
            "id": 132,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": "Functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 337710675,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        }
    ],
    "corpora_index": {
        "0": {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 0,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        "1": {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 1,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": null,
            "tagset": null,
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        "10": {
            "NER": true,
            "case preserved": false,
            "description": "Gigaword 5th Edition",
            "id": 10,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        "100": {
            "NER": true,
            "case preserved": true,
            "description": "News on the Web (diachronic)",
            "id": 100,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 5862985882,
            "tool": null,
            "url": "https://www.english-corpora.org/now/"
        },
        "101": {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 101,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2174019714,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        "102": {
            "NER": false,
            "case preserved": true,
            "description": "News on the Web",
            "id": 102,
            "language": "eng",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5888413769,
            "tool": null,
            "url": "https://www.english-corpora.org/now/"
        },
        "103": {
            "NER": false,
            "case preserved": true,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 103,
            "language": "rus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 654914888,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "104": {
            "NER": false,
            "case preserved": true,
            "description": "Russian National Corpus",
            "id": 104,
            "language": "rus",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 334162199,
            "url": "http://ruscorpora.ru/"
        },
        "105": {
            "NER": false,
            "case preserved": true,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 105,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 654812259,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "106": {
            "NER": false,
            "case preserved": true,
            "description": "Russian National Corpus",
            "id": 106,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 334166891,
            "url": "http://ruscorpora.ru/"
        },
        "107": {
            "NER": false,
            "case preserved": true,
            "description": "Finnish web corpus",
            "id": 107,
            "language": "fin",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3000000000,
            "tool": null,
            "url": null
        },
        "108": {
            "NER": false,
            "case preserved": false,
            "description": "Finnish web corpus",
            "id": 108,
            "language": "fin",
            "lemmatized": false,
            "public": false,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3000000000,
            "tool": null,
            "url": null
        },
        "109": {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 109,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 4748759000,
            "tool": "https://github.com/akutuzov/webvectors/tree/master/preprocessing/modular_processing",
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        "110": {
            "NER": true,
            "case preserved": true,
            "description": "English Wikipedia Dump of October 2019",
            "id": 110,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 3530685741,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "111": {
            "NER": true,
            "case preserved": true,
            "description": "German Wikipedia Dump of March 2020",
            "id": 111,
            "language": "deu",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 954589971,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "112": {
            "NER": true,
            "case preserved": false,
            "description": "Swedish Wikipedia Dump of March 2020",
            "id": 112,
            "language": "swe",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 364845931,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "113": {
            "NER": true,
            "case preserved": false,
            "description": "Latin Wikipedia Dump of March 2020",
            "id": 113,
            "language": "lat",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 11866621,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "114": {
            "NER": true,
            "case preserved": false,
            "description": "Russian News from Dialogue Evaluation 2020",
            "id": 114,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 1321489104,
            "url": "https://competitions.codalab.org/competitions/22168"
        },
        "115": {
            "NER": true,
            "case preserved": false,
            "description": "Araneum Russicum Maximum",
            "id": 115,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "MyStem",
            "tagset": "UPoS",
            "tokens": 10000000000,
            "url": "https://rusvectores.org/en/models/"
        },
        "116": {
            "NER": true,
            "case preserved": false,
            "description": "English Wikipedia Dump of October 2019",
            "id": 116,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "punctuation",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 2849749448,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "117": {
            "NER": false,
            "case preserved": true,
            "description": "Polish CommonCrawl Dump of December 2019",
            "id": 117,
            "language": "pol",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 32565035188,
            "tool": "http://dx.doi.org/10.15439/2017F432",
            "url": "https://commoncrawl.org/"
        },
        "118": {
            "NER": true,
            "case preserved": false,
            "description": "Norwegian Wikipedia Dump of September 2020",
            "id": 118,
            "language": "nor",
            "lemmatized": true,
            "public": true,
            "stop words removal": "punctuation",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 127300933,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "119": {
            "NER": true,
            "case preserved": false,
            "description": "Norwegian Wikipedia Dump of September 2020",
            "id": 119,
            "language": "nor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 142969862,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "120": {
            "NER": false,
            "case preserved": false,
            "description": "Araneum Russicum Maximum",
            "id": 120,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "MyStem",
            "tagset": "null",
            "tokens": 10000000000,
            "url": "https://rusvectores.org/en/models/"
        },
        "121": {
            "NER": true,
            "case preserved": false,
            "description": "GeoWAC: Population-balanced Russian Gigaword Corpus",
            "id": 121,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "punctuation",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 2107697501,
            "url": "https://www.earthlings.io/download_geowac.html"
        },
        "122": {
            "NER": true,
            "case preserved": false,
            "description": "GeoWAC: Population-balanced Russian Gigaword Corpus",
            "id": 122,
            "language": "rus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2107830086,
            "url": "https://www.earthlings.io/download_geowac.html"
        },
        "123": {
            "NER": false,
            "case preserved": true,
            "description": "Norwegian Bokmål Wikipedia Dump of September 2020",
            "id": 123,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 160000000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "124": {
            "NER": false,
            "case preserved": true,
            "description": "Norwegian Nynorsk Wikipedia Dump of September 2020",
            "id": 124,
            "language": "nno",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 40000000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "125": {
            "NER": true,
            "case preserved": false,
            "description": "Russian Wikipedia Dump of November 2021",
            "id": 125,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 918391485,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "126": {
            "NER": false,
            "case preserved": true,
            "description": "Norwegian Colossal Corpus (NCC)",
            "id": 126,
            "language": "nor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "null",
            "tagset": null,
            "tokens": 5000000000,
            "tool": null,
            "url": "https://huggingface.co/datasets/NbAiLab/NCC"
        },
        "127": {
            "NER": false,
            "case preserved": true,
            "description": "C4 Web Corpus",
            "id": 127,
            "language": "nor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 9500000000,
            "tool": "https://github.com/allenai/allennlp/discussions/5265",
            "url": "https://aclanthology.org/2021.naacl-main.41/"
        },
        "128": {
            "NER": false,
            "case preserved": true,
            "description": "English Wikipedia Dump of November 2021",
            "id": 128,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2717675616,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "129": {
            "NER": true,
            "case preserved": false,
            "description": "English Wikipedia Dump of November 2021",
            "id": 129,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 2717675616,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "130": {
            "NER": true,
            "case preserved": false,
            "description": "Ukrainian CoNLL17 corpus",
            "id": 130,
            "language": "ukr",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 299668196,
            "tool": null,
            "url": null
        },
        "131": {
            "NER": false,
            "case preserved": true,
            "description": "Corpus of Historical American English",
            "id": 131,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 154000000,
            "url": "https://www.english-corpora.org/coha/"
        },
        "132": {
            "NER": false,
            "case preserved": false,
            "description": "Norsk Aviskorpus (2012-2019)",
            "id": 132,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": "Functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 337710675,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        "2": {
            "NER": true,
            "case preserved": true,
            "description": "English Wikipedia Dump of February 2017",
            "id": 2,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        "3": {
            "NER": false,
            "case preserved": true,
            "description": "Gigaword 5th Edition",
            "id": 3,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        "30": {
            "NER": false,
            "case preserved": false,
            "description": "Ancient Greek CoNLL17 corpus",
            "id": 30,
            "language": "grc",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 6876502,
            "tool": null,
            "url": null
        },
        "31": {
            "NER": false,
            "case preserved": false,
            "description": "Arabic CoNLL17 corpus",
            "id": 31,
            "language": "ara",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1009356735,
            "tool": null,
            "url": null
        },
        "32": {
            "NER": false,
            "case preserved": false,
            "description": "Basque CoNLL17 corpus",
            "id": 32,
            "language": "eus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 164898542,
            "tool": null,
            "url": null
        },
        "33": {
            "NER": false,
            "case preserved": false,
            "description": "Bulgarian CoNLL17 corpus",
            "id": 33,
            "language": "bul",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 388433724,
            "tool": null,
            "url": null
        },
        "34": {
            "NER": false,
            "case preserved": false,
            "description": "Catalan CoNLL17 corpus",
            "id": 34,
            "language": "cat",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 897648446,
            "tool": null,
            "url": null
        },
        "35": {
            "NER": false,
            "case preserved": false,
            "description": "ChineseT CoNLL17 corpus",
            "id": 35,
            "language": "zho",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1608425218,
            "tool": null,
            "url": null
        },
        "36": {
            "NER": false,
            "case preserved": false,
            "description": "Croatian CoNLL17 corpus",
            "id": 36,
            "language": "hrv",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 605193347,
            "tool": null,
            "url": null
        },
        "37": {
            "NER": false,
            "case preserved": false,
            "description": "Czech CoNLL17 corpus",
            "id": 37,
            "language": "ces",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2113686735,
            "tool": null,
            "url": null
        },
        "38": {
            "NER": false,
            "case preserved": false,
            "description": "Danish CoNLL17 corpus",
            "id": 38,
            "language": "dan",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1641664057,
            "tool": null,
            "url": null
        },
        "39": {
            "NER": false,
            "case preserved": false,
            "description": "Dutch CoNLL17 corpus",
            "id": 39,
            "language": "nld",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3075191742,
            "tool": null,
            "url": null
        },
        "4": {
            "NER": false,
            "case preserved": true,
            "description": "Gigaword 5th Edition",
            "id": 4,
            "language": "eng",
            "lemmatized": false,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": null,
            "tagset": null,
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        "40": {
            "NER": false,
            "case preserved": false,
            "description": "English CoNLL17 corpus",
            "id": 40,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 9974357994,
            "tool": null,
            "url": null
        },
        "41": {
            "NER": false,
            "case preserved": false,
            "description": "Estonian CoNLL17 corpus",
            "id": 41,
            "language": "est",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 341986187,
            "tool": null,
            "url": null
        },
        "42": {
            "NER": false,
            "case preserved": false,
            "description": "Finnish CoNLL17 corpus",
            "id": 42,
            "language": "fin",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1052546686,
            "tool": null,
            "url": null
        },
        "43": {
            "NER": false,
            "case preserved": false,
            "description": "French CoNLL17 corpus",
            "id": 43,
            "language": "fra",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5494845765,
            "tool": null,
            "url": null
        },
        "44": {
            "NER": false,
            "case preserved": false,
            "description": "Galician CoNLL17 corpus",
            "id": 44,
            "language": "glg",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 272960803,
            "tool": null,
            "url": null
        },
        "45": {
            "NER": false,
            "case preserved": false,
            "description": "German CoNLL17 corpus",
            "id": 45,
            "language": "deu",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 6298202810,
            "tool": null,
            "url": null
        },
        "46": {
            "NER": false,
            "case preserved": false,
            "description": "Greek CoNLL17 corpus",
            "id": 46,
            "language": "ell",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 770507143,
            "tool": null,
            "url": null
        },
        "47": {
            "NER": false,
            "case preserved": false,
            "description": "Hebrew CoNLL17 corpus",
            "id": 47,
            "language": "heb",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 643272923,
            "tool": null,
            "url": null
        },
        "48": {
            "NER": false,
            "case preserved": false,
            "description": "Hindi CoNLL17 corpus",
            "id": 48,
            "language": "hin",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 94475974,
            "tool": null,
            "url": null
        },
        "49": {
            "NER": false,
            "case preserved": false,
            "description": "Hungarian CoNLL17 corpus",
            "id": 49,
            "language": "hun",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1694170960,
            "tool": null,
            "url": null
        },
        "5": {
            "NER": true,
            "case preserved": true,
            "description": "Gigaword 5th Edition",
            "id": 5,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        },
        "50": {
            "NER": false,
            "case preserved": false,
            "description": "Indonesian CoNLL17 corpus",
            "id": 50,
            "language": "ind",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5455674387,
            "tool": null,
            "url": null
        },
        "51": {
            "NER": false,
            "case preserved": false,
            "description": "Irish CoNLL17 corpus",
            "id": 51,
            "language": "gle",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 25270102,
            "tool": null,
            "url": null
        },
        "52": {
            "NER": false,
            "case preserved": false,
            "description": "Italian CoNLL17 corpus",
            "id": 52,
            "language": "ita",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5364254134,
            "tool": null,
            "url": null
        },
        "53": {
            "NER": false,
            "case preserved": false,
            "description": "Japanese CoNLL17 corpus",
            "id": 53,
            "language": "jpn",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5458595968,
            "tool": null,
            "url": null
        },
        "54": {
            "NER": false,
            "case preserved": false,
            "description": "Kazakh CoNLL17 corpus",
            "id": 54,
            "language": "kaz",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 57048825,
            "tool": null,
            "url": null
        },
        "55": {
            "NER": false,
            "case preserved": false,
            "description": "Korean CoNLL17 corpus",
            "id": 55,
            "language": "kor",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 551643170,
            "tool": null,
            "url": null
        },
        "56": {
            "NER": false,
            "case preserved": false,
            "description": "Latin CoNLL17 corpus",
            "id": 56,
            "language": "lat",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 256719661,
            "tool": null,
            "url": null
        },
        "57": {
            "NER": false,
            "case preserved": false,
            "description": "Latvian CoNLL17 corpus",
            "id": 57,
            "language": "lav",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 289095637,
            "tool": null,
            "url": null
        },
        "58": {
            "NER": false,
            "case preserved": false,
            "description": "Norwegian-Bokmaal CoNLL17 corpus",
            "id": 58,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1377663508,
            "tool": null,
            "url": null
        },
        "59": {
            "NER": false,
            "case preserved": false,
            "description": "Norwegian-Nynorsk CoNLL17 corpus",
            "id": 59,
            "language": "nno",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 78538310,
            "tool": null,
            "url": null
        },
        "6": {
            "NER": true,
            "case preserved": true,
            "description": "British National Corpus",
            "id": 6,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "CLAWS-4",
            "tagset": "UPoS",
            "tokens": 1903181185,
            "tool": null,
            "url": "http://www.natcorp.ox.ac.uk/"
        },
        "60": {
            "NER": false,
            "case preserved": false,
            "description": "Old Church Slavonic CoNLL17 corpus",
            "id": 60,
            "language": "chu",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 21380,
            "tool": null,
            "url": null
        },
        "61": {
            "NER": false,
            "case preserved": false,
            "description": "Persian CoNLL17 corpus",
            "id": 61,
            "language": "fas",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 1180218836,
            "tool": null,
            "url": null
        },
        "62": {
            "NER": false,
            "case preserved": false,
            "description": "Polish CoNLL17 corpus",
            "id": 62,
            "language": "pol",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5489171333,
            "tool": null,
            "url": null
        },
        "63": {
            "NER": false,
            "case preserved": false,
            "description": "Portuguese CoNLL17 corpus",
            "id": 63,
            "language": "por",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 6173041573,
            "tool": null,
            "url": null
        },
        "64": {
            "NER": false,
            "case preserved": false,
            "description": "Romanian CoNLL17 corpus",
            "id": 64,
            "language": "ron",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2891175934,
            "tool": null,
            "url": null
        },
        "65": {
            "NER": false,
            "case preserved": false,
            "description": "Russian CoNLL17 corpus",
            "id": 65,
            "language": "rus",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3386127535,
            "tool": null,
            "url": null
        },
        "66": {
            "NER": false,
            "case preserved": false,
            "description": "Slovak CoNLL17 corpus",
            "id": 66,
            "language": "slk",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 855770850,
            "tool": null,
            "url": null
        },
        "67": {
            "NER": false,
            "case preserved": false,
            "description": "Slovenian CoNLL17 corpus",
            "id": 67,
            "language": "slv",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 545624885,
            "tool": null,
            "url": null
        },
        "68": {
            "NER": false,
            "case preserved": false,
            "description": "Spanish CoNLL17 corpus",
            "id": 68,
            "language": "spa",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 5967877096,
            "tool": null,
            "url": null
        },
        "69": {
            "NER": false,
            "case preserved": false,
            "description": "Swedish CoNLL17 corpus",
            "id": 69,
            "language": "swe",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3101022237,
            "tool": null,
            "url": null
        },
        "7": {
            "NER": true,
            "case preserved": true,
            "description": "Google News 2013",
            "id": 7,
            "language": "eng",
            "lemmatized": false,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 100000000000,
            "tool": null,
            "url": null
        },
        "70": {
            "NER": false,
            "case preserved": false,
            "description": "Turkish CoNLL17 corpus",
            "id": 70,
            "language": "tur",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 3668140172,
            "tool": null,
            "url": null
        },
        "71": {
            "NER": false,
            "case preserved": false,
            "description": "Ukrainian CoNLL17 corpus",
            "id": 71,
            "language": "ukr",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 574319117,
            "tool": null,
            "url": null
        },
        "72": {
            "NER": false,
            "case preserved": false,
            "description": "Urdu CoNLL17 corpus",
            "id": 72,
            "language": "urd",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 47959384,
            "tool": null,
            "url": null
        },
        "73": {
            "NER": false,
            "case preserved": false,
            "description": "Uyghur CoNLL17 corpus",
            "id": 73,
            "language": "uig",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 2802327,
            "tool": null,
            "url": null
        },
        "74": {
            "NER": false,
            "case preserved": false,
            "description": "Vietnamese CoNLL17 corpus",
            "id": 74,
            "language": "vie",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 4233272187,
            "tool": null,
            "url": null
        },
        "75": {
            "NER": false,
            "case preserved": false,
            "description": "Oil and Gas corpus",
            "id": 75,
            "language": "eng",
            "lemmatized": true,
            "license": "proprietary",
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 108000000,
            "tool": null,
            "url": null
        },
        "76": {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus + NoWaC + NBDigital",
            "id": 76,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 3028545953,
            "tool": null,
            "url": null
        },
        "77": {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus + NoWaC + NBDigital",
            "id": 77,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 3028545953,
            "tool": null,
            "url": null
        },
        "78": {
            "NER": false,
            "case preserved": false,
            "creators": [
                {
                    "email": "kjetilbk@ifi.uio.no",
                    "name": "Kjetil Bugge Kristoffersen"
                }
            ],
            "description": "ENC3: English Common Crawl Corpus",
            "documentation": "http://urn.nb.no/URN:NBN:no-60569",
            "id": 78,
            "language": "eng",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": null,
            "tagset": null,
            "tokens": 135159000000,
            "tool": "Stanford Core NLP v. 3.6.0",
            "url": "http://commoncrawl.org/"
        },
        "79": {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus",
            "id": 79,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 1527414377,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        "8": {
            "NER": true,
            "case preserved": true,
            "description": "Norsk Aviskorpus/NoWaC",
            "id": 8,
            "language": "nor",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "UDPipe 1.1",
            "tagset": "UPoS",
            "tokens": 1941761506,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        "80": {
            "NER": false,
            "case preserved": true,
            "description": "Norsk Aviskorpus",
            "id": 80,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 1527414377,
            "tool": null,
            "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
        },
        "83": {
            "NER": false,
            "case preserved": true,
            "description": "NoWaC",
            "id": 83,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 687209465,
            "tool": null,
            "url": "https://www.hf.uio.no/iln/om/organisasjon/tekstlab/prosjekter/nowac/"
        },
        "84": {
            "NER": false,
            "case preserved": true,
            "description": "NoWaC",
            "id": 84,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 687209465,
            "tool": null,
            "url": "https://www.hf.uio.no/iln/om/organisasjon/tekstlab/prosjekter/nowac/"
        },
        "85": {
            "NER": false,
            "case preserved": true,
            "description": "NBDigital",
            "id": 85,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 813922111,
            "tool": null,
            "url": null
        },
        "86": {
            "NER": false,
            "case preserved": true,
            "description": "NBDigital",
            "id": 86,
            "language": "nob",
            "lemmatized": false,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 813922111,
            "tool": null,
            "url": null
        },
        "87": {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus",
            "id": 87,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 270000000,
            "url": "http://ruscorpora.ru/"
        },
        "88": {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus",
            "id": 88,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 270000000,
            "url": "http://ruscorpora.ru/"
        },
        "89": {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus",
            "id": 89,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 270000000,
            "url": "http://ruscorpora.ru/"
        },
        "9": {
            "NER": true,
            "case preserved": false,
            "description": "English Wikipedia Dump of February 2017",
            "id": 9,
            "language": "eng",
            "lemmatized": true,
            "public": true,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": null,
            "tokens": 2252637050,
            "tool": "Wikipedia Extractor",
            "url": "https://dumps.wikimedia.org/"
        },
        "90": {
            "NER": true,
            "case preserved": false,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 90,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 518531000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "91": {
            "NER": true,
            "case preserved": false,
            "description": "Russian Wikipedia dump of December 2018",
            "id": 91,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 518531000,
            "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
            "url": "https://dumps.wikimedia.org/"
        },
        "92": {
            "NER": true,
            "case preserved": false,
            "description": "Russian News",
            "id": 92,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 2550000000
        },
        "93": {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 93,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 4867000000,
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        "94": {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 94,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": null,
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 4867000000,
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        "95": {
            "NER": true,
            "case preserved": false,
            "description": "Taiga corpus",
            "id": 95,
            "language": "rus",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": null,
            "tokens": 4867000000,
            "url": "https://tatianashavrina.github.io/taiga_site/"
        },
        "96": {
            "NER": true,
            "case preserved": false,
            "description": "Corpus of Historical American English (diachronic)",
            "id": 96,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 66500000,
            "url": "https://www.english-corpora.org/coha/"
        },
        "97": {
            "NER": true,
            "case preserved": false,
            "description": "NBdigital corpus (diachronic)",
            "id": 97,
            "language": "nob",
            "lemmatized": true,
            "public": true,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 114000000,
            "url": "https://www.nb.no/sprakbanken/show?serial=oai:nb.no:sbr-43&lang=en"
        },
        "98": {
            "NER": true,
            "case preserved": false,
            "description": "Russian National Corpus (diachronic)",
            "id": 98,
            "language": "rus",
            "lemmatized": true,
            "public": false,
            "stop words removal": "functional PoS",
            "tagger": "UDPipe 1.2",
            "tagset": "UPoS",
            "tokens": 88500000,
            "url": "http://ruscorpora.ru/en/"
        },
        "99": {
            "NER": true,
            "case preserved": true,
            "description": "Gigaword 5th Edition (diachronic)",
            "id": 99,
            "language": "eng",
            "lemmatized": true,
            "public": false,
            "stop words removal": "NLTK",
            "tagger": "Stanford Core NLP v. 3.6.0",
            "tagset": "UPoS",
            "tokens": 4815382730,
            "tool": null,
            "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
        }
    },
    "models": [
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                6
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/0.zip",
            "id": 0,
            "iterations": 5,
            "vocabulary size": 163473,
            "window": 10
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                7
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/1.zip",
            "id": 1,
            "iterations": null,
            "vocabulary size": 2883863,
            "window": null
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                8
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/2.zip",
            "id": 2,
            "iterations": 5,
            "vocabulary size": 306943,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                2
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/3.zip",
            "id": 3,
            "iterations": 5,
            "vocabulary size": 296630,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                5
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/4.zip",
            "id": 4,
            "iterations": 5,
            "vocabulary size": 314815,
            "window": 2
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/5.zip",
            "id": 5,
            "iterations": 5,
            "vocabulary size": 273992,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/6.zip",
            "id": 6,
            "iterations": 5,
            "vocabulary size": 302866,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/7.zip",
            "id": 7,
            "iterations": 100,
            "vocabulary size": 273930,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/8.zip",
            "id": 8,
            "iterations": 100,
            "vocabulary size": 302815,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/9.zip",
            "id": 9,
            "iterations": 5,
            "vocabulary size": 273930,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/10.zip",
            "id": 10,
            "iterations": 5,
            "vocabulary size": 302815,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/11.zip",
            "id": 11,
            "iterations": 5,
            "vocabulary size": 261794,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/12.zip",
            "id": 12,
            "iterations": 5,
            "vocabulary size": 292479,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/13.zip",
            "id": 13,
            "iterations": 100,
            "vocabulary size": 262269,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/14.zip",
            "id": 14,
            "iterations": 100,
            "vocabulary size": 292967,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/15.zip",
            "id": 15,
            "iterations": 5,
            "vocabulary size": 262269,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/16.zip",
            "id": 16,
            "iterations": 5,
            "vocabulary size": 292967,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0,
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/17.zip",
            "id": 17,
            "iterations": 5,
            "vocabulary size": 259882,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1,
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/18.zip",
            "id": 18,
            "iterations": 5,
            "vocabulary size": 291186,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0,
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/19.zip",
            "id": 19,
            "iterations": 100,
            "vocabulary size": 260073,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1,
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/20.zip",
            "id": 20,
            "iterations": 100,
            "vocabulary size": 291392,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0,
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/21.zip",
            "id": 21,
            "iterations": 5,
            "vocabulary size": 260073,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1,
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/22.zip",
            "id": 22,
            "iterations": 5,
            "vocabulary size": 291392,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                9
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/23.zip",
            "id": 23,
            "iterations": 5,
            "vocabulary size": 228670,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                9
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/24.zip",
            "id": 24,
            "iterations": 5,
            "vocabulary size": 228671,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                9
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/25.zip",
            "id": 25,
            "iterations": 25,
            "vocabulary size": 228671,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                10
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/26.zip",
            "id": 26,
            "iterations": 5,
            "vocabulary size": 209512,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                10
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/27.zip",
            "id": 27,
            "iterations": 25,
            "vocabulary size": 209865,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                10
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/28.zip",
            "id": 28,
            "iterations": 5,
            "vocabulary size": 209865,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                5
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/29.zip",
            "id": 29,
            "iterations": 5,
            "vocabulary size": 297790,
            "window": 2
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                30
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/30.zip",
            "id": 30,
            "iterations": 2,
            "vocabulary size": 45742,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                31
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/31.zip",
            "id": 31,
            "iterations": 2,
            "vocabulary size": 1071056,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                32
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/32.zip",
            "id": 32,
            "iterations": 2,
            "vocabulary size": 426736,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                33
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/33.zip",
            "id": 33,
            "iterations": 2,
            "vocabulary size": 628026,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                34
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/34.zip",
            "id": 34,
            "iterations": 2,
            "vocabulary size": 799020,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                35
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/35.zip",
            "id": 35,
            "iterations": 2,
            "vocabulary size": 1935503,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                36
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/36.zip",
            "id": 36,
            "iterations": 2,
            "vocabulary size": 928316,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                37
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/37.zip",
            "id": 37,
            "iterations": 2,
            "vocabulary size": 1767815,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                38
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/38.zip",
            "id": 38,
            "iterations": 2,
            "vocabulary size": 1655886,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                39
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/39.zip",
            "id": 39,
            "iterations": 2,
            "vocabulary size": 2610658,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                40
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/40.zip",
            "id": 40,
            "iterations": 2,
            "vocabulary size": 4027169,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                41
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/41.zip",
            "id": 41,
            "iterations": 2,
            "vocabulary size": 926795,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                42
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/42.zip",
            "id": 42,
            "iterations": 2,
            "vocabulary size": 2433286,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                43
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/43.zip",
            "id": 43,
            "iterations": 2,
            "vocabulary size": 2567698,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                44
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/44.zip",
            "id": 44,
            "iterations": 2,
            "vocabulary size": 363106,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                45
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/45.zip",
            "id": 45,
            "iterations": 2,
            "vocabulary size": 4946997,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                46
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/46.zip",
            "id": 46,
            "iterations": 2,
            "vocabulary size": 1183194,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                47
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/47.zip",
            "id": 47,
            "iterations": 2,
            "vocabulary size": 672384,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                48
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/48.zip",
            "id": 48,
            "iterations": 2,
            "vocabulary size": 219285,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                49
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/49.zip",
            "id": 49,
            "iterations": 2,
            "vocabulary size": 2702663,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                50
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/50.zip",
            "id": 50,
            "iterations": 2,
            "vocabulary size": 2899107,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                51
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/51.zip",
            "id": 51,
            "iterations": 2,
            "vocabulary size": 87115,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                52
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/52.zip",
            "id": 52,
            "iterations": 2,
            "vocabulary size": 2469122,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                53
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/53.zip",
            "id": 53,
            "iterations": 2,
            "vocabulary size": 3989605,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                54
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/54.zip",
            "id": 54,
            "iterations": 2,
            "vocabulary size": 176643,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                55
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/55.zip",
            "id": 55,
            "iterations": 2,
            "vocabulary size": 1780757,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                56
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/56.zip",
            "id": 56,
            "iterations": 2,
            "vocabulary size": 555381,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                57
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/57.zip",
            "id": 57,
            "iterations": 2,
            "vocabulary size": 560445,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                58
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/58.zip",
            "id": 58,
            "iterations": 2,
            "vocabulary size": 1182371,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                59
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/59.zip",
            "id": 59,
            "iterations": 2,
            "vocabulary size": 223763,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                60
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/60.zip",
            "id": 60,
            "iterations": 2,
            "vocabulary size": 357,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                61
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/61.zip",
            "id": 61,
            "iterations": 2,
            "vocabulary size": 966446,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                62
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/62.zip",
            "id": 62,
            "iterations": 2,
            "vocabulary size": 4420598,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                63
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/63.zip",
            "id": 63,
            "iterations": 2,
            "vocabulary size": 2536452,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                64
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/64.zip",
            "id": 64,
            "iterations": 2,
            "vocabulary size": 2153518,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                65
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/65.zip",
            "id": 65,
            "iterations": 2,
            "vocabulary size": 3338424,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                66
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/66.zip",
            "id": 66,
            "iterations": 2,
            "vocabulary size": 1188804,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                67
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/67.zip",
            "id": 67,
            "iterations": 2,
            "vocabulary size": 706835,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                68
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/68.zip",
            "id": 68,
            "iterations": 2,
            "vocabulary size": 2656057,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                69
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/69.zip",
            "id": 69,
            "iterations": 2,
            "vocabulary size": 3010472,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                70
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/70.zip",
            "id": 70,
            "iterations": 2,
            "vocabulary size": 3633786,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                71
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/71.zip",
            "id": 71,
            "iterations": 2,
            "vocabulary size": 942071,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                72
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/72.zip",
            "id": 72,
            "iterations": 2,
            "vocabulary size": 108310,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                73
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/73.zip",
            "id": 73,
            "iterations": 2,
            "vocabulary size": 27757,
            "window": 10
        },
        {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                74
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/74.zip",
            "id": 74,
            "iterations": 2,
            "vocabulary size": 3847942,
            "window": 10
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                75
            ],
            "creators": [
                {
                    "email": "farhadno@ifi.uio.no",
                    "name": "Farhad Nooralahzadeh"
                }
            ],
            "dimensions": 400,
            "handle": "http://vectors.nlpl.eu/repository/20/75.zip",
            "id": 75,
            "iterations": 5,
            "vocabulary size": 285055,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/76.zip",
            "id": 76,
            "iterations": 5,
            "vocabulary size": 4031460,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/77.zip",
            "id": 77,
            "iterations": 5,
            "vocabulary size": 4480046,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/78.zip",
            "id": 78,
            "iterations": 25,
            "vocabulary size": 4031461,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/79.zip",
            "id": 79,
            "iterations": 25,
            "vocabulary size": 4480047,
            "window": 15
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/80.zip",
            "id": 80,
            "iterations": 5,
            "vocabulary size": 3998140,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/81.zip",
            "id": 81,
            "iterations": 5,
            "vocabulary size": 4428648,
            "window": 5
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                78
            ],
            "creators": [
                {
                    "email": "kjetilbk@ifi.uio.no",
                    "name": "Kjetil Bugge Kristoffersen"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-60569"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/82.zip",
            "id": 82,
            "iterations": 100,
            "vocabulary size": 2000000,
            "window": 10
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/83.zip",
            "id": 83,
            "iterations": 25,
            "original filename": 1,
            "vocabulary size": 2239665,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/84.zip",
            "id": 84,
            "iterations": 25,
            "vocabulary size": 2551820,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/85.zip",
            "id": 85,
            "iterations": 25,
            "vocabulary size": 1487995,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/86.zip",
            "id": 86,
            "iterations": 25,
            "vocabulary size": 1728101,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/87.zip",
            "id": 87,
            "iterations": 25,
            "vocabulary size": 1199275,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/88.zip",
            "id": 88,
            "iterations": 25,
            "vocabulary size": 1356633,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/89.zip",
            "id": 89,
            "iterations": 25,
            "vocabulary size": 2187703,
            "window": 15
        },
        {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/90.zip",
            "id": 90,
            "iterations": 25,
            "vocabulary size": 2390584,
            "window": 15
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/91.zip",
            "id": 91,
            "iterations": 5,
            "vocabulary size": 2239664,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/92.zip",
            "id": 92,
            "iterations": 5,
            "vocabulary size": 2551819,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/93.zip",
            "id": 93,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/94.zip",
            "id": 94,
            "iterations": 5,
            "vocabulary size": 1728100,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/95.zip",
            "id": 95,
            "iterations": 5,
            "vocabulary size": 1199274,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/96.zip",
            "id": 96,
            "iterations": 5,
            "vocabulary size": 1356632,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/97.zip",
            "id": 97,
            "iterations": 5,
            "vocabulary size": 2187702,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/98.zip",
            "id": 98,
            "iterations": 5,
            "vocabulary size": 2390583,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/99.zip",
            "id": 99,
            "iterations": 5,
            "vocabulary size": 4031460,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/100.zip",
            "id": 100,
            "iterations": 5,
            "vocabulary size": 4480046,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/101.zip",
            "id": 101,
            "iterations": 5,
            "vocabulary size": 2239664,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/102.zip",
            "id": 102,
            "iterations": 5,
            "vocabulary size": 2551819,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/103.zip",
            "id": 103,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/104.zip",
            "id": 104,
            "iterations": 5,
            "vocabulary size": 1728100,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/105.zip",
            "id": 105,
            "iterations": 5,
            "vocabulary size": 1199274,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/106.zip",
            "id": 106,
            "iterations": 5,
            "vocabulary size": 1356632,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/107.zip",
            "id": 107,
            "iterations": 5,
            "vocabulary size": 2187702,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/108.zip",
            "id": 108,
            "iterations": 5,
            "vocabulary size": 2390583,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/109.zip",
            "id": 109,
            "iterations": 5,
            "vocabulary size": 3998140,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/110.zip",
            "id": 110,
            "iterations": 5,
            "vocabulary size": 4428648,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/111.zip",
            "id": 111,
            "iterations": 5,
            "vocabulary size": 2239665,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/112.zip",
            "id": 112,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/113.zip",
            "id": 113,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/114.zip",
            "id": 114,
            "iterations": 5,
            "vocabulary size": 1728101,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/115.zip",
            "id": 115,
            "iterations": 5,
            "vocabulary size": 1199275,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/116.zip",
            "id": 116,
            "iterations": 5,
            "vocabulary size": 1356633,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/117.zip",
            "id": 117,
            "iterations": 5,
            "vocabulary size": 2187703,
            "window": 5
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/118.zip",
            "id": 118,
            "iterations": 5,
            "vocabulary size": 2390584,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/119.zip",
            "id": 119,
            "iterations": 5,
            "vocabulary size": 2239665,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/120.zip",
            "id": 120,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/121.zip",
            "id": 121,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/122.zip",
            "id": 122,
            "iterations": 5,
            "vocabulary size": 1728101,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/123.zip",
            "id": 123,
            "iterations": 5,
            "vocabulary size": 1199275,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/124.zip",
            "id": 124,
            "iterations": 5,
            "vocabulary size": 1356633,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/125.zip",
            "id": 125,
            "iterations": 5,
            "vocabulary size": 2187703,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/126.zip",
            "id": 126,
            "iterations": 5,
            "vocabulary size": 2390584,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 50,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/127.zip",
            "id": 127,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/128.zip",
            "id": 128,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 600,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/129.zip",
            "id": 129,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 50,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/130.zip",
            "id": 130,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/131.zip",
            "id": 131,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 600,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/132.zip",
            "id": 132,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 50,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/133.zip",
            "id": 133,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                87
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruscorpora_upos_cbow_300_20_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/180.zip",
            "id": 180,
            "iterations": 10,
            "vocabulary size": 189193,
            "window": 20
        },
        {
            "algorithm": 8,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                88
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruscorpora_none_fasttextskipgram_300_2_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/181.zip",
            "id": 181,
            "iterations": 3,
            "vocabulary size": 164996,
            "window": 2
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                87,
                90
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruwikiruscorpora_upos_skipgram_300_2_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/182.zip",
            "id": 182,
            "iterations": 10,
            "vocabulary size": 248978,
            "window": 2
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                88,
                91
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruwikiruscorpora-func_upos_skipgram_300_5_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/183.zip",
            "id": 183,
            "iterations": 10,
            "vocabulary size": 248118,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                92
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "news_upos_skipgram_300_5_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/184.zip",
            "id": 184,
            "iterations": 10,
            "vocabulary size": 249318,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                93
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "tayga_upos_skipgram_300_2_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/185.zip",
            "id": 185,
            "iterations": 10,
            "vocabulary size": 249565,
            "window": 2
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                94
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "tayga-func_upos_skipgram_300_5_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/186.zip",
            "id": 186,
            "iterations": 10,
            "vocabulary size": 249946,
            "window": 5
        },
        {
            "algorithm": 7,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                95
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "tayga_none_fasttextcbow_300_10_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/187.zip",
            "id": 187,
            "iterations": 3,
            "vocabulary size": 192415,
            "window": 10
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/134.zip",
            "id": 134,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 600,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/135.zip",
            "id": 135,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                49
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/157.zip",
            "id": 157
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                42
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/149.zip",
            "id": 149
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                68
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/145.zip",
            "id": 145
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                33
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/137.zip",
            "id": 137
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                73
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/175.zip",
            "id": 175
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                66
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/171.zip",
            "id": 171
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                57
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/163.zip",
            "id": 163
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                51
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/151.zip",
            "id": 151
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                41
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/146.zip",
            "id": 146
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                34
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/138.zip",
            "id": 138
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                71
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/176.zip",
            "id": 176
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                39
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/164.zip",
            "id": 164
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                53
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/160.zip",
            "id": 160
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                44
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/152.zip",
            "id": 152
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                60
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/140.zip",
            "id": 140
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                37
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/139.zip",
            "id": 139
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                72
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/177.zip",
            "id": 177
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                64
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/169.zip",
            "id": 169
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                58
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/165.zip",
            "id": 165
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                55
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/161.zip",
            "id": 161
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                30
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/153.zip",
            "id": 153
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                38
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/141.zip",
            "id": 141
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                74
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/178.zip",
            "id": 178
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                59
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/166.zip",
            "id": 166
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                50
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/158.zip",
            "id": 158
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                47
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/154.zip",
            "id": 154
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                43
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/150.zip",
            "id": 150
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                45
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/142.zip",
            "id": 142
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                67
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/172.zip",
            "id": 172
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                35
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/179.zip",
            "id": 179
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                62
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/167.zip",
            "id": 167
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                52
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/159.zip",
            "id": 159
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                48
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/155.zip",
            "id": 155
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                32
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/147.zip",
            "id": 147
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                46
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/143.zip",
            "id": 143
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                69
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/173.zip",
            "id": 173
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                63
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/168.zip",
            "id": 168
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                36
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/156.zip",
            "id": 156
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                61
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/148.zip",
            "id": 148
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                40
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/144.zip",
            "id": 144
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                31
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/136.zip",
            "id": 136
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                70
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/174.zip",
            "id": 174
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                65
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/170.zip",
            "id": 170
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                56
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/162.zip",
            "id": 162
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1960.txt",
                    "format": "text"
                },
                {
                    "filename": "1970.txt",
                    "format": "text"
                },
                {
                    "filename": "1980.txt",
                    "format": "text"
                },
                {
                    "filename": "1990.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "1960.bin",
                    "format": "data"
                },
                {
                    "filename": "1970.bin",
                    "format": "data"
                },
                {
                    "filename": "1980.bin",
                    "format": "data"
                },
                {
                    "filename": "1990.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                96
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_multiling_adjectives"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/188.zip",
            "id": 188,
            "iterations": 10,
            "vocabulary size": 100000,
            "window": 3
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1960.txt",
                    "format": "text"
                },
                {
                    "filename": "1970.txt",
                    "format": "text"
                },
                {
                    "filename": "1980.txt",
                    "format": "text"
                },
                {
                    "filename": "1990.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "1960.bin",
                    "format": "data"
                },
                {
                    "filename": "1970.bin",
                    "format": "data"
                },
                {
                    "filename": "1980.bin",
                    "format": "data"
                },
                {
                    "filename": "1990.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                97
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_multiling_adjectives"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/189.zip",
            "id": 189,
            "iterations": 10,
            "vocabulary size": 100000,
            "window": 3
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1960.txt",
                    "format": "text"
                },
                {
                    "filename": "1970.txt",
                    "format": "text"
                },
                {
                    "filename": "1980.txt",
                    "format": "text"
                },
                {
                    "filename": "1990.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "1960.bin",
                    "format": "data"
                },
                {
                    "filename": "1970.bin",
                    "format": "data"
                },
                {
                    "filename": "1980.bin",
                    "format": "data"
                },
                {
                    "filename": "1990.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                98
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_multiling_adjectives"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/190.zip",
            "id": 190,
            "iterations": 10,
            "vocabulary size": 100000,
            "window": 3
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1995.txt",
                    "format": "text"
                },
                {
                    "filename": "1996.txt",
                    "format": "text"
                },
                {
                    "filename": "1997.txt",
                    "format": "text"
                },
                {
                    "filename": "1998.txt",
                    "format": "text"
                },
                {
                    "filename": "1999.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "2001.txt",
                    "format": "text"
                },
                {
                    "filename": "2002.txt",
                    "format": "text"
                },
                {
                    "filename": "2003.txt",
                    "format": "text"
                },
                {
                    "filename": "2004.txt",
                    "format": "text"
                },
                {
                    "filename": "2005.txt",
                    "format": "text"
                },
                {
                    "filename": "2006.txt",
                    "format": "text"
                },
                {
                    "filename": "2007.txt",
                    "format": "text"
                },
                {
                    "filename": "2008.txt",
                    "format": "text"
                },
                {
                    "filename": "2009.txt",
                    "format": "text"
                },
                {
                    "filename": "2010.txt",
                    "format": "text"
                },
                {
                    "filename": "1995.bin",
                    "format": "data"
                },
                {
                    "filename": "1996.bin",
                    "format": "data"
                },
                {
                    "filename": "1997.bin",
                    "format": "data"
                },
                {
                    "filename": "1998.bin",
                    "format": "data"
                },
                {
                    "filename": "1999.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "2001.bin",
                    "format": "data"
                },
                {
                    "filename": "2002.bin",
                    "format": "data"
                },
                {
                    "filename": "2003.bin",
                    "format": "data"
                },
                {
                    "filename": "2004.bin",
                    "format": "data"
                },
                {
                    "filename": "2005.bin",
                    "format": "data"
                },
                {
                    "filename": "2006.bin",
                    "format": "data"
                },
                {
                    "filename": "2007.bin",
                    "format": "data"
                },
                {
                    "filename": "2008.bin",
                    "format": "data"
                },
                {
                    "filename": "2009.bin",
                    "format": "data"
                },
                {
                    "filename": "2010.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                99
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_armed_conflicts"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/191.zip",
            "id": 191,
            "iterations": 5,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "2010.txt",
                    "format": "text"
                },
                {
                    "filename": "2011.txt",
                    "format": "text"
                },
                {
                    "filename": "2012.txt",
                    "format": "text"
                },
                {
                    "filename": "2013.txt",
                    "format": "text"
                },
                {
                    "filename": "2014.txt",
                    "format": "text"
                },
                {
                    "filename": "2015.txt",
                    "format": "text"
                },
                {
                    "filename": "2016.txt",
                    "format": "text"
                },
                {
                    "filename": "2017.txt",
                    "format": "text"
                },
                {
                    "filename": "2010.bin",
                    "format": "data"
                },
                {
                    "filename": "2011.bin",
                    "format": "data"
                },
                {
                    "filename": "2012.bin",
                    "format": "data"
                },
                {
                    "filename": "2013.bin",
                    "format": "data"
                },
                {
                    "filename": "2014.bin",
                    "format": "data"
                },
                {
                    "filename": "2015.bin",
                    "format": "data"
                },
                {
                    "filename": "2016.bin",
                    "format": "data"
                },
                {
                    "filename": "2017.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                100
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_armed_conflicts"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/192.zip",
            "id": 192,
            "iterations": 5,
            "window": 5
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                101
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/193.zip",
            "id": 193,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                102
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/194.zip",
            "id": 194,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                103,
                104
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/195.zip",
            "id": 195,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                105,
                106
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/196.zip",
            "id": 196,
            "iterations": 3
        },
        {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "bert_config.json",
                    "format": "json"
                },
                {
                    "filename": "bert_model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                107
            ],
            "creators": [
                {
                    "email": "figint@utu.fi",
                    "name": "Filip Ginter"
                }
            ],
            "dimensions": 768,
            "documentation": [
                "https://github.com/TurkuNLP/FinBERT"
            ],
            "external_id": "Cased Finnish BERT Base (FinBERT)",
            "handle": "http://vectors.nlpl.eu/repository/20/197.zip",
            "id": 197,
            "iterations": null
        },
        {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "bert_config.json",
                    "format": "json"
                },
                {
                    "filename": "bert_model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                108
            ],
            "creators": [
                {
                    "email": "figint@utu.fi",
                    "name": "Filip Ginter"
                }
            ],
            "dimensions": 768,
            "documentation": [
                "https://github.com/TurkuNLP/FinBERT"
            ],
            "external_id": "Uncased Finnish BERT Base (FinBERT)",
            "handle": "http://vectors.nlpl.eu/repository/20/198.zip",
            "id": 198,
            "iterations": null
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                109
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/199.zip",
            "id": 199,
            "iterations": 3
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                110
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/200.zip",
            "id": 200,
            "iterations": 10,
            "vocabulary size": 249212,
            "window": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                111
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/201.zip",
            "id": 201,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                112
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/202.zip",
            "id": 202,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                113
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/203.zip",
            "id": 203,
            "iterations": 10
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                88,
                91,
                114,
                115
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                },
                {
                    "email": "maria.kunilovskaya@wlv.ac.uk",
                    "name": "Maria Kunilovskaya"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/kunilovskaya/hypohyper/"
            ],
            "external_id": "ruscorporawikiaraneumnews_mwe_upos_cbow_300_2_2020",
            "handle": "http://vectors.nlpl.eu/repository/20/204.zip",
            "id": 204,
            "iterations": 3,
            "vocabulary size": 998459,
            "window": 2
        },
        {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/205.zip",
            "id": 205,
            "iterations": 5,
            "vocabulary size": 4885806,
            "window": 5
        },
        {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/206.zip",
            "id": 206,
            "iterations": 5,
            "vocabulary size": 4885806,
            "window": 5
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/207.zip",
            "id": 207,
            "iterations": 5,
            "vocabulary size": 35193029,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/208.zip",
            "id": 208,
            "iterations": 5,
            "vocabulary size": 35193029,
            "window": 5
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                116
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/209.zip",
            "id": 209,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                118
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/210.zip",
            "id": 210,
            "iterations": 5
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                119
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/211.zip",
            "id": 211,
            "iterations": 5
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                120
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/212.zip",
            "id": 212,
            "iterations": 2
        },
        {
            "algorithm": 8,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                121
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/213.zip",
            "id": 213,
            "iterations": 4,
            "vocabulary size": 154923,
            "window": 5
        },
        {
            "algorithm": 8,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                122
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/214.zip",
            "id": 214,
            "iterations": 4,
            "vocabulary size": 347295,
            "window": 5
        },
        {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "pytorch_model.bin",
                    "format": "data"
                }
            ],
            "corpus": [
                80,
                123,
                124
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 768,
            "documentation": "http://norlm.nlpl.eu",
            "external_id": "Cased Norwegian BERT Base (NorBERT)",
            "handle": "http://vectors.nlpl.eu/repository/20/216.zip",
            "id": 216,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                80,
                123,
                124
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "http://norlm.nlpl.eu"
            ],
            "external_id": "NorELMo30 (30000 words in the vocabulary)",
            "handle": "http://vectors.nlpl.eu/repository/20/217.zip",
            "id": 217,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                80,
                123,
                124
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "http://norlm.nlpl.eu"
            ],
            "external_id": "NorELMo100 (100000 words in the vocabulary)",
            "handle": "http://vectors.nlpl.eu/repository/20/218.zip",
            "id": 218,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                31,
                32,
                35,
                40,
                42,
                47,
                48,
                52,
                53,
                55,
                65,
                69,
                70
            ],
            "creators": [
                {
                    "email": "vinitr@ifi.uio.no",
                    "name": "Vinit Ravishankar"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://aclanthology.org/2021.nodalida-main.41/"
            ],
            "external_id": "Multilingual ELMo with sampling coefficient 0.2",
            "handle": "http://vectors.nlpl.eu/repository/20/219.zip",
            "id": 219,
            "iterations": 3
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                87,
                125
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruwikiruscorpora_upos_cbow_300_10_2021",
            "handle": "http://vectors.nlpl.eu/repository/20/220.zip",
            "id": 220,
            "iterations": 10,
            "vocabulary size": 249333,
            "window": 10
        },
        {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "tokenizer_config.json",
                    "format": "json"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "pytorch_model.bin",
                    "format": "data"
                },
                {
                    "filename": "tf_model.h5",
                    "format": "data"
                }
            ],
            "corpus": [
                126,
                127
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 768,
            "documentation": "http://norlm.nlpl.eu",
            "external_id": "Cased Norwegian BERT Base 2.0 (NorBERT 2)",
            "handle": "http://vectors.nlpl.eu/repository/20/221.zip",
            "id": 221,
            "iterations": 3
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                128
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/222.zip",
            "id": 222,
            "iterations": 5,
            "vocabulary size": 199807,
            "window": 5
        },
        {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                129
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/223.zip",
            "id": 223,
            "iterations": 5,
            "vocabulary size": 199430,
            "window": 2
        },
        {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                130
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 200,
            "handle": "http://vectors.nlpl.eu/repository/20/224.zip",
            "id": 224,
            "iterations": 10,
            "vocabulary size": 99884,
            "window": 10
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                131
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://nejlt.ep.liu.se/article/view/3478"
            ],
            "id": 225,
            "iterations": 3
        },
        {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                97,
                132
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://nejlt.ep.liu.se/article/view/3478"
            ],
            "id": 226,
            "iterations": 4
        }
    ],
    "models_index": {
        "0": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                6
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/0.zip",
            "id": 0,
            "iterations": 5,
            "vocabulary size": 163473,
            "window": 10
        },
        "1": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                7
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/1.zip",
            "id": 1,
            "iterations": null,
            "vocabulary size": 2883863,
            "window": null
        },
        "10": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/10.zip",
            "id": 10,
            "iterations": 5,
            "vocabulary size": 302815,
            "window": 5
        },
        "100": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/100.zip",
            "id": 100,
            "iterations": 5,
            "vocabulary size": 4480046,
            "window": 5
        },
        "101": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/101.zip",
            "id": 101,
            "iterations": 5,
            "vocabulary size": 2239664,
            "window": 5
        },
        "102": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/102.zip",
            "id": 102,
            "iterations": 5,
            "vocabulary size": 2551819,
            "window": 5
        },
        "103": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/103.zip",
            "id": 103,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        "104": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/104.zip",
            "id": 104,
            "iterations": 5,
            "vocabulary size": 1728100,
            "window": 5
        },
        "105": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/105.zip",
            "id": 105,
            "iterations": 5,
            "vocabulary size": 1199274,
            "window": 5
        },
        "106": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/106.zip",
            "id": 106,
            "iterations": 5,
            "vocabulary size": 1356632,
            "window": 5
        },
        "107": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/107.zip",
            "id": 107,
            "iterations": 5,
            "vocabulary size": 2187702,
            "window": 5
        },
        "108": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/108.zip",
            "id": 108,
            "iterations": 5,
            "vocabulary size": 2390583,
            "window": 5
        },
        "109": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/109.zip",
            "id": 109,
            "iterations": 5,
            "vocabulary size": 3998140,
            "window": 5
        },
        "11": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/11.zip",
            "id": 11,
            "iterations": 5,
            "vocabulary size": 261794,
            "window": 5
        },
        "110": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/110.zip",
            "id": 110,
            "iterations": 5,
            "vocabulary size": 4428648,
            "window": 5
        },
        "111": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/111.zip",
            "id": 111,
            "iterations": 5,
            "vocabulary size": 2239665,
            "window": 5
        },
        "112": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/112.zip",
            "id": 112,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        "113": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/113.zip",
            "id": 113,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        "114": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/114.zip",
            "id": 114,
            "iterations": 5,
            "vocabulary size": 1728101,
            "window": 5
        },
        "115": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/115.zip",
            "id": 115,
            "iterations": 5,
            "vocabulary size": 1199275,
            "window": 5
        },
        "116": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/116.zip",
            "id": 116,
            "iterations": 5,
            "vocabulary size": 1356633,
            "window": 5
        },
        "117": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/117.zip",
            "id": 117,
            "iterations": 5,
            "vocabulary size": 2187703,
            "window": 5
        },
        "118": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/118.zip",
            "id": 118,
            "iterations": 5,
            "vocabulary size": 2390584,
            "window": 5
        },
        "119": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/119.zip",
            "id": 119,
            "iterations": 5,
            "vocabulary size": 2239665,
            "window": 5
        },
        "12": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/12.zip",
            "id": 12,
            "iterations": 5,
            "vocabulary size": 292479,
            "window": 5
        },
        "120": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/120.zip",
            "id": 120,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        "121": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/121.zip",
            "id": 121,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        "122": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/122.zip",
            "id": 122,
            "iterations": 5,
            "vocabulary size": 1728101,
            "window": 5
        },
        "123": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/123.zip",
            "id": 123,
            "iterations": 5,
            "vocabulary size": 1199275,
            "window": 5
        },
        "124": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/124.zip",
            "id": 124,
            "iterations": 5,
            "vocabulary size": 1356633,
            "window": 5
        },
        "125": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/125.zip",
            "id": 125,
            "iterations": 5,
            "vocabulary size": 2187703,
            "window": 5
        },
        "126": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/126.zip",
            "id": 126,
            "iterations": 5,
            "vocabulary size": 2390584,
            "window": 5
        },
        "127": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 50,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/127.zip",
            "id": 127,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        "128": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/128.zip",
            "id": 128,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        "129": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 600,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/129.zip",
            "id": 129,
            "iterations": 5,
            "vocabulary size": 2551820,
            "window": 5
        },
        "13": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/13.zip",
            "id": 13,
            "iterations": 100,
            "vocabulary size": 262269,
            "window": 5
        },
        "130": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 50,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/130.zip",
            "id": 130,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        "131": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/131.zip",
            "id": 131,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        "132": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 600,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/132.zip",
            "id": 132,
            "iterations": 5,
            "vocabulary size": 1487995,
            "window": 5
        },
        "133": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 50,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/133.zip",
            "id": 133,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        "134": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/134.zip",
            "id": 134,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        "135": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 600,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/135.zip",
            "id": 135,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        "136": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                31
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/136.zip",
            "id": 136
        },
        "137": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                33
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/137.zip",
            "id": 137
        },
        "138": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                34
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/138.zip",
            "id": 138
        },
        "139": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                37
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/139.zip",
            "id": 139
        },
        "14": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/14.zip",
            "id": 14,
            "iterations": 100,
            "vocabulary size": 292967,
            "window": 5
        },
        "140": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                60
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/140.zip",
            "id": 140
        },
        "141": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                38
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/141.zip",
            "id": 141
        },
        "142": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                45
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/142.zip",
            "id": 142
        },
        "143": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                46
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/143.zip",
            "id": 143
        },
        "144": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                40
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/144.zip",
            "id": 144
        },
        "145": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                68
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/145.zip",
            "id": 145
        },
        "146": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                41
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/146.zip",
            "id": 146
        },
        "147": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                32
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/147.zip",
            "id": 147
        },
        "148": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                61
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/148.zip",
            "id": 148
        },
        "149": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                42
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/149.zip",
            "id": 149
        },
        "15": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/15.zip",
            "id": 15,
            "iterations": 5,
            "vocabulary size": 262269,
            "window": 5
        },
        "150": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                43
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/150.zip",
            "id": 150
        },
        "151": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                51
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/151.zip",
            "id": 151
        },
        "152": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                44
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/152.zip",
            "id": 152
        },
        "153": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                30
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/153.zip",
            "id": 153
        },
        "154": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                47
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/154.zip",
            "id": 154
        },
        "155": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                48
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/155.zip",
            "id": 155
        },
        "156": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                36
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/156.zip",
            "id": 156
        },
        "157": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                49
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/157.zip",
            "id": 157
        },
        "158": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                50
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/158.zip",
            "id": 158
        },
        "159": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                52
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/159.zip",
            "id": 159
        },
        "16": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/16.zip",
            "id": 16,
            "iterations": 5,
            "vocabulary size": 292967,
            "window": 5
        },
        "160": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                53
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/160.zip",
            "id": 160
        },
        "161": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                55
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/161.zip",
            "id": 161
        },
        "162": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                56
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/162.zip",
            "id": 162
        },
        "163": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                57
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/163.zip",
            "id": 163
        },
        "164": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                39
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/164.zip",
            "id": 164
        },
        "165": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                58
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/165.zip",
            "id": 165
        },
        "166": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                59
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/166.zip",
            "id": 166
        },
        "167": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                62
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/167.zip",
            "id": 167
        },
        "168": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                63
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/168.zip",
            "id": 168
        },
        "169": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                64
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/169.zip",
            "id": 169
        },
        "17": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0,
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/17.zip",
            "id": 17,
            "iterations": 5,
            "vocabulary size": 259882,
            "window": 5
        },
        "170": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                65
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/170.zip",
            "id": 170
        },
        "171": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                66
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/171.zip",
            "id": 171
        },
        "172": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                67
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/172.zip",
            "id": 172
        },
        "173": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                69
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/173.zip",
            "id": 173
        },
        "174": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                70
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/174.zip",
            "id": 174
        },
        "175": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                73
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/175.zip",
            "id": 175
        },
        "176": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                71
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/176.zip",
            "id": 176
        },
        "177": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                72
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/177.zip",
            "id": 177
        },
        "178": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                74
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/178.zip",
            "id": 178
        },
        "179": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "char.dic",
                    "format": "text"
                },
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "encoder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "token_embedder.pkl",
                    "format": "pickle"
                },
                {
                    "filename": "word.dic",
                    "format": "text"
                }
            ],
            "corpus": [
                35
            ],
            "creators": [
                {
                    "e-mail": "car@ir.hit.edu.cn",
                    "name": "Wanxiang Che"
                },
                {
                    "e-mail": "yjliu@ir.hit.edu.cn",
                    "name": "Yijia Liu"
                },
                {
                    "e-mail": "yxwang@ir.hit.edu.cn",
                    "name": "Yuxuan Wang"
                },
                {
                    "e-mail": "bzheng@ir.hit.edu.cn",
                    "name": "Bo Zheng"
                }
            ],
            "documentation": [
                "https://github.com/HIT-SCIR/ELMoForManyLangs"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/179.zip",
            "id": 179
        },
        "18": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1,
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/18.zip",
            "id": 18,
            "iterations": 5,
            "vocabulary size": 291186,
            "window": 5
        },
        "180": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                87
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruscorpora_upos_cbow_300_20_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/180.zip",
            "id": 180,
            "iterations": 10,
            "vocabulary size": 189193,
            "window": 20
        },
        "181": {
            "algorithm": 8,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                88
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruscorpora_none_fasttextskipgram_300_2_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/181.zip",
            "id": 181,
            "iterations": 3,
            "vocabulary size": 164996,
            "window": 2
        },
        "182": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                87,
                90
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruwikiruscorpora_upos_skipgram_300_2_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/182.zip",
            "id": 182,
            "iterations": 10,
            "vocabulary size": 248978,
            "window": 2
        },
        "183": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                88,
                91
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruwikiruscorpora-func_upos_skipgram_300_5_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/183.zip",
            "id": 183,
            "iterations": 10,
            "vocabulary size": 248118,
            "window": 5
        },
        "184": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                92
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "news_upos_skipgram_300_5_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/184.zip",
            "id": 184,
            "iterations": 10,
            "vocabulary size": 249318,
            "window": 5
        },
        "185": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                93
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "tayga_upos_skipgram_300_2_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/185.zip",
            "id": 185,
            "iterations": 10,
            "vocabulary size": 249565,
            "window": 2
        },
        "186": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                94
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "tayga-func_upos_skipgram_300_5_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/186.zip",
            "id": 186,
            "iterations": 10,
            "vocabulary size": 249946,
            "window": 5
        },
        "187": {
            "algorithm": 7,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                95
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "tayga_none_fasttextcbow_300_10_2019",
            "handle": "http://vectors.nlpl.eu/repository/20/187.zip",
            "id": 187,
            "iterations": 3,
            "vocabulary size": 192415,
            "window": 10
        },
        "188": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1960.txt",
                    "format": "text"
                },
                {
                    "filename": "1970.txt",
                    "format": "text"
                },
                {
                    "filename": "1980.txt",
                    "format": "text"
                },
                {
                    "filename": "1990.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "1960.bin",
                    "format": "data"
                },
                {
                    "filename": "1970.bin",
                    "format": "data"
                },
                {
                    "filename": "1980.bin",
                    "format": "data"
                },
                {
                    "filename": "1990.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                96
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_multiling_adjectives"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/188.zip",
            "id": 188,
            "iterations": 10,
            "vocabulary size": 100000,
            "window": 3
        },
        "189": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1960.txt",
                    "format": "text"
                },
                {
                    "filename": "1970.txt",
                    "format": "text"
                },
                {
                    "filename": "1980.txt",
                    "format": "text"
                },
                {
                    "filename": "1990.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "1960.bin",
                    "format": "data"
                },
                {
                    "filename": "1970.bin",
                    "format": "data"
                },
                {
                    "filename": "1980.bin",
                    "format": "data"
                },
                {
                    "filename": "1990.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                97
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_multiling_adjectives"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/189.zip",
            "id": 189,
            "iterations": 10,
            "vocabulary size": 100000,
            "window": 3
        },
        "19": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0,
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/19.zip",
            "id": 19,
            "iterations": 100,
            "vocabulary size": 260073,
            "window": 5
        },
        "190": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1960.txt",
                    "format": "text"
                },
                {
                    "filename": "1970.txt",
                    "format": "text"
                },
                {
                    "filename": "1980.txt",
                    "format": "text"
                },
                {
                    "filename": "1990.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "1960.bin",
                    "format": "data"
                },
                {
                    "filename": "1970.bin",
                    "format": "data"
                },
                {
                    "filename": "1980.bin",
                    "format": "data"
                },
                {
                    "filename": "1990.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                98
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_multiling_adjectives"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/190.zip",
            "id": 190,
            "iterations": 10,
            "vocabulary size": 100000,
            "window": 3
        },
        "191": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "1995.txt",
                    "format": "text"
                },
                {
                    "filename": "1996.txt",
                    "format": "text"
                },
                {
                    "filename": "1997.txt",
                    "format": "text"
                },
                {
                    "filename": "1998.txt",
                    "format": "text"
                },
                {
                    "filename": "1999.txt",
                    "format": "text"
                },
                {
                    "filename": "2000.txt",
                    "format": "text"
                },
                {
                    "filename": "2001.txt",
                    "format": "text"
                },
                {
                    "filename": "2002.txt",
                    "format": "text"
                },
                {
                    "filename": "2003.txt",
                    "format": "text"
                },
                {
                    "filename": "2004.txt",
                    "format": "text"
                },
                {
                    "filename": "2005.txt",
                    "format": "text"
                },
                {
                    "filename": "2006.txt",
                    "format": "text"
                },
                {
                    "filename": "2007.txt",
                    "format": "text"
                },
                {
                    "filename": "2008.txt",
                    "format": "text"
                },
                {
                    "filename": "2009.txt",
                    "format": "text"
                },
                {
                    "filename": "2010.txt",
                    "format": "text"
                },
                {
                    "filename": "1995.bin",
                    "format": "data"
                },
                {
                    "filename": "1996.bin",
                    "format": "data"
                },
                {
                    "filename": "1997.bin",
                    "format": "data"
                },
                {
                    "filename": "1998.bin",
                    "format": "data"
                },
                {
                    "filename": "1999.bin",
                    "format": "data"
                },
                {
                    "filename": "2000.bin",
                    "format": "data"
                },
                {
                    "filename": "2001.bin",
                    "format": "data"
                },
                {
                    "filename": "2002.bin",
                    "format": "data"
                },
                {
                    "filename": "2003.bin",
                    "format": "data"
                },
                {
                    "filename": "2004.bin",
                    "format": "data"
                },
                {
                    "filename": "2005.bin",
                    "format": "data"
                },
                {
                    "filename": "2006.bin",
                    "format": "data"
                },
                {
                    "filename": "2007.bin",
                    "format": "data"
                },
                {
                    "filename": "2008.bin",
                    "format": "data"
                },
                {
                    "filename": "2009.bin",
                    "format": "data"
                },
                {
                    "filename": "2010.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                99
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_armed_conflicts"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/191.zip",
            "id": 191,
            "iterations": 5,
            "window": 5
        },
        "192": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "2010.txt",
                    "format": "text"
                },
                {
                    "filename": "2011.txt",
                    "format": "text"
                },
                {
                    "filename": "2012.txt",
                    "format": "text"
                },
                {
                    "filename": "2013.txt",
                    "format": "text"
                },
                {
                    "filename": "2014.txt",
                    "format": "text"
                },
                {
                    "filename": "2015.txt",
                    "format": "text"
                },
                {
                    "filename": "2016.txt",
                    "format": "text"
                },
                {
                    "filename": "2017.txt",
                    "format": "text"
                },
                {
                    "filename": "2010.bin",
                    "format": "data"
                },
                {
                    "filename": "2011.bin",
                    "format": "data"
                },
                {
                    "filename": "2012.bin",
                    "format": "data"
                },
                {
                    "filename": "2013.bin",
                    "format": "data"
                },
                {
                    "filename": "2014.bin",
                    "format": "data"
                },
                {
                    "filename": "2015.bin",
                    "format": "data"
                },
                {
                    "filename": "2016.bin",
                    "format": "data"
                },
                {
                    "filename": "2017.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                100
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/ltgoslo/diachronic_armed_conflicts"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/192.zip",
            "id": 192,
            "iterations": 5,
            "window": 5
        },
        "193": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                101
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/193.zip",
            "id": 193,
            "iterations": 3
        },
        "194": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                102
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/194.zip",
            "id": 194,
            "iterations": 3
        },
        "195": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                103,
                104
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/195.zip",
            "id": 195,
            "iterations": 3
        },
        "196": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                105,
                106
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/196.zip",
            "id": 196,
            "iterations": 3
        },
        "197": {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "bert_config.json",
                    "format": "json"
                },
                {
                    "filename": "bert_model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                107
            ],
            "creators": [
                {
                    "email": "figint@utu.fi",
                    "name": "Filip Ginter"
                }
            ],
            "dimensions": 768,
            "documentation": [
                "https://github.com/TurkuNLP/FinBERT"
            ],
            "external_id": "Cased Finnish BERT Base (FinBERT)",
            "handle": "http://vectors.nlpl.eu/repository/20/197.zip",
            "id": 197,
            "iterations": null
        },
        "198": {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "bert_config.json",
                    "format": "json"
                },
                {
                    "filename": "bert_model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "bert_model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                108
            ],
            "creators": [
                {
                    "email": "figint@utu.fi",
                    "name": "Filip Ginter"
                }
            ],
            "dimensions": 768,
            "documentation": [
                "https://github.com/TurkuNLP/FinBERT"
            ],
            "external_id": "Uncased Finnish BERT Base (FinBERT)",
            "handle": "http://vectors.nlpl.eu/repository/20/198.zip",
            "id": 198,
            "iterations": null
        },
        "199": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                109
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/199.zip",
            "id": 199,
            "iterations": 3
        },
        "2": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                8
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/2.zip",
            "id": 2,
            "iterations": 5,
            "vocabulary size": 306943,
            "window": 5
        },
        "20": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1,
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/20.zip",
            "id": 20,
            "iterations": 100,
            "vocabulary size": 291392,
            "window": 5
        },
        "200": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                110
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/200.zip",
            "id": 200,
            "iterations": 10,
            "vocabulary size": 249212,
            "window": 3
        },
        "201": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                111
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/201.zip",
            "id": 201,
            "iterations": 3
        },
        "202": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                112
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/202.zip",
            "id": 202,
            "iterations": 3
        },
        "203": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                113
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/203.zip",
            "id": 203,
            "iterations": 10
        },
        "204": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                88,
                91,
                114,
                115
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                },
                {
                    "email": "maria.kunilovskaya@wlv.ac.uk",
                    "name": "Maria Kunilovskaya"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://github.com/kunilovskaya/hypohyper/"
            ],
            "external_id": "ruscorporawikiaraneumnews_mwe_upos_cbow_300_2_2020",
            "handle": "http://vectors.nlpl.eu/repository/20/204.zip",
            "id": 204,
            "iterations": 3,
            "vocabulary size": 998459,
            "window": 2
        },
        "205": {
            "algorithm": 5,
            "contents": [
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/205.zip",
            "id": 205,
            "iterations": 5,
            "vocabulary size": 4885806,
            "window": 5
        },
        "206": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/206.zip",
            "id": 206,
            "iterations": 5,
            "vocabulary size": 4885806,
            "window": 5
        },
        "207": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/207.zip",
            "id": 207,
            "iterations": 5,
            "vocabulary size": 35193029,
            "window": 5
        },
        "208": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                117
            ],
            "creators": [
                {
                    "email": "kwolk@pja.edu.pl",
                    "name": "Krzysztof Wolk"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/208.zip",
            "id": 208,
            "iterations": 5,
            "vocabulary size": 35193029,
            "window": 5
        },
        "209": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                116
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/209.zip",
            "id": 209,
            "iterations": 3
        },
        "21": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0,
                3
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/21.zip",
            "id": 21,
            "iterations": 5,
            "vocabulary size": 260073,
            "window": 5
        },
        "210": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                118
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/210.zip",
            "id": 210,
            "iterations": 5
        },
        "211": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                119
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 1024,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/211.zip",
            "id": 211,
            "iterations": 5
        },
        "212": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                120
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://github.com/ltgoslo/simple_elmo"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/212.zip",
            "id": 212,
            "iterations": 2
        },
        "213": {
            "algorithm": 8,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                121
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/213.zip",
            "id": 213,
            "iterations": 4,
            "vocabulary size": 154923,
            "window": 5
        },
        "214": {
            "algorithm": 8,
            "contents": [
                {
                    "filename": "model.model",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_ngrams.npy",
                    "format": "data"
                },
                {
                    "filename": "model.model.vectors_vocab.npy",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                122
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/214.zip",
            "id": 214,
            "iterations": 4,
            "vocabulary size": 347295,
            "window": 5
        },
        "216": {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "pytorch_model.bin",
                    "format": "data"
                }
            ],
            "corpus": [
                80,
                123,
                124
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 768,
            "documentation": "http://norlm.nlpl.eu",
            "external_id": "Cased Norwegian BERT Base (NorBERT)",
            "handle": "http://vectors.nlpl.eu/repository/20/216.zip",
            "id": 216,
            "iterations": 3
        },
        "217": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                80,
                123,
                124
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "http://norlm.nlpl.eu"
            ],
            "external_id": "NorELMo30 (30000 words in the vocabulary)",
            "handle": "http://vectors.nlpl.eu/repository/20/217.zip",
            "id": 217,
            "iterations": 3
        },
        "218": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                80,
                123,
                124
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "http://norlm.nlpl.eu"
            ],
            "external_id": "NorELMo100 (100000 words in the vocabulary)",
            "handle": "http://vectors.nlpl.eu/repository/20/218.zip",
            "id": 218,
            "iterations": 3
        },
        "219": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                31,
                32,
                35,
                40,
                42,
                47,
                48,
                52,
                53,
                55,
                65,
                69,
                70
            ],
            "creators": [
                {
                    "email": "vinitr@ifi.uio.no",
                    "name": "Vinit Ravishankar"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://aclanthology.org/2021.nodalida-main.41/"
            ],
            "external_id": "Multilingual ELMo with sampling coefficient 0.2",
            "handle": "http://vectors.nlpl.eu/repository/20/219.zip",
            "id": 219,
            "iterations": 3
        },
        "22": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1,
                4
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/22.zip",
            "id": 22,
            "iterations": 5,
            "vocabulary size": 291392,
            "window": 5
        },
        "220": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                87,
                125
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "https://rusvectores.org"
            ],
            "external_id": "ruwikiruscorpora_upos_cbow_300_10_2021",
            "handle": "http://vectors.nlpl.eu/repository/20/220.zip",
            "id": 220,
            "iterations": 10,
            "vocabulary size": 249333,
            "window": 10
        },
        "221": {
            "algorithm": 9,
            "contents": [
                {
                    "filename": "config.json",
                    "format": "json"
                },
                {
                    "filename": "tokenizer_config.json",
                    "format": "json"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "pytorch_model.bin",
                    "format": "data"
                },
                {
                    "filename": "tf_model.h5",
                    "format": "data"
                }
            ],
            "corpus": [
                126,
                127
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 768,
            "documentation": "http://norlm.nlpl.eu",
            "external_id": "Cased Norwegian BERT Base 2.0 (NorBERT 2)",
            "handle": "http://vectors.nlpl.eu/repository/20/221.zip",
            "id": 221,
            "iterations": 3
        },
        "222": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                128
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/222.zip",
            "id": 222,
            "iterations": 5,
            "vocabulary size": 199807,
            "window": 5
        },
        "223": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                129
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/223.zip",
            "id": 223,
            "iterations": 5,
            "vocabulary size": 199430,
            "window": 2
        },
        "224": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.bin",
                    "format": "data"
                },
                {
                    "filename": "model.txt",
                    "format": "text"
                }
            ],
            "corpus": [
                130
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 200,
            "handle": "http://vectors.nlpl.eu/repository/20/224.zip",
            "id": 224,
            "iterations": 10,
            "vocabulary size": 99884,
            "window": 10
        },
        "225": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                131
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://nejlt.ep.liu.se/article/view/3478"
            ],
            "id": 225,
            "iterations": 3
        },
        "226": {
            "algorithm": 6,
            "contents": [
                {
                    "filename": "options.json",
                    "format": "json"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "model.hdf5",
                    "format": "data"
                },
                {
                    "filename": "vocab.txt",
                    "format": "text"
                },
                {
                    "filename": "model.ckpt.index",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.meta",
                    "format": "data"
                },
                {
                    "filename": "model.ckpt.data-00000-of-00001",
                    "format": "data"
                }
            ],
            "corpus": [
                97,
                132
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 2048,
            "documentation": [
                "https://nejlt.ep.liu.se/article/view/3478"
            ],
            "id": 226,
            "iterations": 4
        },
        "23": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                9
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/23.zip",
            "id": 23,
            "iterations": 5,
            "vocabulary size": 228670,
            "window": 5
        },
        "24": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                9
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/24.zip",
            "id": 24,
            "iterations": 5,
            "vocabulary size": 228671,
            "window": 5
        },
        "25": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                9
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/25.zip",
            "id": 25,
            "iterations": 25,
            "vocabulary size": 228671,
            "window": 5
        },
        "26": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                10
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/26.zip",
            "id": 26,
            "iterations": 5,
            "vocabulary size": 209512,
            "window": 5
        },
        "27": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                10
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/27.zip",
            "id": 27,
            "iterations": 25,
            "vocabulary size": 209865,
            "window": 5
        },
        "28": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                10
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/28.zip",
            "id": 28,
            "iterations": 5,
            "vocabulary size": 209865,
            "window": 5
        },
        "29": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                5
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/29.zip",
            "id": 29,
            "iterations": 5,
            "vocabulary size": 297790,
            "window": 2
        },
        "3": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                2
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/3.zip",
            "id": 3,
            "iterations": 5,
            "vocabulary size": 296630,
            "window": 5
        },
        "30": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                30
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/30.zip",
            "id": 30,
            "iterations": 2,
            "vocabulary size": 45742,
            "window": 10
        },
        "31": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                31
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/31.zip",
            "id": 31,
            "iterations": 2,
            "vocabulary size": 1071056,
            "window": 10
        },
        "32": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                32
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/32.zip",
            "id": 32,
            "iterations": 2,
            "vocabulary size": 426736,
            "window": 10
        },
        "33": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                33
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/33.zip",
            "id": 33,
            "iterations": 2,
            "vocabulary size": 628026,
            "window": 10
        },
        "34": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                34
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/34.zip",
            "id": 34,
            "iterations": 2,
            "vocabulary size": 799020,
            "window": 10
        },
        "35": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                35
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/35.zip",
            "id": 35,
            "iterations": 2,
            "vocabulary size": 1935503,
            "window": 10
        },
        "36": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                36
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/36.zip",
            "id": 36,
            "iterations": 2,
            "vocabulary size": 928316,
            "window": 10
        },
        "37": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                37
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/37.zip",
            "id": 37,
            "iterations": 2,
            "vocabulary size": 1767815,
            "window": 10
        },
        "38": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                38
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/38.zip",
            "id": 38,
            "iterations": 2,
            "vocabulary size": 1655886,
            "window": 10
        },
        "39": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                39
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/39.zip",
            "id": 39,
            "iterations": 2,
            "vocabulary size": 2610658,
            "window": 10
        },
        "4": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                5
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/4.zip",
            "id": 4,
            "iterations": 5,
            "vocabulary size": 314815,
            "window": 2
        },
        "40": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                40
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/40.zip",
            "id": 40,
            "iterations": 2,
            "vocabulary size": 4027169,
            "window": 10
        },
        "41": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                41
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/41.zip",
            "id": 41,
            "iterations": 2,
            "vocabulary size": 926795,
            "window": 10
        },
        "42": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                42
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/42.zip",
            "id": 42,
            "iterations": 2,
            "vocabulary size": 2433286,
            "window": 10
        },
        "43": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                43
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/43.zip",
            "id": 43,
            "iterations": 2,
            "vocabulary size": 2567698,
            "window": 10
        },
        "44": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                44
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/44.zip",
            "id": 44,
            "iterations": 2,
            "vocabulary size": 363106,
            "window": 10
        },
        "45": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                45
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/45.zip",
            "id": 45,
            "iterations": 2,
            "vocabulary size": 4946997,
            "window": 10
        },
        "46": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                46
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/46.zip",
            "id": 46,
            "iterations": 2,
            "vocabulary size": 1183194,
            "window": 10
        },
        "47": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                47
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/47.zip",
            "id": 47,
            "iterations": 2,
            "vocabulary size": 672384,
            "window": 10
        },
        "48": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                48
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/48.zip",
            "id": 48,
            "iterations": 2,
            "vocabulary size": 219285,
            "window": 10
        },
        "49": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                49
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/49.zip",
            "id": 49,
            "iterations": 2,
            "vocabulary size": 2702663,
            "window": 10
        },
        "5": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/5.zip",
            "id": 5,
            "iterations": 5,
            "vocabulary size": 273992,
            "window": 5
        },
        "50": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                50
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/50.zip",
            "id": 50,
            "iterations": 2,
            "vocabulary size": 2899107,
            "window": 10
        },
        "51": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                51
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/51.zip",
            "id": 51,
            "iterations": 2,
            "vocabulary size": 87115,
            "window": 10
        },
        "52": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                52
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/52.zip",
            "id": 52,
            "iterations": 2,
            "vocabulary size": 2469122,
            "window": 10
        },
        "53": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                53
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/53.zip",
            "id": 53,
            "iterations": 2,
            "vocabulary size": 3989605,
            "window": 10
        },
        "54": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                54
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/54.zip",
            "id": 54,
            "iterations": 2,
            "vocabulary size": 176643,
            "window": 10
        },
        "55": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                55
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/55.zip",
            "id": 55,
            "iterations": 2,
            "vocabulary size": 1780757,
            "window": 10
        },
        "56": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                56
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/56.zip",
            "id": 56,
            "iterations": 2,
            "vocabulary size": 555381,
            "window": 10
        },
        "57": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                57
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/57.zip",
            "id": 57,
            "iterations": 2,
            "vocabulary size": 560445,
            "window": 10
        },
        "58": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                58
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/58.zip",
            "id": 58,
            "iterations": 2,
            "vocabulary size": 1182371,
            "window": 10
        },
        "59": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                59
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/59.zip",
            "id": 59,
            "iterations": 2,
            "vocabulary size": 223763,
            "window": 10
        },
        "6": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/6.zip",
            "id": 6,
            "iterations": 5,
            "vocabulary size": 302866,
            "window": 5
        },
        "60": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                60
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/60.zip",
            "id": 60,
            "iterations": 2,
            "vocabulary size": 357,
            "window": 10
        },
        "61": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                61
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/61.zip",
            "id": 61,
            "iterations": 2,
            "vocabulary size": 966446,
            "window": 10
        },
        "62": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                62
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/62.zip",
            "id": 62,
            "iterations": 2,
            "vocabulary size": 4420598,
            "window": 10
        },
        "63": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                63
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/63.zip",
            "id": 63,
            "iterations": 2,
            "vocabulary size": 2536452,
            "window": 10
        },
        "64": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                64
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/64.zip",
            "id": 64,
            "iterations": 2,
            "vocabulary size": 2153518,
            "window": 10
        },
        "65": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                65
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/65.zip",
            "id": 65,
            "iterations": 2,
            "vocabulary size": 3338424,
            "window": 10
        },
        "66": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                66
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/66.zip",
            "id": 66,
            "iterations": 2,
            "vocabulary size": 1188804,
            "window": 10
        },
        "67": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                67
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/67.zip",
            "id": 67,
            "iterations": 2,
            "vocabulary size": 706835,
            "window": 10
        },
        "68": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                68
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/68.zip",
            "id": 68,
            "iterations": 2,
            "vocabulary size": 2656057,
            "window": 10
        },
        "69": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                69
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/69.zip",
            "id": 69,
            "iterations": 2,
            "vocabulary size": 3010472,
            "window": 10
        },
        "7": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/7.zip",
            "id": 7,
            "iterations": 100,
            "vocabulary size": 273930,
            "window": 5
        },
        "70": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                70
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/70.zip",
            "id": 70,
            "iterations": 2,
            "vocabulary size": 3633786,
            "window": 10
        },
        "71": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                71
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/71.zip",
            "id": 71,
            "iterations": 2,
            "vocabulary size": 942071,
            "window": 10
        },
        "72": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                72
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/72.zip",
            "id": 72,
            "iterations": 2,
            "vocabulary size": 108310,
            "window": 10
        },
        "73": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                73
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/73.zip",
            "id": 73,
            "iterations": 2,
            "vocabulary size": 27757,
            "window": 10
        },
        "74": {
            "algorithm": 3,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                },
                {
                    "filename": "LIST",
                    "format": "text"
                }
            ],
            "corpus": [
                74
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 100,
            "handle": "http://vectors.nlpl.eu/repository/20/74.zip",
            "id": 74,
            "iterations": 2,
            "vocabulary size": 3847942,
            "window": 10
        },
        "75": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                75
            ],
            "creators": [
                {
                    "email": "farhadno@ifi.uio.no",
                    "name": "Farhad Nooralahzadeh"
                }
            ],
            "dimensions": 400,
            "handle": "http://vectors.nlpl.eu/repository/20/75.zip",
            "id": 75,
            "iterations": 5,
            "vocabulary size": 285055,
            "window": 5
        },
        "76": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/76.zip",
            "id": 76,
            "iterations": 5,
            "vocabulary size": 4031460,
            "window": 5
        },
        "77": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/77.zip",
            "id": 77,
            "iterations": 5,
            "vocabulary size": 4480046,
            "window": 5
        },
        "78": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/78.zip",
            "id": 78,
            "iterations": 25,
            "vocabulary size": 4031461,
            "window": 15
        },
        "79": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/79.zip",
            "id": 79,
            "iterations": 25,
            "vocabulary size": 4480047,
            "window": 15
        },
        "8": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                1
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/8.zip",
            "id": 8,
            "iterations": 100,
            "vocabulary size": 302815,
            "window": 5
        },
        "80": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/80.zip",
            "id": 80,
            "iterations": 5,
            "vocabulary size": 3998140,
            "window": 5
        },
        "81": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84,
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@usit.uio.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/81.zip",
            "id": 81,
            "iterations": 5,
            "vocabulary size": 4428648,
            "window": 5
        },
        "82": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                78
            ],
            "creators": [
                {
                    "email": "kjetilbk@ifi.uio.no",
                    "name": "Kjetil Bugge Kristoffersen"
                }
            ],
            "dimensions": 300,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-60569"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/82.zip",
            "id": 82,
            "iterations": 100,
            "vocabulary size": 2000000,
            "window": 10
        },
        "83": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/83.zip",
            "id": 83,
            "iterations": 25,
            "original filename": 1,
            "vocabulary size": 2239665,
            "window": 15
        },
        "84": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/84.zip",
            "id": 84,
            "iterations": 25,
            "vocabulary size": 2551820,
            "window": 15
        },
        "85": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/85.zip",
            "id": 85,
            "iterations": 25,
            "vocabulary size": 1487995,
            "window": 15
        },
        "86": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/86.zip",
            "id": 86,
            "iterations": 25,
            "vocabulary size": 1728101,
            "window": 15
        },
        "87": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/87.zip",
            "id": 87,
            "iterations": 25,
            "vocabulary size": 1199275,
            "window": 15
        },
        "88": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/88.zip",
            "id": 88,
            "iterations": 25,
            "vocabulary size": 1356633,
            "window": 15
        },
        "89": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/89.zip",
            "id": 89,
            "iterations": 25,
            "vocabulary size": 2187703,
            "window": 15
        },
        "9": {
            "algorithm": 2,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "parameters.bin",
                    "format": "binary"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                0
            ],
            "creators": [
                {
                    "email": "andreku@ifi.uio.no",
                    "name": "Andrey Kutuzov"
                }
            ],
            "dimensions": 300,
            "handle": "http://vectors.nlpl.eu/repository/20/9.zip",
            "id": 9,
            "iterations": 5,
            "vocabulary size": 273930,
            "window": 5
        },
        "90": {
            "algorithm": 1,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/90.zip",
            "id": 90,
            "iterations": 25,
            "vocabulary size": 2390584,
            "window": 15
        },
        "91": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/91.zip",
            "id": 91,
            "iterations": 5,
            "vocabulary size": 2239664,
            "window": 5
        },
        "92": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80,
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/92.zip",
            "id": 92,
            "iterations": 5,
            "vocabulary size": 2551819,
            "window": 5
        },
        "93": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/93.zip",
            "id": 93,
            "iterations": 5,
            "vocabulary size": 1487994,
            "window": 5
        },
        "94": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                80
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/94.zip",
            "id": 94,
            "iterations": 5,
            "vocabulary size": 1728100,
            "window": 5
        },
        "95": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                83
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/95.zip",
            "id": 95,
            "iterations": 5,
            "vocabulary size": 1199274,
            "window": 5
        },
        "96": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                84
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/96.zip",
            "id": 96,
            "iterations": 5,
            "vocabulary size": 1356632,
            "window": 5
        },
        "97": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/97.zip",
            "id": 97,
            "iterations": 5,
            "vocabulary size": 2187702,
            "window": 5
        },
        "98": {
            "algorithm": 4,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                86
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/98.zip",
            "id": 98,
            "iterations": 5,
            "vocabulary size": 2390583,
            "window": 5
        },
        "99": {
            "algorithm": 0,
            "contents": [
                {
                    "filename": "model.txt",
                    "format": "text"
                },
                {
                    "filename": "meta.json",
                    "format": "json"
                }
            ],
            "corpus": [
                79,
                83,
                85
            ],
            "creators": [
                {
                    "email": "cathrine.stadsnes@unit.no",
                    "name": "Cathrine Stadsnes"
                }
            ],
            "dimensions": 100,
            "documentation": [
                "http://urn.nb.no/URN:NBN:no-64359"
            ],
            "handle": "http://vectors.nlpl.eu/repository/20/99.zip",
            "id": 99,
            "iterations": 5,
            "vocabulary size": 4031460,
            "window": 5
        }
    }
}