diff --git a/lib/resource-1.0/doc/MkSynopsis.hs b/lib/resource-1.0/doc/MkSynopsis.hs index 21cb9b716..69a6d79e7 100644 --- a/lib/resource-1.0/doc/MkSynopsis.hs +++ b/lib/resource-1.0/doc/MkSynopsis.hs @@ -10,10 +10,14 @@ main = do let isLatex = case xx of "-tex":_ -> True _ -> False + cs1 <- getCats commonAPI + cs2 <- getCats catAPI + let cs = sortCats (cs1 ++ cs2) writeFile synopsis "GF Resource Grammar Library: Synopsis" append "Aarne Ranta" space append "%!postproc(html): '(SRC=\"categories.png\")' '\\1 USEMAP=\"#categories\"'" + delimit $ addToolTips cs include "synopsis-intro.txt" title "Categories" space @@ -24,9 +28,6 @@ main = do append "==A hierarchic view==\n" include "categories-intro.txt" append "==Explanations==\n" - cs1 <- getCats commonAPI - cs2 <- getCats catAPI - let cs = sortCats (cs1 ++ cs2) delimit $ mkCatTable isLatex cs space title "Syntax Rules" @@ -55,6 +56,10 @@ main = do system $ "txt2tags -t" ++ format ++ " --toc " ++ synopsis if isLatex then (system $ "pdflatex synopsis.tex") >> return () else return () +addToolTips :: Cats -> [String] +addToolTips = map f + where f (n,e,_) = "%!postproc(html): '(?i)(HREF=\"#" ++ n ++ "\")( TITLE=\"[^\"]*\")?' '\\1 TITLE=\"" ++ e' ++ "\"'" + where e' = n ++ if null e then "" else " - " ++ e getCats :: FilePath -> IO Cats getCats file = do diff --git a/lib/resource-1.0/doc/synopsis.html b/lib/resource-1.0/doc/synopsis.html index b0b5a3e75..b88cd83c9 100644 --- a/lib/resource-1.0/doc/synopsis.html +++ b/lib/resource-1.0/doc/synopsis.html @@ -20,100 +20,100 @@
  • Syntax Rules
  • Structural Words
  • Paradigms for Danish @@ -179,54 +179,54 @@ each category. - + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + +

    The rectangular boxes mark open lexical categories, which have constructors @@ -241,282 +241,282 @@ also in the Paradigms modules. Example -A +A one-place adjective warm -A2 +A2 two-place adjective divisible -AP +AP adjectival phrase very warm -AdA +AdA adjective-modifying adverb very -AdN +AdN numeral-modifying adverb more than -AdV +AdV adverb directly attached to verb always -Adv +Adv verb-phrase-modifying adverb in the house -Ant +Ant anteriority simultaneous, anterior -CAdv +CAdv comparative adverb more -CN +CN common noun (without determiner) red house -Cl +Cl declarative clause, with all tenses she looks at this -Comp +Comp complement of copula, such as AP very warm -Conj +Conj conjunction, and -DConj +DConj distributed conjunction both - and -Det +Det determiner phrase those seven -IAdv +IAdv interrogative adverb why -IComp +IComp interrogative complement of copula where -IDet +IDet interrogative determiner which -IP +IP interrogative pronoun who -Imp +Imp imperative look at this -N +N common noun house -N2 +N2 relational noun son -N3 +N3 three-place relational noun connection -NP +NP noun phrase (subject or object) the red house -Num +Num cardinal number (used with QuantPl) seven -Ord +Ord ordinal number (used in Det) seventh -PConj +PConj phrase-beginning conjunction therefore -PN +PN proper name Paris -Phr +Phr phrase in a text but be quiet please -Pol +Pol polarity positive, negative -Predet +Predet predeterminer (prefixed Quant) all -Prep +Prep preposition, or just case in -Pron +Pron personal pronoun she -QCl +QCl question clause, with all tenses why does she walk -QS +QS question where did she live -Quant +Quant quantifier with both sg and pl this/these -RCl +RCl relative clause, with all tenses in which she lives -RP +RP relative pronoun in which -RS +RS relative in which she lived -S +S declarative sentence she lived here -SC +SC embedded sentence or question that it rains -Slash +Slash clause missing NP (S/NP in GPSG) she looks at -Subj +Subj subjunction, if -Tense +Tense tense present, past, future -Text +Text text consisting of several phrases He is here. Why? -Utt +Utt sentence, question, word... be quiet -V +V one-place verb sleep -V2 +V2 two-place verb love -V2A +V2A verb with NP and AP complement paint -V3 +V3 three-place verb show -VA +VA adjective-complement verb look -VP +VP verb phrase is very warm -VQ +VQ question-complement verb ask -VS +VS sentence-complement verb claim -VV +VV verb-phrase-complement verb want -Voc +Voc vocative or "please" my darling @@ -541,67 +541,67 @@ Source: http://www.cs.chalmers.se/~aarne/ mkAP -A -> AP +A -> AP old mkAP -A -> NP -> AP +A -> NP -> AP older than John mkAP -A2 -> NP -> AP +A2 -> NP -> AP married to her mkAP -A2 -> AP +A2 -> AP married to myself mkAP -AP -> S -> AP +AP -> S -> AP probable that John walks mkAP -AP -> QS -> AP +AP -> QS -> AP uncertain if John walks mkAP -AP -> VP -> AP +AP -> VP -> AP ready to go mkAP -AdA -> A -> AP +AdA -> A -> AP very old mkAP -AdA -> AP -> AP +AdA -> AP -> AP very very old mkAP -Conj -> AP -> AP -> AP +Conj -> AP -> AP -> AP old and big mkAP -Conj -> ListAP -> AP +Conj -> ListAP -> AP old, big, and warm mkAP -DConj -> AP -> AP -> AP +DConj -> AP -> AP -> AP either old or big mkAP -DConj -> ListAP -> AP +DConj -> ListAP -> AP either old, big, or warm @@ -620,7 +620,7 @@ Source: http://www.cs.chalmers.se/~aarne/ mkAdN -CAdv -> AdN +CAdv -> AdN more than @@ -639,52 +639,52 @@ Source: http://www.cs.chalmers.se/~aarne/ mkAdv -A -> Adv +A -> Adv warmly mkAdv -Prep -> NP -> Adv +Prep -> NP -> Adv with John mkAdv -Subj -> S -> Adv +Subj -> S -> Adv when John walks mkAdv -CAdv -> A -> NP -> Adv +CAdv -> A -> NP -> Adv more warmly than John mkAdv -CAdv -> A -> S -> Adv +CAdv -> A -> S -> Adv more warmly than John walks mkAdv -AdA -> Adv -> Adv +AdA -> Adv -> Adv very warmly mkAdv -Conj -> Adv -> Adv -> Adv +Conj -> Adv -> Adv -> Adv here and now mkAdv -Conj -> ListAdv -> Adv +Conj -> ListAdv -> Adv with John, here and now mkAdv -DConj -> Adv -> Adv -> Adv +DConj -> Adv -> Adv -> Adv either here or now mkAdv -DConj -> ListAdv -> Adv +DConj -> ListAdv -> Adv either here, now, or with John @@ -701,12 +701,12 @@ Source: http://www.cs.chalmers.se/~aarne/ anteriorAnt -Ant +Ant (John has walked) --# notpresent simultaneousAnt -Ant +Ant (John walks) [default] @@ -725,92 +725,92 @@ Source: http://www.cs.chalmers.se/~aarne/ mkCN -N -> CN +N -> CN house mkCN -N2 -> NP -> CN +N2 -> NP -> CN mother of John mkCN -N3 -> NP -> NP -> CN +N3 -> NP -> NP -> CN distance from this city to Paris mkCN -N2 -> CN +N2 -> CN son mkCN -N3 -> CN +N3 -> CN flight mkCN -A -> N -> CN +A -> N -> CN big house mkCN -A -> CN -> CN +A -> CN -> CN big blue house mkCN -AP -> N -> CN +AP -> N -> CN very big house mkCN -AP -> CN -> CN +AP -> CN -> CN very big blue house mkCN -N -> RS -> CN +N -> RS -> CN house that John loves mkCN -CN -> RS -> CN +CN -> RS -> CN big house that John loves mkCN -N -> Adv -> CN +N -> Adv -> CN house in the city mkCN -CN -> Adv -> CN +CN -> Adv -> CN big house in the city mkCN -CN -> S -> CN +CN -> S -> CN rule that John walks mkCN -CN -> QS -> CN +CN -> QS -> CN question if John walks mkCN -CN -> VP -> CN +CN -> VP -> CN reason to walk mkCN -N -> NP -> CN +N -> NP -> CN king John mkCN -CN -> NP -> CN +CN -> NP -> CN old king John @@ -827,127 +827,127 @@ Source: http://www.cs.chalmers.se/~aarne/ genericCl -VP -> Cl +VP -> Cl one walks mkCl -NP -> V -> Cl +NP -> V -> Cl John walks mkCl -NP -> V2 -> NP -> Cl +NP -> V2 -> NP -> Cl John loves her mkCl -NP -> V3 -> NP -> NP -> Cl +NP -> V3 -> NP -> NP -> Cl John sends it to her mkCl -NP -> VV -> VP -> Cl +NP -> VV -> VP -> Cl John wants to walk mkCl -NP -> VS -> S -> Cl +NP -> VS -> S -> Cl John says that it is good mkCl -NP -> VQ -> QS -> Cl +NP -> VQ -> QS -> Cl John wonders if it is good mkCl -NP -> VA -> AP -> Cl +NP -> VA -> AP -> Cl John becomes old mkCl -NP -> V2A -> NP -> AP -> Cl +NP -> V2A -> NP -> AP -> Cl John paints it red mkCl -NP -> A -> Cl +NP -> A -> Cl John is old mkCl -NP -> A -> NP -> Cl +NP -> A -> NP -> Cl John is older than her mkCl -NP -> A2 -> NP -> Cl +NP -> A2 -> NP -> Cl John is married to her mkCl -NP -> AP -> Cl +NP -> AP -> Cl John is very old mkCl -NP -> N -> Cl +NP -> N -> Cl John is a man mkCl -NP -> CN -> Cl +NP -> CN -> Cl John is an old man mkCl -NP -> NP -> Cl +NP -> NP -> Cl John is the man mkCl -NP -> Adv -> Cl +NP -> Adv -> Cl John is here mkCl -NP -> VP -> Cl +NP -> VP -> Cl John walks here mkCl -V -> Cl +V -> Cl it rains mkCl -VP -> Cl +VP -> Cl it is raining mkCl -N -> Cl +N -> Cl there is a house mkCl -CN -> Cl +CN -> Cl there is an old houses mkCl -NP -> Cl +NP -> Cl there are five houses mkCl -NP -> RS -> Cl +NP -> RS -> Cl it is John that walks mkCl -Adv -> S -> Cl +Adv -> S -> Cl it is here John walks @@ -970,72 +970,72 @@ Source: http://www.cs.chalmers.se/~aarne/ defPlDet -Det +Det the (houses) defSgDet -Det +Det the (house) indefPlDet -Det +Det (houses) indefSgDet -Det +Det a (house) mkDet -QuantSg -> Det +QuantSg -> Det this mkDet -QuantSg -> (Ord) -> Det +QuantSg -> (Ord) -> Det this first mkDet -QuantPl -> Det +QuantPl -> Det these mkDet -QuantPl -> (Num) -> (Ord) -> Det +QuantPl -> (Num) -> (Ord) -> Det these five best mkDet -Quant -> Det +Quant -> Det this mkDet -Quant -> Num -> Det +Quant -> Num -> Det these five mkDet -Num -> Det +Num -> Det almost twenty mkDet -Numeral -> Det +Numeral -> Det five mkDet -Int -> Det +Int -> Det 51 mkDet -Pron -> Det +Pron -> Det my @@ -1052,7 +1052,7 @@ Source: http://www.cs.chalmers.se/~aarne/ mkIAdv -Prep -> IP -> IAdv +Prep -> IP -> IAdv in which city @@ -1073,17 +1073,17 @@ Source: http://www.cs.chalmers.se/~aarne/ mkIP -IDet -> N -> IP +IDet -> N -> IP which city mkIP -IDet -> (Num) -> (Ord) -> CN -> IP +IDet -> (Num) -> (Ord) -> CN -> IP which five best cities mkIP -IP -> Adv -> IP +IP -> Adv -> IP who in Paris @@ -1100,17 +1100,17 @@ Source: http://www.cs.chalmers.se/~aarne/ mkImp -V -> Imp +V -> Imp go mkImp -V2 -> NP -> Imp +V2 -> NP -> Imp take it mkImp -VP -> Imp +VP -> Imp go there now @@ -1152,12 +1152,12 @@ Source: http://www.cs.chalmers.se/~aarne/ mkListAP -AP -> AP -> ListAP +AP -> AP -> ListAP old, big mkListAP -AP -> ListAP -> ListAP +AP -> ListAP -> ListAP old, big, warm @@ -1172,12 +1172,12 @@ Source: http://www.cs.chalmers.se/~aarne/ mkListAdv -Adv -> Adv -> ListAdv +Adv -> Adv -> ListAdv here, now mkListAdv -Adv -> ListAdv -> ListAdv +Adv -> ListAdv -> ListAdv to me, here, now @@ -1192,12 +1192,12 @@ Source: http://www.cs.chalmers.se/~aarne/ mkListNP -NP -> NP -> ListNP +NP -> NP -> ListNP John, I mkListNP -NP -> ListNP -> ListNP +NP -> ListNP -> ListNP John, I, that @@ -1212,12 +1212,12 @@ Source: http://www.cs.chalmers.se/~aarne/ mkListS -S -> S -> ListS +S -> S -> ListS he walks, I run mkListS -S -> ListS -> ListS +S -> ListS -> ListS John walks, I run, you sleep @@ -1238,117 +1238,117 @@ Source: http://www.cs.chalmers.se/~aarne/ mkNP -Det -> N -> NP +Det -> N -> NP the first man mkNP -Det -> CN -> NP +Det -> CN -> NP the first old man mkNP -QuantSg -> N -> NP +QuantSg -> N -> NP this man mkNP -QuantSg -> CN -> NP +QuantSg -> CN -> NP this old man mkNP -QuantPl -> N -> NP +QuantPl -> N -> NP these men mkNP -QuantPl -> CN -> NP +QuantPl -> CN -> NP these old men mkNP -Numeral -> N -> NP +Numeral -> N -> NP twenty men mkNP -Numeral -> CN -> NP +Numeral -> CN -> NP twenty old men mkNP -Int -> N -> NP +Int -> N -> NP 45 men mkNP -Int -> CN -> NP +Int -> CN -> NP 45 old men mkNP -Num -> N -> NP +Num -> N -> NP almost twenty men mkNP -Num -> CN -> NP +Num -> CN -> NP almost twenty old men mkNP -Pron -> N -> NP +Pron -> N -> NP my man mkNP -Pron -> CN -> NP +Pron -> CN -> NP my old man mkNP -PN -> NP +PN -> NP John mkNP -Pron -> NP +Pron -> NP he mkNP -Predet -> NP -> NP +Predet -> NP -> NP only John mkNP -NP -> V2 -> NP +NP -> V2 -> NP John killed mkNP -NP -> Adv -> NP +NP -> Adv -> NP John in Paris mkNP -Conj -> NP -> NP -> NP +Conj -> NP -> NP -> NP John and I mkNP -Conj -> ListNP -> NP +Conj -> ListNP -> NP John, I, and that mkNP -DConj -> NP -> NP -> NP +DConj -> NP -> NP -> NP either John or I mkNP -DConj -> ListNP -> NP +DConj -> ListNP -> NP either John, I, or that @@ -1365,17 +1365,17 @@ Source: http://www.cs.chalmers.se/~aarne/ mkNum -Numeral -> Num +Numeral -> Num twenty mkNum -Int -> Num +Int -> Num 51 mkNum -AdN -> Num -> Num +AdN -> Num -> Num almost ten @@ -1467,17 +1467,17 @@ Source: http://www.cs.chalmers.se/~aarne/ mkOrd -Numeral -> Ord +Numeral -> Ord twentieth mkOrd -Int -> Ord +Int -> Ord 51st mkOrd -A -> Ord +A -> Ord best @@ -1494,7 +1494,7 @@ Source: http://www.cs.chalmers.se/~aarne/ mkPConj -Conj -> PConj +Conj -> PConj and @@ -1513,32 +1513,32 @@ Source: http://www.cs.chalmers.se/~aarne/ mkPhr -Utt -> Phr +Utt -> Phr why mkPhr -(PConj) -> Utt -> (Voc) -> Phr +(PConj) -> Utt -> (Voc) -> Phr but why John mkPhr -S -> Phr +S -> Phr John walked mkPhr -Cl -> Phr +Cl -> Phr John walks mkPhr -QS -> Phr +QS -> Phr did John walk mkPhr -Imp -> Phr +Imp -> Phr walk @@ -1555,12 +1555,12 @@ Source: http://www.cs.chalmers.se/~aarne/ negativePol -Pol +Pol (John doesn't walk) positivePol -Pol +Pol (John walks) [default] @@ -1608,42 +1608,42 @@ Source: http://www.cs.chalmers.se/~aarne/ mkQCl -Cl -> QCl +Cl -> QCl does John walk mkQCl -IP -> VP -> QCl +IP -> VP -> QCl who walks mkQCl -IP -> NP -> V2 -> QCl +IP -> NP -> V2 -> QCl whom does John love mkQCl -IP -> Slash -> QCl +IP -> Slash -> QCl whom does John love today mkQCl -IAdv -> Cl -> QCl +IAdv -> Cl -> QCl why does John walk mkQCl -Prep -> IP -> Cl -> QCl +Prep -> IP -> Cl -> QCl with who does John walk mkQCl -IAdv -> NP -> QCl +IAdv -> NP -> QCl where is John mkQCl -IP -> QCl +IP -> QCl what is there @@ -1660,17 +1660,17 @@ Source: http://www.cs.chalmers.se/~aarne/ mkQS -QCl -> QS +QCl -> QS who walks mkQS -(Tense) -> (Ant) -> (Pol) -> QCl -> QS +(Tense) -> (Ant) -> (Pol) -> QCl -> QS who wouldn't have walked mkQS -Cl -> QS +Cl -> QS does John walk @@ -1687,12 +1687,12 @@ Source: http://www.cs.chalmers.se/~aarne/ defQuant -Quant +Quant the indefQuant -Quant +Quant a @@ -1714,7 +1714,7 @@ Source: http://www.cs.chalmers.se/~aarne/ mkQuantPl -Quant -> QuantPl +Quant -> QuantPl these @@ -1754,7 +1754,7 @@ Source: http://www.cs.chalmers.se/~aarne/ mkQuantSg -Quant -> QuantSg +Quant -> QuantSg this @@ -1784,22 +1784,22 @@ Source: http://www.cs.chalmers.se/~aarne/ mkRCl -RP -> VP -> RCl +RP -> VP -> RCl that walk mkRCl -RP -> NP -> V2 -> RCl +RP -> NP -> V2 -> RCl which John loves mkRCl -RP -> Slash -> RCl +RP -> Slash -> RCl which John loves today mkRCl -Cl -> RCl +Cl -> RCl such that John loves her @@ -1816,12 +1816,12 @@ Source: http://www.cs.chalmers.se/~aarne/ mkRP -Prep -> NP -> RP -> RP +Prep -> NP -> RP -> RP all the houses in which which_RP -RP +RP which @@ -1838,12 +1838,12 @@ Source: http://www.cs.chalmers.se/~aarne/ mkRS -RCl -> RS +RCl -> RS that walk mkRS -(Tense) -> (Ant) -> (Pol) -> RCl -> RS +(Tense) -> (Ant) -> (Pol) -> RCl -> RS that wouldn't have walked @@ -1860,37 +1860,37 @@ Source: http://www.cs.chalmers.se/~aarne/ mkS -Cl -> S +Cl -> S John walks mkS -(Tense) -> (Ant) -> (Pol) -> Cl -> S +(Tense) -> (Ant) -> (Pol) -> Cl -> S John wouldn't have walked mkS -Conj -> S -> S -> S +Conj -> S -> S -> S John walks and I run mkS -Conj -> ListS -> S +Conj -> ListS -> S John walks, I run and you sleep mkS -DConj -> S -> S -> S +DConj -> S -> S -> S either John walk or I run mkS -DConj -> ListS -> S +DConj -> ListS -> S either John walks, I run or you sleep mkS -Adv -> S -> S +Adv -> S -> S today, John walks @@ -1909,22 +1909,22 @@ Source: http://www.cs.chalmers.se/~aarne/ mkSlash -NP -> V2 -> Slash +NP -> V2 -> Slash (whom) John loves mkSlash -NP -> VV -> V2 -> Slash +NP -> VV -> V2 -> Slash (whom) John wants to see mkSlash -Cl -> Prep -> Slash +Cl -> Prep -> Slash (with whom) John walks mkSlash -Slash -> Adv -> Slash +Slash -> Adv -> Slash (whom) John loves today @@ -1943,22 +1943,22 @@ Source: http://www.cs.chalmers.se/~aarne/ conditionalTense -Tense +Tense (John would walk) --# notpresent futureTense -Tense +Tense (John will walk) --# notpresent pastTense -Tense +Tense (John walked) --# notpresent presentTense -Tense +Tense (John walks) [default] @@ -1975,42 +1975,42 @@ Source: http://www.cs.chalmers.se/~aarne/ emptyText -Text +Text (empty text) mkText -Phr -> Text +Phr -> Text But John walks. mkText -Phr -> (Punct) -> (Text) -> Text +Phr -> (Punct) -> (Text) -> Text John walks? Yes. mkText -Utt -> Text +Utt -> Text John. mkText -S -> Text +S -> Text John walked. mkText -Cl -> Text +Cl -> Text John walks. mkText -QS -> Text +QS -> Text Did John walk? mkText -Imp -> Text +Imp -> Text Walk! @@ -2027,57 +2027,57 @@ Source: http://www.cs.chalmers.se/~aarne/ lets_Utt -VP -> Utt +VP -> Utt let's walk mkUtt -S -> Utt +S -> Utt John walked mkUtt -Cl -> Utt +Cl -> Utt John walks mkUtt -QS -> Utt +QS -> Utt did John walk mkUtt -Imp -> Utt +Imp -> Utt love yourself mkUtt -(ImpForm) -> (Pol) -> Imp -> Utt +(ImpForm) -> (Pol) -> Imp -> Utt don't love yourselves mkUtt -IP -> Utt +IP -> Utt who mkUtt -IAdv -> Utt +IAdv -> Utt why mkUtt -NP -> Utt +NP -> Utt John mkUtt -Adv -> Utt +Adv -> Utt here mkUtt -VP -> Utt +VP -> Utt to walk @@ -2104,112 +2104,112 @@ Source: http://www.cs.chalmers.se/~aarne/ mkVP -V -> VP +V -> VP walk mkVP -V2 -> NP -> VP +V2 -> NP -> VP love her mkVP -V3 -> NP -> NP -> VP +V3 -> NP -> NP -> VP send it to her mkVP -VV -> VP -> VP +VV -> VP -> VP want to walk mkVP -VS -> S -> VP +VS -> S -> VP know that she walks mkVP -VQ -> QS -> VP +VQ -> QS -> VP ask if she walks mkVP -VA -> AP -> VP +VA -> AP -> VP become old mkVP -V2A -> NP -> AP -> VP +V2A -> NP -> AP -> VP paint it red mkVP -A -> VP +A -> VP be warm mkVP -AP -> VP +AP -> VP be very warm mkVP -A -> NP -> VP +A -> NP -> VP be older than her mkVP -A2 -> NP -> VP +A2 -> NP -> VP be married to her mkVP -N -> VP +N -> VP be a man mkVP -CN -> VP +CN -> VP be an old man mkVP -NP -> VP +NP -> VP be the man mkVP -Adv -> VP +Adv -> VP be here mkVP -VP -> Adv -> VP +VP -> Adv -> VP sleep here mkVP -AdV -> VP -> VP +AdV -> VP -> VP always sleep passiveVP -V2 -> VP +V2 -> VP be loved passiveVP -V2 -> NP -> VP +V2 -> NP -> VP be loved by her progressiveVP -VP -> VP +VP -> VP be sleeping reflexiveVP -V2 -> VP +V2 -> VP love itself @@ -2232,7 +2232,7 @@ Source: http://www.cs.chalmers.se/~aarne/ mkVoc -NP -> Voc +NP -> Voc John @@ -2251,191 +2251,191 @@ Source: http://www.cs.chalmers.se/~aar above_Prep -Prep +Prep after_Prep -Prep +Prep all_Predet -Predet +Predet almost_AdA -AdA +AdA almost_AdN -AdN +AdN although_Subj -Subj +Subj always_AdV -AdV +AdV and_Conj -Conj +Conj because_Subj -Subj +Subj before_Prep -Prep +Prep behind_Prep -Prep +Prep between_Prep -Prep +Prep both7and_DConj -DConj +DConj but_PConj -PConj +PConj by8agent_Prep -Prep +Prep by8means_Prep -Prep +Prep can8know_VV -VV +VV can_VV -VV +VV during_Prep -Prep +Prep either7or_DConj -DConj +DConj every_Det -Det +Det everybody_NP -NP +NP everything_NP -NP +NP everywhere_Adv -Adv +Adv first_Ord -Ord +Ord few_Det -Det +Det for_Prep -Prep +Prep from_Prep -Prep +Prep he_Pron -Pron +Pron here_Adv -Adv +Adv here7to_Adv -Adv +Adv here7from_Adv -Adv +Adv how_IAdv -IAdv +IAdv how8many_IDet -IDet +IDet i_Pron -Pron +Pron if_Subj -Subj +Subj in8front_Prep -Prep +Prep in_Prep -Prep +Prep it_Pron -Pron +Pron less_CAdv -CAdv +CAdv many_Det -Det +Det more_CAdv -CAdv +CAdv most_Predet -Predet +Predet much_Det -Det +Det must_VV -VV +VV no_Phr -Phr +Phr on_Prep -Prep +Prep one_Quant @@ -2443,195 +2443,195 @@ Source: http://www.cs.chalmers.se/~aar only_Predet -Predet +Predet or_Conj -Conj +Conj otherwise_PConj -PConj +PConj part_Prep -Prep +Prep please_Voc -Voc +Voc possess_Prep -Prep +Prep quite_Adv -AdA +AdA she_Pron -Pron +Pron so_AdA -AdA +AdA someSg_Det -Det +Det somePl_Det -Det +Det somebody_NP -NP +NP something_NP -NP +NP somewhere_Adv -Adv +Adv that_Quant -Quant +Quant that_NP -NP +NP there_Adv -Adv +Adv there7to_Adv -Adv +Adv there7from_Adv -Adv +Adv therefore_PConj -PConj +PConj these_NP -NP +NP they_Pron -Pron +Pron this_Quant -Quant +Quant this_NP -NP +NP those_NP -NP +NP through_Prep -Prep +Prep to_Prep -Prep +Prep too_AdA -AdA +AdA under_Prep -Prep +Prep very_AdA -AdA +AdA want_VV -VV +VV we_Pron -Pron +Pron whatPl_IP -IP +IP whatSg_IP -IP +IP when_IAdv -IAdv +IAdv when_Subj -Subj +Subj where_IAdv -IAdv +IAdv whichPl_IDet -IDet +IDet whichSg_IDet -IDet +IDet whoPl_IP -IP +IP whoSg_IP -IP +IP why_IAdv -IAdv +IAdv with_Prep -Prep +Prep without_Prep -Prep +Prep yes_Phr -Phr +Phr youSg_Pron -Pron +Pron youPl_Pron -Pron +Pron youPol_Pron -Pron +Pron @@ -2683,199 +2683,199 @@ source http://www.cs.chalmers.se/~aarn mkPrep -Str -> Prep +Str -> Prep noPrep -Prep +Prep mkN -(bil : Str) -> N +(bil : Str) -> N mkN -(hus : Str) -> Gender -> N +(hus : Str) -> Gender -> N mkN -(bil,bilen : Str) -> N +(bil,bilen : Str) -> N mkN -(bil,bilen,biler : Str) -> N +(bil,bilen,biler : Str) -> N mkN -(dreng,drengen,drenge,drengene : Str) -> N +(dreng,drengen,drenge,drengene : Str) -> N mkN2 -N -> Prep -> N2 +N -> Prep -> N2 regN2 -Str -> Gender -> N2 +Str -> Gender -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -Str -> Gender -> PN +Str -> Gender -> PN mkPN -N -> PN +N -> PN mkA -(fin : Str) -> A +(fin : Str) -> A mkA -(fin,fint : Str) -> A +(fin,fint : Str) -> A mkA -(galen,galet,galne : Str) -> A +(galen,galet,galne : Str) -> A mkA -(stor,stort,store,storre,storst : Str) -> A +(stor,stort,store,storre,storst : Str) -> A mkA -A -> A +A -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkV -(snakke : Str) -> V +(snakke : Str) -> V mkV -(leve,levde : Str) -> V +(leve,levde : Str) -> V mkV -(drikke, drakk, drukket : Str) -> V +(drikke, drakk, drukket : Str) -> V mkV -(spise,spiser,spises,spiste,spist,spis : Str) -> V +(spise,spiser,spises,spiste,spist,spis : Str) -> V mkV -V -> Str -> V +V -> Str -> V vaereV -V -> V +V -> V depV -V -> V +V -> V reflV -V -> V +V -> V mkV2 -Str -> V2 +Str -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Prep -> V2 +V -> Prep -> V2 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Prep -> V3 +V -> Prep -> V3 dirdirV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> V2A +V -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> AV +A -> AV mkA2V -A -> Prep -> A2V +A -> Prep -> A2V @@ -2931,179 +2931,179 @@ source http://www.cs.chalmers.se/~aar mkN -(flash : Str) -> N +(flash : Str) -> N mkN -(man,men : Str) -> N +(man,men : Str) -> N mkN -(man,men,man's,men's : Str) -> N +(man,men,man's,men's : Str) -> N mkN -Str -> N -> N +Str -> N -> N mkN2 -N -> Prep -> N2 +N -> Prep -> N2 regN2 -Str -> N2 +Str -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -N -> PN +N -> PN mkA -(happy : Str) -> A +(happy : Str) -> A mkA -(fat,fatter : Str) -> A +(fat,fatter : Str) -> A mkA -(good,better,best,well : Str) -> A +(good,better,best,well : Str) -> A compoundA -A -> A +A -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkPrep -Str -> Prep +Str -> Prep noPrep -Prep +Prep mkV -(cry : Str) -> V +(cry : Str) -> V mkV -(stop, stopped : Str) -> V +(stop, stopped : Str) -> V mkV -(drink, drank, drunk : Str) -> V +(drink, drank, drunk : Str) -> V mkV -(run, ran, run, running : Str) -> V +(run, ran, run, running : Str) -> V mkV -(go, goes, went, gone, going : Str) -> V +(go, goes, went, gone, going : Str) -> V partV -V -> Str -> V +V -> Str -> V reflV -V -> V +V -> V mkV2 -V -> Prep -> V2 +V -> Prep -> V2 mkV2 -V -> V2 +V -> V2 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Prep -> V3 +V -> Prep -> V3 dirdirV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> V2A +V -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> AV +A -> AV mkA2V -A -> Prep -> A2V +A -> Prep -> A2V @@ -3175,271 +3175,271 @@ source http://www.cs.chalmers.se/~aar prePrep -Case -> Str -> Prep +Case -> Str -> Prep postPrep -Case -> Str -> Prep +Case -> Str -> Prep postGenPrep -Str -> Prep +Str -> Prep casePrep -Case -> Prep +Case -> Prep mkN -(talo : Str) -> N +(talo : Str) -> N mkN -(savi,savia : Str) -> N +(savi,savia : Str) -> N mkN -(vesi,veden,vesiä : Str) -> N +(vesi,veden,vesiä : Str) -> N mkN -(olo,oln,olona,oloa,oloon,oloina,oloissa,olojen,oloja,oloihin : Str) -> N +(olo,oln,olona,oloa,oloon,oloina,oloissa,olojen,oloja,oloihin : Str) -> N sgpartN -(meri : N) -> (merta : Str) -> N +(meri : N) -> (merta : Str) -> N nMeri -(meri : Str) -> N +(meri : Str) -> N nKukko -(kukko,kukon,kukkoja : Str) -> N +(kukko,kukon,kukkoja : Str) -> N nTalo -(talo : Str) -> N +(talo : Str) -> N nLukko -(lukko : Str) -> N +(lukko : Str) -> N nArpi -(arpi : Str) -> N +(arpi : Str) -> N nSylki -(sylki : Str) -> N +(sylki : Str) -> N nLinux -(linuxia : Str) -> N +(linuxia : Str) -> N nPeruna -(peruna : Str) -> N +(peruna : Str) -> N nRae -(rae, rakeena : Str) -> N +(rae, rakeena : Str) -> N nSusi -(susi,suden,sutta : Str) -> N +(susi,suden,sutta : Str) -> N nPuu -(puu : Str) -> N +(puu : Str) -> N nSuo -(suo : Str) -> N +(suo : Str) -> N nNainen -(naista : Str) -> N +(naista : Str) -> N nTilaus -(tilaus,tilauksena : Str) -> N +(tilaus,tilauksena : Str) -> N nKulaus -(kulaus : Str) -> N +(kulaus : Str) -> N nNauris -(naurista : Str) -> N +(naurista : Str) -> N compN -Str -> N -> N +Str -> N -> N mkN2 -N -> N2 = genN2 +N -> N2 = genN2 mkN2 -N -> Prep -> N2 = mmkN2 +N -> Prep -> N2 = mmkN2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -N -> PN +N -> PN mkA -Str -> A +Str -> A mkA -N -> A +N -> A mkA -N -> (kivempaa,kivinta : Str) -> A +N -> (kivempaa,kivinta : Str) -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkV -(soutaa : Str) -> V +(soutaa : Str) -> V mkV -(soutaa,souti : Str) -> V +(soutaa,souti : Str) -> V mkV -(soutaa,soudan,souti : Str) -> V +(soutaa,soudan,souti : Str) -> V mkV -(tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun : Str) -> V +(tulla,tulee,tulen,tulevat,tulkaa,tullaan,tuli,tulin,tulisi,tullut,tultu,tullun : Str) -> V mkV -V -> Case -> V +V -> Case -> V vValua -(valua : Str) -> V +(valua : Str) -> V vKattaa -(kattaa, katan : Str) -> V +(kattaa, katan : Str) -> V vOstaa -(ostaa : Str) -> V +(ostaa : Str) -> V vNousta -(nousta, nousen : Str) -> V +(nousta, nousen : Str) -> V vTuoda -(tuoda : Str) -> V +(tuoda : Str) -> V caseV -Case -> V -> V +Case -> V -> V vOlla -V +V mkV2 -Str -> V2 +Str -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Case -> V2 +V -> Case -> V2 mkV2 -V -> Prep -> V2 +V -> Prep -> V2 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Case -> V3 +V -> Case -> V3 dirdirV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV mkV2V -V -> Prep -> V2V +V -> Prep -> V2V mkVA -V -> Prep -> VA +V -> Prep -> VA mkV2A -V -> Prep -> Prep -> V2A +V -> Prep -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> AV +A -> AV mkA2V -A -> Prep -> A2V +A -> Prep -> A2V @@ -3479,195 +3479,195 @@ source http://www.cs.chalmers.se/~aarn accusative -Prep +Prep genitive -Prep +Prep dative -Prep +Prep mkPrep -Str -> Prep +Str -> Prep mkN -(cheval : Str) -> N +(cheval : Str) -> N mkN -(foie : Str) -> Gender -> N +(foie : Str) -> Gender -> N mkN -(oeil,yeux : Str) -> Gender -> N +(oeil,yeux : Str) -> Gender -> N mkN -N -> Str -> N +N -> Str -> N mkN2 -N -> Prep -> N2 +N -> Prep -> N2 deN2 -N -> N2 +N -> N2 aN2 -N -> N2 +N -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -Str -> Gender -> PN +Str -> Gender -> PN mkA -(cher : Str) -> A +(cher : Str) -> A mkA -(sec,seche : Str) -> A +(sec,seche : Str) -> A mkA -(banal,banale,banaux,banalement : Str) -> A +(banal,banale,banaux,banalement : Str) -> A mkA -A -> A -> A +A -> A -> A prefixA -A -> A +A -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkV -(finir : Str) -> V +(finir : Str) -> V mkV -(jeter,jette,jettera : Str) -> V +(jeter,jette,jettera : Str) -> V mkV -V2 -> V +V2 -> V etreV -V -> V +V -> V reflV -V -> V +V -> V mkV2 -V -> V2 = dirV2 +V -> V2 = dirV2 mkV2 -V -> Prep -> V2 = mmkV2 +V -> Prep -> V2 = mmkV2 mkV3 -V -> V3 +V -> V3 mkV3 -V -> Prep -> V3 +V -> Prep -> V3 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV deVV -V -> VV +V -> VV aVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> Prep -> V2A +V -> Prep -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> Prep -> AV +A -> Prep -> AV mkA2V -A -> Prep -> Prep -> A2V +A -> Prep -> Prep -> A2V @@ -3731,195 +3731,195 @@ source http://www.cs.chalmers.se/~aarn mkN -(Stufe : Str) -> N +(Stufe : Str) -> N mkN -(Bild,Bilder : Str) -> Gender -> N +(Bild,Bilder : Str) -> Gender -> N mkN -(x1,_,_,_,_,x6 : Str) -> Gender -> N +(x1,_,_,_,_,x6 : Str) -> Gender -> N mkN2 -Str -> N2 +Str -> N2 mkN2 -N -> N2 +N -> N2 mkN2 -N -> Prep -> N2 +N -> Prep -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -(nom,gen : Str) -> PN +(nom,gen : Str) -> PN mkPN -(nom,acc,dat,gen : Str) -> PN +(nom,acc,dat,gen : Str) -> PN mkA -Str -> A +Str -> A mkA -(gut,besser,beste : Str) -> A +(gut,besser,beste : Str) -> A invarA -Str -> A +Str -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkPrep -Str -> Case -> Prep +Str -> Case -> Prep accPrep -Prep +Prep datPrep -Prep +Prep genPrep -Prep +Prep von_Prep -Prep +Prep zu_Prep -Prep +Prep mkV -(führen : Str) -> V +(führen : Str) -> V mkV -(sehen,sieht,sah,sähe,gesehen : Str) -> V +(sehen,sieht,sah,sähe,gesehen : Str) -> V mkV -(geben, gibt, gib, gab, gäbe, gegeben : Str) -> V +(geben, gibt, gib, gab, gäbe, gegeben : Str) -> V mkV -Str -> V -> V +Str -> V -> V no_geV -V -> V +V -> V seinV -V -> V +V -> V habenV -V -> V +V -> V reflV -V -> Case -> V +V -> Case -> V mkV2 -V -> Prep -> V2 +V -> Prep -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Case -> V2 +V -> Case -> V2 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Prep -> V3 +V -> Prep -> V3 accdatV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV mkV2V -V -> Prep -> V2V +V -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> V2A +V -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> AV +A -> AV mkA2V -A -> Prep -> A2V +A -> Prep -> A2V @@ -3963,195 +3963,195 @@ source http://www.cs.chalmers.se/~aar accusative -Prep +Prep genitive -Prep +Prep dative -Prep +Prep mkPrep -Str -> Prep +Str -> Prep mkN -(cane : Str) -> N +(cane : Str) -> N mkN -(carne : Str) -> Gender -> N +(carne : Str) -> Gender -> N mkN -(uomo,uomini : Str) -> Gender -> N +(uomo,uomini : Str) -> Gender -> N mkN -N -> Str -> N +N -> Str -> N mkN2 -Str -> N2 +Str -> N2 mkN2 -N -> Prep -> N2 +N -> Prep -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -Str -> Gender -> PN +Str -> Gender -> PN mkA -(bianco : Str) -> A +(bianco : Str) -> A mkA -(solo,sola,soli,sole,solamente : Str) -> A +(solo,sola,soli,sole,solamente : Str) -> A mkA -A -> A -> A +A -> A -> A prefixA -A -> A = prefA +A -> A = prefA mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkV -Str -> V +Str -> V mkV -Verbo -> V +Verbo -> V mkV -(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V +(udire,odo,ode,udiamo,udiro,udii,udisti,udi,udirono,odi,udito : Str) -> V essereV -V -> V +V -> V reflV -V -> V +V -> V mkV2 -Str -> V2 +Str -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Prep -> V2 +V -> Prep -> V2 v2V -V2 -> V +V2 -> V mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Prep -> V3 +V -> Prep -> V3 dirdirV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV deVV -V -> VV +V -> VV aVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> Prep -> V2A +V -> Prep -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> Prep -> AV +A -> Prep -> AV mkA2V -A -> Prep -> Prep -> A2V +A -> Prep -> Prep -> A2V @@ -4207,195 +4207,195 @@ source http://www.cs.chalmers.se/~a mkPrep -Str -> Prep +Str -> Prep noPrep -Prep +Prep mkN -Str -> N +Str -> N mkN -Str -> Gender -> N +Str -> Gender -> N mkN -(bil,bilen : Str) -> N +(bil,bilen : Str) -> N mkN -(dreng,drengen,drenger,drengene : Str) -> N +(dreng,drengen,drenger,drengene : Str) -> N mkN2 -N -> Prep -> N2 +N -> Prep -> N2 regN2 -Str -> Gender -> N2 +Str -> Gender -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -Str -> Gender -> PN +Str -> Gender -> PN mkPN -N -> PN +N -> PN mkA -(fin : Str) -> A +(fin : Str) -> A mkA -(fin,fint : Str) -> A +(fin,fint : Str) -> A mkA -(galen,galet,galne : Str) -> A +(galen,galet,galne : Str) -> A mkA -(stor,stort,store,storre,storst : Str) -> A +(stor,stort,store,storre,storst : Str) -> A mkA -A -> A +A -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkV -(snakke : Str) -> V +(snakke : Str) -> V mkV -(leve,levde : Str) -> V +(leve,levde : Str) -> V mkV -(drikke, drakk, drukket : Str) -> V +(drikke, drakk, drukket : Str) -> V mkV -(spise,spiser,spises,spiste,spist,spis : Str) -> V +(spise,spiser,spises,spiste,spist,spis : Str) -> V mkV -V -> Str -> V +V -> Str -> V vaereV -V -> V +V -> V depV -V -> V +V -> V reflV -V -> V +V -> V mkV2 -Str -> V2 +Str -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Prep -> V2 +V -> Prep -> V2 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Prep -> V3 +V -> Prep -> V3 dirdirV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> V2A +V -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> AV +A -> AV mkA2V -A -> Prep -> A2V +A -> Prep -> A2V @@ -4467,175 +4467,175 @@ source http://www.cs.chalmers.se/~aar mkN -Str -> N +Str -> N mkN -Str -> Gender -> Animacy -> N +Str -> Gender -> Animacy -> N mkN -(nomSg,_,_,_,_,_,_,_,_,_,_,prepPl : Str) -> Gender -> Animacy -> N +(nomSg,_,_,_,_,_,_,_,_,_,_,prepPl : Str) -> Gender -> Animacy -> N nMashina -Str -> N +Str -> N nEdinica -Str -> N +Str -> N nZhenchina -Str -> N +Str -> N nNoga -Str -> N +Str -> N nMalyariya -Str -> N +Str -> N nTetya -Str -> N +Str -> N nBol -Str -> N +Str -> N nObezbolivauchee -Str -> N +Str -> N nProizvedenie -Str -> N +Str -> N nChislo -Str -> N +Str -> N nZhivotnoe -Str -> N +Str -> N nPepel -Str -> N +Str -> N nMalush -Str -> N +Str -> N nPotolok -Str -> N +Str -> N nStomatolog -Str -> N +Str -> N nAdres -Str -> N +Str -> N nTelefon -Str -> N +Str -> N nNol -Str -> N +Str -> N nUroven -Str -> N +Str -> N mkFun -N -> Prep -> N2 +N -> Prep -> N2 mkN2 -N -> N2 +N -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -Str -> Gender -> Animacy -> PN +Str -> Gender -> Animacy -> PN mkPN -N -> PN +N -> PN mkA -Str -> A +Str -> A mkA -Str -> Str -> A +Str -> Str -> A AStaruyj -Str -> Str -> A +Str -> Str -> A AMalenkij -Str -> Str -> A +Str -> Str -> A AKhoroshij -Str -> Str -> A +Str -> Str -> A AMolodoj -Str -> Str -> A +Str -> Str -> A AKakoj_Nibud -Str -> Str -> Str -> A +Str -> Str -> Str -> A mkA2 -A -> Str -> Case -> A2 +A -> Str -> Case -> A2 mkAdv -Str -> Adv +Str -> Adv mkV -Aspect -> Conjugation -> (stemPrsSgP1,endPrsSgP1,pastSgP1,imp,inf : Str) -> V +Aspect -> Conjugation -> (stemPrsSgP1,endPrsSgP1,pastSgP1,imp,inf : Str) -> V mkV -Aspect -> (presSgP1,presSgP2,presSgP3,presPlP1,presPlP2,presPlP3,pastSgMasc,imp,inf: Str) -> V +Aspect -> (presSgP1,presSgP2,presSgP3,presPlP1,presPlP2,presPlP3,pastSgMasc,imp,inf: Str) -> V mkV2 -V -> V2 +V -> V2 mkV2 -V -> Str -> Case -> V2 +V -> Str -> Case -> V2 tvDirDir -V -> V3 +V -> V3 mkV3 -V -> Str -> Str -> Case -> Case -> V3 +V -> Str -> Str -> Case -> Case -> V3 @@ -4675,199 +4675,199 @@ source http://www.cs.chalmers.se/~aar accusative -Prep +Prep genitive -Prep +Prep dative -Prep +Prep mkPrep -Str -> Prep +Str -> Prep mkN -(luz : Str) -> N +(luz : Str) -> N mkN -Str -> Gender -> N +Str -> Gender -> N mkN -(baston,bastones : Str) -> Gender -> N +(baston,bastones : Str) -> Gender -> N compN -N -> Str -> N +N -> Str -> N mkN2 -N -> Prep -> N2 +N -> Prep -> N2 deN2 -N -> N2 +N -> N2 aN2 -N -> N2 +N -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -(Anna : Str) -> PN +(Anna : Str) -> PN mkPN -(Pilar : Str) -> Gender -> PN +(Pilar : Str) -> Gender -> PN mkA -(util : Str) -> A +(util : Str) -> A mkA -(solo,sola,solos,solas,solamente : Str) -> A +(solo,sola,solos,solas,solamente : Str) -> A mkA -(bueno : A) -> (mejor : A) -> A +(bueno : A) -> (mejor : A) -> A prefixA -A -> A +A -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkV -(pagar : Str) -> V +(pagar : Str) -> V mkV -(mostrar,muestro : Str) -> V +(mostrar,muestro : Str) -> V mkV -Verbum -> V +Verbum -> V reflV -V -> V +V -> V special_ppV -V -> Str -> V +V -> Str -> V mkV2 -Str -> V2 +Str -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Prep -> V2 +V -> Prep -> V2 v2V -V2 -> V +V2 -> V mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 dirV3 -V -> Prep -> V3 +V -> Prep -> V3 dirdirV3 -V -> V3 +V -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV deVV -V -> VV +V -> VV aVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> Prep -> V2A +V -> Prep -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> Prep -> AV +A -> Prep -> AV mkA2V -A -> Prep -> Prep -> A2V +A -> Prep -> Prep -> A2V @@ -4919,195 +4919,195 @@ source http://www.cs.chalmers.se/~aar mkPrep -Str -> Prep +Str -> Prep noPrep -Prep +Prep mkN -(apa : Str) -> N +(apa : Str) -> N mkN -(lik : Str) -> Gender -> N +(lik : Str) -> Gender -> N mkN -(nyckel,nycklar : Str) -> N +(nyckel,nycklar : Str) -> N mkN -(museum,museet,museer,museerna : Str) -> N +(museum,museet,museer,museerna : Str) -> N mkN2 -Str -> N2 +Str -> N2 mkN2 -N -> Prep -> N2 +N -> Prep -> N2 mkN3 -N -> Prep -> Prep -> N3 +N -> Prep -> Prep -> N3 mkPN -Str -> PN +Str -> PN mkPN -Str -> Gender -> PN +Str -> Gender -> PN mkPN -(jesus,jesu : Str) -> Gender -> PN +(jesus,jesu : Str) -> Gender -> PN mkA -(billig : Str) -> A +(billig : Str) -> A mkA -(bred,brett : Str) -> A +(bred,brett : Str) -> A mkA -(tung,tyngre,tyngst : Str) -> A +(tung,tyngre,tyngst : Str) -> A mkA -(god,gott,goda,battre,bast : Str) -> A +(god,gott,goda,battre,bast : Str) -> A mkA -(liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A +(liten,litet,lilla,sma,mindre,minst,minsta : Str) -> A compoundA -A -> A +A -> A mkA2 -A -> Prep -> A2 +A -> Prep -> A2 mkAdv -Str -> Adv +Str -> Adv mkAdV -Str -> AdV +Str -> AdV mkAdA -Str -> AdA +Str -> AdA mkV -(stämmer : Str) -> V +(stämmer : Str) -> V mkV -(dricka,drack,druckit : Str) -> V +(dricka,drack,druckit : Str) -> V mkV -(gå,går,gå,gick,gått,gången : Str) -> V +(gå,går,gå,gick,gått,gången : Str) -> V mkV -V -> Str -> V +V -> Str -> V depV -V -> V +V -> V reflV -V -> V +V -> V mkV2 -Str -> V2 +Str -> V2 mkV2 -V -> V2 +V -> V2 mkV2 -V -> Prep -> V2 +V -> Prep -> V2 mkV3 -Str -> V3 +Str -> V3 mkV3 -V -> V3 +V -> V3 mkV3 -V -> Prep -> V3 +V -> Prep -> V3 mkV3 -V -> Prep -> Prep -> V3 +V -> Prep -> Prep -> V3 mkV0 -V -> V0 +V -> V0 mkVS -V -> VS +V -> VS mkV2S -V -> Prep -> V2S +V -> Prep -> V2S mkVV -V -> VV +V -> VV mkV2V -V -> Prep -> Prep -> V2V +V -> Prep -> Prep -> V2V mkVA -V -> VA +V -> VA mkV2A -V -> Prep -> V2A +V -> Prep -> V2A mkVQ -V -> VQ +V -> VQ mkV2Q -V -> Prep -> V2Q +V -> Prep -> V2Q mkAS -A -> AS +A -> AS mkA2S -A -> Prep -> A2S +A -> Prep -> A2S mkAV -A -> AV +A -> AV mkA2V -A -> Prep -> A2V +A -> Prep -> A2V