diff --git a/lib/doc/synopsis-intro.txt b/lib/doc/synopsis-intro.txt index 4c85ba0ed..c8a61f665 100644 --- a/lib/doc/synopsis-intro.txt +++ b/lib/doc/synopsis-intro.txt @@ -51,13 +51,13 @@ The main contents are: constructing trees in them. - [Chapter 2 #toc5]: syntactic construction functions, with cross-links and examples. -- [Chapter 3 #toc83]: morphological paradigms. -- [Chapter 4 #toc112]: additional libraries. -- [Chapter 5 #toc118]: how to "browse" the library by +- [Chapter 3 #toc84]: morphological paradigms. +- [Chapter 4 #toc113]: additional libraries. +- [Chapter 5 #toc119]: how to "browse" the library by loading the grammars into the ``gf`` command editor. -- [Chapter 6 #toc119]: a brief example of how application grammars can +- [Chapter 6 #toc120]: a brief example of how application grammars can use the resource modules. -- [Detailed table of contents #toc118]. +- [Detailed table of contents #toc121]. Other relevant documents: diff --git a/lib/doc/synopsis.html b/lib/doc/synopsis.html index d6c7dfa2f..34c83d782 100644 --- a/lib/doc/synopsis.html +++ b/lib/doc/synopsis.html @@ -65,13 +65,13 @@ The main contents are: constructing trees in them.
  • Chapter 2: syntactic construction functions, with cross-links and examples. -
  • Chapter 3: morphological paradigms. -
  • Chapter 4: additional libraries. -
  • Chapter 5: how to "browse" the library by +
  • Chapter 3: morphological paradigms. +
  • Chapter 4: additional libraries. +
  • Chapter 5: how to "browse" the library by loading the grammars into the gf command editor. -
  • Chapter 6: a brief example of how application grammars can +
  • Chapter 6: a brief example of how application grammars can use the resource modules. -
  • Detailed table of contents. +
  • Detailed table of contents.

    @@ -582,7 +582,7 @@ Lexical category, constructors given in mkAP A2 -> NP -> AP -

    married to her
    +
    married to her
    mkAP @@ -668,7 +668,7 @@ Lexical category, constructors given in so_AdA AdA -
    so warm
    +
    so warm
    too_AdA @@ -796,7 +796,7 @@ Lexical category, constructors given in mkAdv Conj -> ListAdv -> Adv -
    with her , here and now
    +
    with her , here and now
    somewhere_Adv @@ -924,12 +924,12 @@ Lexical category, constructors given in mkCN N -> RS -> CN -
    man whom she loves
    +
    man whom she loves
    mkCN CN -> RS -> CN -
    old man whom she loves
    +
    old man whom she loves
    mkCN @@ -949,7 +949,7 @@ Lexical category, constructors given in mkCN CN -> QS -> CN -
    question if she sleeps
    +
    question if she sleeps
    mkCN @@ -1026,7 +1026,7 @@ Lexical category, constructors given in mkCl NP -> V2 -> NP -> Cl -
    she loves him
    +
    she loves him
    mkCl @@ -1101,7 +1101,7 @@ Lexical category, constructors given in mkCl NP -> A2 -> NP -> Cl -
    she is married to him
    +
    she is married to him
    mkCl @@ -1212,7 +1212,7 @@ Lexical category, constructors given in mkClSlash NP -> VS -> SSlash -> ClSlash -
    whom does she know that we hadn't seen
    +
    whom does she know that we hadn't seen
    @@ -1298,52 +1298,52 @@ Lexical category, constructors given in aPl_Det Det -
    women
    +
    women
    aSg_Det Det -
    a ...
    +
    a ...
    a_Det Det -
    a ...
    +
    a ...
    every_Det Det -
    every woman
    +
    every woman
    few_Det Det -
    few women
    +
    few women
    many_Det Det -
    many houses
    +
    many houses
    mkDet Quant -> Det -
    this
    +
    this
    mkDet Quant -> Card -> Det -
    these five
    +
    these five
    mkDet Quant -> Ord -> Det -
    the fifth
    +
    the fifth
    mkDet Quant -> Num -> Ord -> Det -
    the five best
    +
    the five best
    mkDet @@ -1353,7 +1353,7 @@ Lexical category, constructors given in mkDet Card -> Det -
    five
    +
    five
    mkDet @@ -1373,12 +1373,12 @@ Lexical category, constructors given in mkDet Pron -> Num -> Det -
    my five
    +
    my five
    much_Det Det -
    much wine
    +
    much wine
    somePl_Det @@ -1388,12 +1388,12 @@ Lexical category, constructors given in someSg_Det Det -
    some wine
    +
    some wine
    that_Det Det -
    that woman
    +
    that woman
    thePl_Det @@ -1403,12 +1403,12 @@ Lexical category, constructors given in theSg_Det Det -
    the house
    +
    the house
    the_Det Det -
    the house
    +
    the house
    these_Det @@ -1418,7 +1418,7 @@ Lexical category, constructors given in this_Det Det -
    this woman
    +
    this woman
    those_Det @@ -1747,7 +1747,7 @@ Lexical category, constructors given in pluralImpForm ImpForm -
    be men
    +
    be men
    politeImpForm @@ -1910,37 +1910,37 @@ Lexical category, constructors given in everybody_NP NP -
    everybody
    +
    everybody
    everything_NP NP -
    everything
    +
    everything
    he_NP NP -
    he
    +
    he
    i_NP NP -
    I
    +
    I
    it_NP NP -
    it
    +
    it
    mkNP Quant -> N -> NP -
    this man
    +
    this man
    mkNP Quant -> CN -> NP -
    this old man
    +
    this old man
    mkNP @@ -2005,97 +2005,97 @@ Lexical category, constructors given in mkNP PN -> NP -
    Paris
    +
    Paris
    mkNP Pron -> NP -
    we
    +
    we
    mkNP Quant -> NP -
    this
    +
    this
    mkNP Quant -> Num -> NP -
    these five
    +
    these five
    mkNP Det -> NP -
    the five best
    +
    the five best
    mkNP CN -> NP -
    old beer
    +
    old beer
    mkNP N -> NP -
    beer
    +
    beer
    mkNP Predet -> NP -> NP -
    only this woman
    +
    only this woman
    mkNP NP -> V2 -> NP -
    the man seen
    +
    the man seen
    mkNP NP -> Adv -> NP -
    Paris today
    +
    Paris today
    mkNP NP -> RS -> NP -
    John Predef.SOFT_BIND , who walks ...
    +
    John Predef.SOFT_BIND , who walks ...
    mkNP Conj -> NP -> NP -> NP -
    this woman or John
    +
    this woman or John
    mkNP Conj -> ListNP -> NP -
    this woman , John or I
    +
    this woman , John or I
    nobody_NP NP -
    nobody
    +
    nobody
    nothing_NP NP -
    nothing
    +
    nothing
    she_NP NP -
    she
    +
    she
    somebody_NP NP -
    somebody
    +
    somebody
    something_NP NP -
    something
    +
    something
    that_NP NP -
    that
    +
    that
    these_NP @@ -2105,12 +2105,12 @@ Lexical category, constructors given in they_NP NP -
    they
    +
    they
    this_NP NP -
    this
    +
    this
    those_NP @@ -2120,22 +2120,22 @@ Lexical category, constructors given in we_NP NP -
    we
    +
    we
    youPl_NP NP -
    you
    +
    you
    youPol_NP NP -
    you
    +
    you
    you_NP NP -
    you
    +
    you
    @@ -2380,7 +2380,7 @@ Lexical category, constructors given in not_Predet Predet -
    not everybody
    +
    not everybody
    only_Predet @@ -2517,47 +2517,47 @@ Lexical category, constructors given in he_Pron Pron -
    he
    +
    he
    i_Pron Pron -
    I
    +
    I
    it_Pron Pron -
    it
    +
    it
    she_Pron Pron -
    she
    +
    she
    they_Pron Pron -
    they
    +
    they
    we_Pron Pron -
    we
    +
    we
    youPl_Pron Pron -
    you
    +
    you
    youPol_Pron Pron -
    you
    +
    you
    youSg_Pron Pron -
    you
    +
    you
    @@ -2614,7 +2614,7 @@ Lexical category, constructors given in mkQCl IP -> V2 -> NP -> QCl -
    who loves her
    +
    who loves her
    mkQCl @@ -2684,7 +2684,7 @@ Lexical category, constructors given in mkQCl IP -> A2 -> NP -> QCl -
    who is married to him
    +
    who is married to him
    mkQCl @@ -2719,7 +2719,7 @@ Lexical category, constructors given in mkQCl IP -> ClSlash -> QCl -
    whom does she love today
    +
    whom does she love today
    mkQCl @@ -2781,7 +2781,7 @@ Lexical category, constructors given in a_Quant Quant -
    a ...
    +
    a ...
    mkQuant @@ -2791,22 +2791,22 @@ Lexical category, constructors given in no_Quant Quant -
    no house
    +
    no house
    that_Quant Quant -
    that house
    +
    that house
    the_Quant Quant -
    the house
    +
    the house
    this_Quant Quant -
    this house
    +
    this house
    @@ -2832,7 +2832,7 @@ Lexical category, constructors given in mkRCl RP -> V2 -> NP -> RCl -
    woman who loves him
    +
    woman who loves him
    mkRCl @@ -2842,7 +2842,7 @@ Lexical category, constructors given in mkRCl RP -> VV -> VP -> RCl -
    woman who wants to sleep
    +
    woman who wants to sleep
    mkRCl @@ -2887,7 +2887,7 @@ Lexical category, constructors given in mkRCl RP -> V2V -> NP -> VP -> RCl -
    woman who begs him to sleep
    +
    woman who begs him to sleep
    mkRCl @@ -2902,7 +2902,7 @@ Lexical category, constructors given in mkRCl RP -> A2 -> NP -> RCl -
    woman who is married to him
    +
    woman who is married to him
    mkRCl @@ -2932,12 +2932,12 @@ Lexical category, constructors given in mkRCl RP -> NP -> V2 -> RCl -
    woman whom we love
    +
    woman whom we love
    mkRCl RP -> ClSlash -> RCl -
    woman whom she loves today
    +
    woman whom she loves today
    mkRCl @@ -2979,7 +2979,7 @@ Lexical category, constructors given in mkRS (Tense) -> (Ant) -> (Pol) -> RCl -> RS -
    woman who wouldn't have slept
    +
    woman who wouldn't have slept
    mkRS @@ -2989,7 +2989,7 @@ Lexical category, constructors given in mkRS Conj -> RS -> RS -> RS -
    woman who sleeps or whom we love
    +
    woman who sleeps or whom we love
    mkRS @@ -3355,7 +3355,7 @@ Lexical category, constructors given in mkUtt (ImpForm) -> (Pol) -> Imp -> Utt -
    don't be men
    +
    don't be men
    mkUtt @@ -3370,7 +3370,7 @@ Lexical category, constructors given in mkUtt NP -> Utt -
    this man
    +
    this man
    mkUtt @@ -3498,7 +3498,7 @@ Lexical category, constructors given in mkVP V2 -> NP -> VP -
    to love him
    +
    to love him
    mkVP @@ -3558,7 +3558,7 @@ Lexical category, constructors given in mkVP A2 -> NP -> VP -
    to be married to him
    +
    to be married to him
    mkVP @@ -3593,7 +3593,7 @@ Lexical category, constructors given in mkVP AdV -> VP -> VP -
    to always sleep
    +
    to always sleep
    mkVP @@ -3613,12 +3613,12 @@ Lexical category, constructors given in passiveVP V2 -> VP -
    to be loved
    +
    to be loved
    passiveVP V2 -> NP -> VP -
    to be loved by her
    +
    to be loved by her
    progressiveVP @@ -3628,7 +3628,7 @@ Lexical category, constructors given in reflexiveVP V2 -> VP -
    to love itself
    +
    to love itself
    reflexiveVP @@ -4919,7 +4919,7 @@ source N -> Str -> N -compound, e.g. "número" + "de telèfon" +compound, e.g. "número" + "de telèfon" mkN2 @@ -4939,7 +4939,7 @@ source N -> Prep -> Prep -> N3 -e.g. connexió + genitive + dative +e.g. connexió + genitive + dative mkPN @@ -5007,6 +5007,11 @@ source V -> Str -> V +particle verb + + reflV V -> V reflexive verb @@ -5570,7 +5575,7 @@ source V -> V -force auxiliary "være" +force auxiliary "være" depV @@ -6357,6 +6362,36 @@ source Adv +- + + +mkConj +Str -> Conj +just one word, default number Sg: e.g. "ja" + + +mkConj +Str -> Number -> Conj --just one word + number: e.g. "ja" Pl +- + + +mkConj +Str -> Str -> Conj --two words, default number: e.g. "nii" "kui" +- + + +mkConj +Str -> Str -> Number -> Conj --two words + number: e.g. "nii" "kui" Pl +- + + +mkPConj +Str -> PConj +- + + mkN (ema : Str) -> N predictable nouns, covers 90% @@ -6507,6 +6542,11 @@ source V3 +string, default cases accusative + allative + + dirV3 V -> Case -> V3 liigutama, (accusative), illative @@ -6522,16 +6562,31 @@ source VS +- + + mkV2S V -> Prep -> V2S e.g. "ütlema" allative +mkV2S +Str -> V2S --default (mkV foo) allative +- + + mkVV V -> VV e.g. "hakkama" +mkVV +Str -> VV +- + + mkVVf V -> InfForm -> VV e.g. "hakkama" infMa @@ -6542,6 +6597,11 @@ source +mkV2V +Str -> V2V +e.g. "käskima" adessive + + mkV2Vf V -> Prep -> InfForm -> V2V e.g. "keelama" partitive infMast @@ -6552,16 +6612,31 @@ source +mkVA +Str -> VA +string, default case translative + + mkV2A V -> Prep -> Prep -> V2A e.g. "värvima" genitive translative +mkV2A +Str -> V2A +string, default cases genitive and translative + + mkVQ V -> VQ - +mkVQ +Str -> VQ +- + + mkV2Q V -> Prep -> V2Q e.g. "küsima" ablative @@ -6662,32 +6737,32 @@ source InfForm -e.g. "tehdä" +e.g. "tehdä" infIness InfForm -e.g. "tekemässä" +e.g. "tekemässä" infElat InfForm -e.g. "tekemästä" +e.g. "tekemästä" infIllat InfForm -e.g. "tekemään" +e.g. "tekemään" infPresPart InfForm -e.g. "tekevän" +e.g. "tekevän" infPresPartAgr InfForm -e.g. "tekevänsä" +e.g. "tekevänsä" prePrep @@ -6766,12 +6841,12 @@ source N +(vesi,veden,vesiä : Str) -> N also different sg.gen mkN -(vesi,veden,vesiä,vettä : Str) -> N +(vesi,veden,vesiä,vettä : Str) -> N also different sg.part @@ -6917,17 +6992,17 @@ source V -> Str -> V -hakata päälle (particle verb) +hakata päälle (particle verb) mkV Str -> V -> V -laimin+lyödä (prefixed verb) +laimin+lyödä (prefixed verb) caseV Case -> V -> V -deviating subj. case, e.g. genitive "täytyä" +deviating subj. case, e.g. genitive "täytyä" vOlla @@ -6987,7 +7062,7 @@ source V -> Case -> V3 -siirtää, (accusative), illative +siirtää, (accusative), illative dirdirV3 @@ -6997,7 +7072,7 @@ source VV -e.g. "yrittää" (puhua) +e.g. "yrittää" (puhua) mkVV @@ -7017,7 +7092,7 @@ source VS -e.g. "väittää" +e.g. "väittää" mkVS @@ -7037,12 +7112,12 @@ source V -> Prep -> V2V -e.g. "käskeä" genitive + infFiilat +e.g. "käskeä" genitive + infFiilat mkV2V V -> Prep -> InfForm -> V2V -e.g. "kieltää" partitive infElat +e.g. "kieltää" partitive infElat mkV2V @@ -7062,7 +7137,7 @@ source V -> Prep -> InfForm -> V2V -e.g. "kieltää" partitive infElat +e.g. "kieltää" partitive infElat mkVA @@ -7082,7 +7157,7 @@ source V -> Prep -> V2Q -e.g. "kysyä" ablative +e.g. "kysyä" ablative mkAdV @@ -7142,7 +7217,7 @@ source Number -> N -> Case -> Det -paljon + False + partitive, ei yhtään + True + partitive +paljon + False + partitive, ei yhtään + True + partitive mkInterj @@ -7195,17 +7270,17 @@ source Prep -dative, usually constructed with "à" +dative, usually constructed with "à " mkPrep Str -> Prep -simple preposition (other than "de" and "à") +simple preposition (other than "de" and "à ") mkPrep Str -> Prep -> Prep -complex preposition e.g. "à côté de" +complex preposition e.g. "à côté de" mkN @@ -7220,7 +7295,7 @@ source N -> Str -> N -compound noun, e.g. numéro + de téléphone +compound noun, e.g. numéro + de téléphone mkN2 @@ -7250,7 +7325,7 @@ source A -predictable, e.g. cher-chère +predictable, e.g. cher-chère mkA @@ -7280,7 +7355,7 @@ source A -> Prep -> A2 -e.g. supérieur + dative +e.g. supérieur + dative mkAdv @@ -7295,7 +7370,7 @@ source AdA -modify adjective, e.g. très +modify adjective, e.g. très mkV @@ -7335,12 +7410,12 @@ source V -> V -force auxiliary to be être (default avoir) +force auxiliary to be être (default avoir) reflV V -> V -reflexive, implies auxiliary être, e.g. se demander +reflexive, implies auxiliary être, e.g. se demander mkV2 @@ -7390,7 +7465,7 @@ source V -> VV -"j'arrive à parler" +"j'arrive à parler" mkV2S @@ -7538,7 +7613,7 @@ source Gender -> N -worst case: mann, mann, manne, mannes, männer, männern +worst case: mann, mann, manne, mannes, männer, männern mkN @@ -7682,17 +7757,17 @@ source V +(führen : Str) -> V regular verb mkV -(sehen,sieht,sah,sähe,gesehen : Str) -> V +(sehen,sieht,sah,sähe,gesehen : Str) -> V irregular verb theme mkV -(geben, gibt, gib, gab, gäbe, gegeben : Str) -> V +(geben, gibt, gib, gab, gäbe, gegeben : Str) -> V worst-case verb @@ -7763,7 +7838,7 @@ source V -> Prep -> Prep -> V3 -sprechen + mit + über +sprechen + mit + über mkVS @@ -8710,6 +8785,11 @@ source V -> Str -> V +particle verb + + essereV V -> V force "essere" as auxiliary (default avere) @@ -10352,7 +10432,7 @@ source V -> V -force "være" as auxiliary (default "have") +force "være" as auxiliary (default "have") depV @@ -11397,7 +11477,7 @@ source N -> Str -> N -compound, e.g. "número" + "de teléfono" +compound, e.g. "número" + "de teléfono" mkN2 @@ -11500,6 +11580,11 @@ source V -> Str -> V +particle verb + + reflV V -> V reflexive verb @@ -11715,7 +11800,7 @@ source N -> Prep -> Prep -> N3 -e.g. flyg - från - till +e.g. flyg - frÃ¥n - till mkPN @@ -11770,7 +11855,7 @@ source A -e.g. äkta +e.g. äkta mkA2 @@ -11780,7 +11865,7 @@ source Adv -postverbal, e.g. här +postverbal, e.g. här mkAdV @@ -11790,17 +11875,17 @@ source AdA -modify adjective, e.g. tämligen +modify adjective, e.g. tämligen mkV -(stämmer : Str) -> V +(stämmer : Str) -> V predictable verb: use present indicative mkV (slita, slet : Str) -> V -i/e/i, u/ö/u, u/a/u +i/e/i, u/ö/u, u/a/u mkV @@ -11809,13 +11894,13 @@ source V +(gÃ¥,gÃ¥r,gÃ¥,gick,gÃ¥tt,gÃ¥ngen : Str) -> V worst case mkV V -> Str -> V -particle verb, e.g. passa - på +particle verb, e.g. passa - pÃ¥ depV @@ -11825,7 +11910,7 @@ source V -> V -reflexive verb, e.g. ångra sig +reflexive verb, e.g. Ã¥ngra sig mkV2