File:Fancy noun recursive transition network.svg
Summary
Description |
English: Recursive transition network for "fancy nouns" from Douglas Hofstadter's Gödel, Escher, Bach |
Date | |
Source | Own work |
Author | Eviatar Bach |
SVG development | Category:Valid SVG created with Graphviz code#Fancy%20noun%20recursive%20transition%20network.svg ![]() Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor. |
Source code | Graphviz mscgen codedigraph g{rankdir=LR
a -> b
a [label="begin",shape=ellipse,fillcolor="#8dd3c7",style="filled"];
b [label="Ornate noun",shape=box,fillcolor="palegreen",style="filled,rounded"];
b -> c
b -> f
b -> d
c [label="Relative pronoun",shape=box,fillcolor="palegreen",style="filled,rounded"];
d [label="Preposition",shape=box,fillcolor="palegreen",style="filled,rounded"];
g [label="Fancy noun",shape=box,fillcolor="palegreen",style="filled,rounded"];
h [label="Verb",shape=box,fillcolor="palegreen",style="filled,rounded"];
i [label="Verb",shape=box,fillcolor="palegreen",style="filled,rounded"];
j [label="Fancy noun",shape=box,fillcolor="palegreen",style="filled,rounded"];
f [label="end",shape=ellipse,fillcolor="#8dd3c7",style="filled"];
e [label="Fancy noun",shape=box,fillcolor="palegreen",style="filled,rounded"];
d -> e
e -> f
c -> g
c -> h
g -> i
i -> f
h -> j
j -> f
}
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
![]() ![]() |
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|
Category:CC-Zero
Category:Douglas Hofstadter
Category:Files by User:InverseHypercube
Category:Images with Graphviz source code
Category:Recursive algorithms
Category:SVG directed graphs
Category:Self-published work
Category:Syntax
Category:Translation possible - SVG
Category:Valid SVG created with Graphviz code