twitter / cassovary

Cassovary is a simple big graph processing library for the JVM
http://twitter.com/cassovary
Apache License 2.0
1.05k stars 150 forks source link

Ability to read graph files in Pajek format. #183

Open pankajgupta opened 9 years ago

pankajgupta commented 9 years ago

See https://gephi.github.io/users/supported-graph-formats/pajek-net-format/

Make a new reader similar to com.twitter.cassovary.util.io.{AdjacencyListGraphReader, ListOfEdgesGraphreader}

Ignore edge weights for now.

AnishShah commented 9 years ago

working on this...

pankajgupta commented 9 years ago

How is it going @AnishShah ?