vec2graph icon indicating copy to clipboard operation
vec2graph copied to clipboard

Get graph in JSON

Open malakhovks opened this issue 4 years ago • 3 comments

It would be great to get some JSON representation of a graph in output (to export into custom graph editor).

Also, have an idea to add some filters for similar words array.

I will try to do mods by myself, but it wouldn't be soon.

malakhovks avatar Apr 18 '20 11:04 malakhovks

It's already there: https://github.com/lizaku/vec2graph/blob/master/vec2graph/genviz.py#L106

akutuzov avatar Apr 18 '20 11:04 akutuzov

Awesome!

malakhovks avatar Apr 18 '20 11:04 malakhovks

It would be useful to generate a separate JSON-file (with a static name, updatable) in the output directory / or add the separate method and return JSON, so that we can integrate your library into the API, without parsing html.

malakhovks avatar Apr 20 '20 11:04 malakhovks