-
Is it possible to have relation data in one GraphML to avoid further merging? Like:
```xml
5
siblings
```
Either inside `/corpora/{corpusname}/play/{playname}/networkdata/graphml` command…
-
Each node and edge has a timestamp, it would be nice to render each node individually so that the user could watch the architecture grow over a timed period. Nodes and edges are already sorted:
https:…
-
In GitLab by @joschie on Jun 20, 2019, 11:28
We have several fileformats with support for ClusterGraph reading and writing. These include (just looking at the GraphIO API) GML, GraphML, DOT, GEXF, TL…
-
- **Incremental contributions**
- ability to create network graph objects and generate .gexf files for usage in Gephi, Cytoscape, etc.
- possibly generate network plots in Python, in addition to u…
-
GEXF allows one to specify dynamic attributes: Attributes of a node or edge, with different attribute values during different time periods. I believe that gexf-parser doesn't yet support this functio…
-
### What
- As I am currently experimenting on the [webpack branch](https://github.com/openfoodfacts/openfoodfacts-server/tree/webpack) again, I need to review currently used JavaScript libraries. O…
hangy updated
3 weeks ago
-
Is there any documentation on this? I've been given a reasonably complex job that involves a lot of manipulation of the graph, so some documentation would be really helpful.
-
_gexf.py in line 480 should be modified from
```
self.spells = spells
```
to code like in line 633
```
self.spells = Spells(spells)
```
houqi updated
6 years ago
-
It's been a few weeks, and the data from before was quite dirty so re-run and hopefully its cleaner this time, if not we should try to clean it up before it gets published as a .gexf file.
-
This isn't a bug, I just wanted to point out a tool that has been really useful for me for debugging and analyzing the performance of my dedupe.
My workflow is
1. generate pairs, score them, and c…