diff --git a/lib/doc/api-examples.txt b/lib/doc/api-examples.txt index d16e7bdc4..3101ebf67 100644 --- a/lib/doc/api-examples.txt +++ b/lib/doc/api-examples.txt @@ -706,7 +706,7 @@ mkAdv above_Prep it_NP after_Prep : Prep mkAdv after_Prep it_NP all_Predet : Predet -mkNP all_Predet (mkNP thePl_Det man_N) +mkUtt (mkNP all_Predet (mkNP thePl_Det man_N)) almost_AdA : AdA mkAP almost_AdA red_A almost_AdN : AdN @@ -782,7 +782,7 @@ mkUtt (mkNP it_Pron) less_CAdv : CAdv less_CAdv many_Det : Det -mkNP many_Det house_N +mkUtt (mkNP many_Det house_N) more_CAdv : CAdv more_CAdv most_Predet : Predet @@ -824,7 +824,7 @@ mkUtt something_NP somewhere_Adv : Adv somewhere_Adv that_Quant : Quant -mkNP that_Quant house_N +mkUtt (mkNP that_Quant house_N) that_Subj : Subj mkAdv that_Subj (mkS (mkCl she_NP sleep_V)) there_Adv : Adv @@ -838,7 +838,7 @@ therefore_PConj they_Pron : Pron mkUtt (mkNP they_Pron) this_Quant : Quant -mkNP this_Quant house_N +mkUtt (mkNP this_Quant house_N) through_Prep : Prep mkAdv through_Prep it_NP to_Prep : Prep diff --git a/lib/doc/synopsis.html b/lib/doc/synopsis.html index 9c564ab18..16df799d8 100644 --- a/lib/doc/synopsis.html +++ b/lib/doc/synopsis.html @@ -559,12 +559,12 @@ Lexical category, constructors given in mkAP AP -> VP -> AP -
she is ready to sleep
+
she is ready to sleep
mkAP AP -> SC -> AP -
she is ready to sleep
+
she is ready to sleep
mkAP @@ -911,12 +911,12 @@ Lexical category, constructors given in mkCN CN -> VP -> CN -
reason to sleep
+
reason to sleep
mkCN CN -> SC -> CN -
reason to sleep
+
reason to sleep
mkCN @@ -1267,7 +1267,7 @@ Lexical category, constructors given in many_Det Det -
many houses
+
many houses
mkDet @@ -2314,7 +2314,7 @@ Lexical category, constructors given in all_Predet Predet -
all the men
+
all the men
most_Predet @@ -2740,7 +2740,7 @@ Lexical category, constructors given in that_Quant Quant -
that house
+
that house
the_Quant @@ -2750,7 +2750,7 @@ Lexical category, constructors given in this_Quant Quant -
this house
+
this house
@@ -3447,7 +3447,7 @@ Lexical category, constructors given in mkVP V3 -> NP -> NP -> VP -
to send it to him
+
to send it to him
mkVP @@ -3462,12 +3462,12 @@ Lexical category, constructors given in mkVP VQ -> QS -> VP -
to wonder who sleeps
+
to wonder who sleeps
mkVP VA -> AP -> VP -
to become red
+
to become red
mkVP @@ -3477,12 +3477,12 @@ Lexical category, constructors given in mkVP V2S -> NP -> S -> VP -
to answer to him that she sleeps
+
to answer to him that she sleeps
mkVP V2Q -> NP -> QS -> VP -
to ask him who sleeps
+
to ask him who sleeps
mkVP @@ -3547,7 +3547,7 @@ Lexical category, constructors given in mkVP VPSlash -> VP -
to paint itself black
+
to paint itself black
mkVP @@ -3572,7 +3572,7 @@ Lexical category, constructors given in reflexiveVP V2 -> VP -
to love itself
+
to love itself
reflexiveVP