diff --git a/lib/resource-1.0/doc/MkSynopsis.hs b/lib/resource-1.0/doc/MkSynopsis.hs
index 6de3913ed..f6b7a1c0b 100644
--- a/lib/resource-1.0/doc/MkSynopsis.hs
+++ b/lib/resource-1.0/doc/MkSynopsis.hs
@@ -127,7 +127,8 @@ mkCatTable isBeg rs =
(if isBeg then ("|| Category | Explanation | Example ||" :) else id)
(map mk1 rs)
where
- mk1 (name,typ,ex) = unwords ["|", ttf name, "|", typ, "|", ex, "|"]
+ mk1 (name,typ,ex) = unwords ["|", ttf name, "|", typ, "|", typo ex, "|"]
+ typo ex = if take 1 ex == "\"" then itf (init (tail ex)) else ex
synopsis = "synopsis.txt"
commonAPI = "../abstract/Common.gf"
diff --git a/lib/resource-1.0/doc/categories.dot b/lib/resource-1.0/doc/categories.dot
index dc0a053f4..0a38e1483 100644
--- a/lib/resource-1.0/doc/categories.dot
+++ b/lib/resource-1.0/doc/categories.dot
@@ -1,6 +1,6 @@
digraph {
-size = "12,8" ;
+size = "11,11" ;
Text [style = "solid", shape = "ellipse"];
Text -> Punct [style = "solid"];
diff --git a/lib/resource-1.0/doc/categories.png b/lib/resource-1.0/doc/categories.png
index 079b70ea4..89b3968bd 100644
Binary files a/lib/resource-1.0/doc/categories.png and b/lib/resource-1.0/doc/categories.png differ
diff --git a/lib/resource-1.0/doc/synopsis.html b/lib/resource-1.0/doc/synopsis.html
index c04203fd3..8d3dda15d 100644
--- a/lib/resource-1.0/doc/synopsis.html
+++ b/lib/resource-1.0/doc/synopsis.html
@@ -138,37 +138,37 @@ also in the Paradigms modules.
A |
one-place adjective |
-"warm" |
+warm |
A2 |
two-place adjective |
-"divisible" |
+divisible |
AP |
adjectival phrase |
-"very warm" |
+very warm |
AdA |
adjective-modifying adverb, |
-"very" |
+very |
AdN |
numeral-modifying adverb, |
-"more than" |
+more than |
AdV |
adverb directly attached to verb |
-"always" |
+always |
Adv |
verb-phrase-modifying adverb, |
-"in the house" |
+in the house |
Ant |
@@ -178,107 +178,107 @@ also in the Paradigms modules.
CAdv |
comparative adverb |
-"more" |
+more |
CN |
common noun (without determiner) |
-"red house" |
+red house |
Cl |
declarative clause, with all tenses |
-"she looks at this" |
+she looks at this |
Comp |
complement of copula, such as AP |
-"very warm" |
+very warm |
Conj |
conjunction, |
-"and" |
+and |
DConj |
distributed conj. |
-"both - and" |
+both - and |
Det |
determiner phrase |
-"those seven" |
+those seven |
IAdv |
interrogative adverb |
-"why" |
+why |
IComp |
interrogative complement of copula |
-"where" |
+where |
IDet |
interrogative determiner |
-"which" |
+which |
IP |
interrogative pronoun |
-"who" |
+who |
Imp |
imperative |
-"look at this" |
+look at this |
N |
common noun |
-"house" |
+house |
N2 |
relational noun |
-"son" |
+son |
N3 |
three-place relational noun |
-"connection" |
+connection |
NP |
noun phrase (subject or object) |
-"the red house" |
+the red house |
Num |
cardinal number (used with QuantPl) |
-"seven" |
+seven |
Ord |
ordinal number (used in Det) |
-"seventh" |
+seventh |
PConj |
phrase-beginning conj. |
-"therefore" |
+therefore |
PN |
proper name |
-"Paris" |
+Paris |
Phr |
phrase in a text |
-"but be quiet please" |
+but be quiet please |
Pol |
@@ -288,67 +288,67 @@ also in the Paradigms modules.
Predet |
predeterminer (prefixed Quant) |
-"all" |
+all |
Prep |
preposition, or just case |
-"in" |
+in |
Pron |
personal pronoun |
-"she" |
+she |
QCl |
question clause, with all tenses |
-"why does she walk" |
+why does she walk |
QS |
question |
-"where did she live" |
+where did she live |
Quant |
quantifier with both sg and pl |
-"this/these" |
+this/these |
RCl |
relative clause, with all tenses |
-"in which she lives" |
+in which she lives |
RP |
relative pronoun |
-"in which" |
+in which |
RS |
relative |
-"in which she lived" |
+in which she lived |
S |
declarative sentence |
-"she lived here" |
+she lived here |
SC |
embedded sentence or question |
-"that it rains" |
+that it rains |
Slash |
clause missing NP (S/NP in GPSG) |
-"she looks at" |
+she looks at |
Subj |
subjunction, |
-"if" |
+if |
Tense |
@@ -358,62 +358,62 @@ also in the Paradigms modules.
Text |
text consisting of several phrases |
-"He is here. Why?" |
+He is here. Why? |
Utt |
sentence, question, word... |
-"be quiet" |
+be quiet |
V |
one-place verb |
-"sleep" |
+sleep |
V2 |
two-place verb |
-"love" |
+love |
V2A |
verb with NP and AP complement |
-"paint" |
+paint |
V3 |
three-place verb |
-"show" |
+show |
VA |
adjective-complement verb |
-"look" |
+look |
VP |
verb phrase |
-"is very warm" |
+is very warm |
VQ |
question-complement verb |
-"ask" |
+ask |
VS |
sentence-complement verb |
-"claim" |
+claim |
VV |
verb-phrase-complement verb |
-"want" |
+want |
Voc |
vocative or "please" |
-"my darling" |
+my darling |