rcc-uchicago / ling-viz

Visualization and UI work for Linguistica
1 stars 1 forks source link

Provide sample data file #1

Closed joyrexus closed 10 years ago

joyrexus commented 10 years ago

Let's add a sample data file for demo purposes.

It looks like the current viz is driven by a GEXF data file. It might be easier to work with JSON formatted data files going forward. If the source data is coming from Gephi, there's a JSON Exporter module available.

jacksonllee commented 10 years ago

english-brown_All_Words_10000.gexf is one of the lastest output GEXF files (this particular output has 10,000 nodes for the 10,000 most frequent words in the Brown corpus).

joyrexus commented 10 years ago

Thanks @JacksonLLee. The 10,000 node file proved to be a bit unwieldy for the prototype visualization tool that Simon cooked up for a quick demo. We've added some small *.gexf files in the samples folder to use for the purposes of that demo. That said, the 10K node file might be useful for testing purposes.