diff --git a/lib/doc/synopsis.html b/lib/doc/synopsis.html
index 05d337b2a..596abcc7e 100644
--- a/lib/doc/synopsis.html
+++ b/lib/doc/synopsis.html
@@ -6236,7 +6236,7 @@ source InfForm
-
- |
+e.g. "lugedes" |
infMa |
@@ -6266,7 +6266,7 @@ source Case -> Str -> Prep
-preposition, e.g. comitative "koos" |
+preposition, e.g. abessive "ilma" |
postPrep |
@@ -6284,39 +6284,19 @@ source Type
-Noun from DictEst (WordNet) |
-
-
-AW |
-Type |
-Adjective from DictEst (WordNet) |
-
-
-VW |
-Type |
-Verb from DictEst (WordNet) |
-
-
-AdvW |
-Type |
-Adverb from DictEst (WordNet) |
+mkN |
+(ema : Str) -> N |
+predictable nouns, covers 90% |
mkN |
-(kukko : Str) -> N |
-predictable nouns, covers 82% |
+(tukk,tuku : Str) -> N |
+sg nom,gen: unpredictable stem vowel |
mkN |
-(savi,savia : Str) -> N |
-different pl.part |
-
-
-mkN |
-(vesi,veden,vesia : Str) -> N |
-also different sg.gen |
+(tukk,tuku,tukku : Str) -> N |
+sg nom,gen,part |
mkN |
@@ -6329,26 +6309,6 @@ source N
-worst case, 7 forms |
-
-
-mkN |
-(pika : Str) -> (juna : N) -> N |
-compound with invariable prefix |
-
-
-mkN |
-(oma : N) -> (tunto : N) -> N |
-compound with inflecting prefix |
-
-
-mkN |
-NW -> N |
-noun from DictEst (WordNet) |
-
-
mkN2 |
N -> N2 |
relational noun with genitive |
@@ -6385,7 +6345,7 @@ source N -> (infl : Bool) -> A
+N -> (infl : Infl) -> A |
noun made into adjective, agreement type specified |
@@ -6394,59 +6354,49 @@ source AW -> A
-adjective from DictEst (WordNet) |
-
-
mkA2 |
A -> Prep -> A2 |
-e.g. "jaollinen" casePrep adessive |
+e.g. "vihane" (postGenPrep "peale") |
-genAttrA |
+invA |
Str -> A |
-genitive attributes ; no agreement to head, no comparison forms. |
+invariable adjectives, such as genitive attributes ; no agreement to head, no comparison forms. |
mkV |
(lugema : Str) -> V |
-predictable verbs, covers n % |
+predictable verbs, covers 90 % |
mkV |
(lugema,lugeda : Str) -> V |
-deviating past 3sg |
+ma infinitive, da infinitive |
mkV |
-(lugema,loeb,lugeda : Str) -> V |
-also deviating pres. 1sg |
+(lugema,lugeda,loeb : Str) -> V |
+ma, da, present sg 3 |
mkV |
-(lugema,lugeda,loeb,loetakse : Str) -> V |
+(lugema,lugeda,loeb,loetakse : Str) -> V --ma, da, pres sg 3, pres passive |
- |
mkV |
(tegema,teha,teeb,tehakse,tehke,tegi,teinud,tehtud : Str) -> V |
-worst-case verb |
+worst-case verb, 8 forms |
mkV |
(saama : V) -> (aru : Str) -> V |
-püsiühendid TODO |
-
-
-mkV |
-VW -> V |
-verb from DictEst (WordNet) |
+multi-word verbs |
caseV |
Case -> V -> V |
-deviating subj. case, e.g. genitive "täytyä" |
+deviating subj. case, e.g. allative "meeldima" |
vOlema |
@@ -6481,17 +6431,17 @@ source V -> Prep -> Prep -> V3
-e.g. puhua, allative, elative |
+e.g. rääkima, allative, elative |
dirV3 |
V -> Case -> V3 |
-siirtää, (accusative), illative |
+liigutama, (accusative), illative |
dirdirV3 |
V -> V3 |
-antaa, (accusative), (allative) |
+andma, (accusative), (allative) |
mkVS |
@@ -6501,12 +6451,12 @@ source V -> Prep -> V2S
-e.g. "sanoa" allative |
+e.g. "ütlema" allative |
mkVV |
V -> VV |
-e.g. "alkaa" |
+e.g. "hakkama" |
mkVVf |
@@ -6516,22 +6466,22 @@ source V -> Prep -> V2V
-e.g. "käskeä" genitive |
+e.g. "käskima" adessive |
mkV2Vf |
V -> Prep -> InfForm -> V2V |
-e.g. "kieltää" partitive infMast |
+e.g. "keelama" partitive infMast |
mkVA |
V -> Prep -> VA |
-e.g. "maistua" ablative |
+e.g. "muutuma" translative |
mkV2A |
V -> Prep -> Prep -> V2A |
-e.g. "maalata" accusative translative |
+e.g. "värvima" genitive translative |
mkVQ |
@@ -6541,7 +6491,7 @@ source V -> Prep -> V2Q
-e.g. "kysyä" ablative |
+e.g. "küsima" ablative |