summaryrefslogtreecommitdiff
path: root/doc/Grammar.dot
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-22 14:08:42 +0000
committeraarne <aarne@chalmers.se>2010-12-22 14:08:42 +0000
commitce15ec7b787479ca4c7295863ea7fa5cfdd16755 (patch)
treef47d9227ab535781d44d00e6232b8c62902167df /doc/Grammar.dot
parentfb722fe8e2cedee3b42d7fb0c9da61ace74f3e22 (diff)
moved parts of doc to deprecated/doc
Diffstat (limited to 'doc/Grammar.dot')
-rw-r--r--doc/Grammar.dot75
1 files changed, 0 insertions, 75 deletions
diff --git a/doc/Grammar.dot b/doc/Grammar.dot
deleted file mode 100644
index cb2998eb3..000000000
--- a/doc/Grammar.dot
+++ /dev/null
@@ -1,75 +0,0 @@
-digraph {
-
-size = "12,8" ;
-
-Lang [style = "solid", shape = "ellipse", URL = "Lang.gf"];
-
-Lang -> Grammar [style = "solid"];
-Lang -> Lexicon [style = "solid"];
-
-Grammar [style = "solid", shape = "ellipse", URL = "Lang.gf"];
-
-
-Grammar -> Noun [style = "solid"];
-Grammar -> Verb [style = "solid"];
-Grammar -> Adjective [style = "solid"];
-Grammar -> Adverb [style = "solid"];
-Grammar -> Numeral [style = "solid"];
-Grammar -> Sentence [style = "solid"];
-Grammar -> Question [style = "solid"];
-Grammar -> Relative [style = "solid"];
-Grammar -> Conjunction [style = "solid"];
-Grammar -> Phrase [style = "solid"];
-Grammar -> Text [style = "solid"];
-Grammar -> Idiom [style = "solid"];
-Grammar -> Structural [style = "solid"];
-
-
-Noun [style = "solid", shape = "ellipse", URL = "Noun.gf"];
-Noun -> Cat [style = "solid"];
-
-Verb [style = "solid", shape = "ellipse", URL = "Verb.gf"];
-Verb -> Cat [style = "solid"];
-
-Adjective [style = "solid", shape = "ellipse", URL = "Adjective.gf"];
-Adjective -> Cat [style = "solid"];
-
-Adverb [style = "solid", shape = "ellipse", URL = "Adverb.gf"];
-Adverb -> Cat [style = "solid"];
-
-Numeral [style = "solid", shape = "ellipse", URL = "Numeral.gf"];
-Numeral -> Cat [style = "solid"];
-
-Sentence [style = "solid", shape = "ellipse", URL = "Sentence.gf"];
-Sentence -> Cat [style = "solid"];
-
-Question [style = "solid", shape = "ellipse", URL = "Question.gf"];
-Question -> Cat [style = "solid"];
-
-Relative [style = "solid", shape = "ellipse", URL = "Relative.gf"];
-Relative -> Cat [style = "solid"];
-
-Conjunction [style = "solid", shape = "ellipse", URL = "Conjunction.gf"];
-Conjunction -> Cat [style = "solid"];
-
-Phrase [style = "solid", shape = "ellipse", URL = "Phrase.gf"];
-Phrase -> Cat [style = "solid"];
-
-Text [style = "solid", shape = "ellipse", URL = "Phrase.gf"];
-Text -> Cat [style = "solid"];
-
-Idiom [style = "solid", shape = "ellipse", URL = "Phrase.gf"];
-Idiom -> Cat [style = "solid"];
-
-Structural [style = "solid", shape = "ellipse", URL = "Structural.gf"];
-Structural -> Cat [style = "solid"];
-
-Lexicon [style = "solid", shape = "ellipse", URL = "Lexicon.gf"];
-Lexicon -> Cat [style = "solid"];
-
-Cat [style = "solid", shape = "ellipse", URL = "Cat.gf"];
-Cat -> Common [style = "solid"];
-
-Common [style = "solid", shape = "ellipse", URL = "Tense.gf"];
-
-}