File size: 1,348 Bytes
6c38949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
    "algorithm": {
        "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
    },
    "contents": [
        {
            "filename": "model.txt",
            "format": "text"
        },
        {
            "filename": "meta.json",
            "format": "json"
        },
        {
            "filename": "LIST",
            "format": "text"
        }
    ],
    "corpus": [
        {
            "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
        }
    ],
    "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
}