-
Notifications
You must be signed in to change notification settings - Fork 355
Downloads
Rob Speer edited this page Nov 4, 2016
·
10 revisions
You can download a pre-built list of all the assertions in ConceptNet 5.5 in this gzipped, tab-separated text file.
As an example, here's the first line in the file (an Abkhaz word and its antonym):
/a/[/r/Antonym/,/c/ab/агыруа/n/,/c/ab/аҧсуа/] /r/Antonym /c/ab/агыруа/n /c/ab/аҧсуа {"dataset": "/d/wiktionary/en", "license": "cc:by-sa/4.0", "sources": [{"contributor": "/s/resource/wiktionary/en", "process": "/s/process/wikiparsec/1"}], "weight": 1.0}
The five fields of each line are:
- The URI of the whole edge
- The relation expressed by the edge
- The node at the start of the edge
- The node at the end of the edge
- A JSON structure of additional information about the edge, such as its weight
Downloads for previous versions of ConceptNet can be found at: http://conceptnet5.media.mit.edu/downloads/
Starting points
Reproducibility
Details