lex-r / charstat

Builds the graph in the dot language from the letters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charstat

Charstat takes text as input arguments and calculates a links between symbols. It shows a graph as the dot language.

Usage

$ ./charstat "A weighted graph is a graph in which a number is assigned to each edge" > graph.dot
$ dot -Tsvg graph.dot > graph.svg

About

Builds the graph in the dot language from the letters


Languages

Language:Go 100.0%