Skip to content

Instantly share code, notes, and snippets.

@mhuelfen
mhuelfen / wm-cn-conversion.py
Created July 10, 2014 21:18
Converts a weltmodell tsv file into the plain conceptnet json format.
# encoding: utf-8
'''
Script to convert the weltmodell into the conceptnet.
@author: Michael A. Huelfenhaus
'''
import sys
import csv
import hashlib