The export_svdview module allows SVD results to be visualized using the separate program svdview (http://launchpad.net/svdview).
Concepts are often stored in Divisi tensors in a normalized form, which is often not human-friendly. The denormalize callback provides a way “undo” the normalization as concepts are returned. A denormalizer for ConceptNet concepts is provided, which returns the “canonical name” of concepts.
The binary format is newer and faster. It consists of a header and a body (everything is stored in big-endian (network) byte order):
The body is a sequence of items with no separator. Each item has a coordinate for each dimension. Each coordinate is an IEEE float (32-bit) in big-endian order.
The old TSV format is easier to edit by hand or with simple scripts. Each line is a sequence of fields separated by tabs. The first field on each line is the concept name. It is followed by a floating point number for each dimension.