Skip to content

Instantly share code, notes, and snippets.

@yoshiokatsuneo
Created March 16, 2012 13:41
Show Gist options
  • Save yoshiokatsuneo/2050104 to your computer and use it in GitHub Desktop.
Save yoshiokatsuneo/2050104 to your computer and use it in GitHub Desktop.
vokaaliharmonia in dot format (for graphviz)
graph G {
subgraph cluster_1{
label = "takavokaalit"
a -- o
o -- u
u -- a
}
a -- e
o -- e
u -- e
a -- i
o -- i
u -- i
subgraph cluster_2{
label = "etuvokaalit"
ä -- ö
ö -- y
y -- ä
}
ä -- e
ö -- e
y -- e
ä -- i
ö -- i
y -- i
subgraph cluster_0 {
label = "valivokaalit"
e -- i
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment