English
word2vec
File size: 1,651 Bytes
11d1aac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
{
    "algorithm": {
        "command": null,
        "id": 1,
        "name": "Global Vectors",
        "tool": "GloVe",
        "url": "https://nlp.stanford.edu/software/GloVe-1.2.zip",
        "version": "1.2"
    },
    "contents": [
        {
            "filename": "model.txt",
            "format": "text"
        },
        {
            "filename": "model.bin",
            "format": "data"
        },
        {
            "filename": "meta.json",
            "format": "json"
        }
    ],
    "corpus": [
        {
            "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/"
        }
    ],
    "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
}