You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rspeer edited this page Apr 30, 2012
·
44 revisions
ConceptNet 5.1 (2012 April 30)
Made base URIs shorter. For example, /concept/en/dog becomes /c/en/dog.
Changed the representation of assertions. Assertions are a bundle of edges (hyperedges, really) that connect two arguments and a relation. These edges are labeled with all the appropriate metadata.
Created JSON and CSV flat-files.
Created a Solr index and an accompanying API.
ConceptNet 5.0 (2011 October 28)
First API for ConceptNet 5.
All assertions were reified as nodes, with edges for arguments. This turned out to be an ineffective representation.