Giter Club home page Giter Club logo

10c's Introduction

10¢ - Tensor Conversion Tools for Large Multigraphs

tenc ("10 cent") are a collection of tools to efficiently convert large multigraphs in various formats (e.g. RDF) to a sparse tensor format. Conversion is done using only one pass over the original data. The package provides an executable 10c to readily convert various existing file formats such as RDF, tab-delimited lists, ReVerb, etc. into Python or Matlab formats. Furthermore, library functions are provided to easily write custom conversion tools.

Installing

Simply run

python setup.py install

and you should be all set

Usage

Run 10c -h for a list of options

Available Converters

The following converters are currently available in tenc:

  • tab - converter for tab-delimited lists of triples i.e. in the form of

      <entity>\t<predicate>\t<entity>\n
    

    a offset can be specified when the entity-relation-entity triples are not at the beginning of an tab-delimited line. This format is well suited for large-scale data, since only one line has to be processed at a time.

  • ntriples - converter for the N-Triples format using the redland library. This format is well suited for large-scale data, since only one line has to be processed at a time.

(C) 2013 Maximilian Nickel [email protected]

10c's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

10c's Issues

ImportError: No module named RDF

Thank you for your work, and I have a problem when I run this code: ImportError: No module named RDF. Could you tell me how to obtain the module RDF?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.