File:Fancy noun recursive transition network.svg

Uploaded by InverseHypercube
Upload date 2012-12-22T10:48:02Z
MIME type image/svg+xml
Dimensions 945 × 238 px
File size 14.1 KB

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
InfoField
 The SVG code is valid.
 This chart was created with Graphviz.
  This file uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Graphviz mscgen code

digraph 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:
Creative Commons CC-Zero 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

22 December 2012

14,473 byte

image/svg+xml

b61965c39bccf80ad44ea457be311ecc20d3009d

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