mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
Attempto lexicon bug fixes
This commit is contained in:
@@ -4957,7 +4957,7 @@ and Italian grammars:
|
|||||||
|
|
||||||
The grammar must have the name ``grammar.js``. The abstract syntax and start
|
The grammar must have the name ``grammar.js``. The abstract syntax and start
|
||||||
category names in ``translator.html`` must match the ones in the grammar.
|
category names in ``translator.html`` must match the ones in the grammar.
|
||||||
With these changes, the translator works for any multilingual GF grammar.
|
With these changes, the translator works for any multilingual grammar.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ lin enter_V2 = mkV2 "enter" ;
|
|||||||
lin bank_N = mkkN "bank" ;
|
lin bank_N = mkkN "bank" ;
|
||||||
lin satisfied_A = mkA "satisfied" ;
|
lin satisfied_A = mkA "satisfied" ;
|
||||||
lin lucky_A = mkA "lucky" ;
|
lin lucky_A = mkA "lucky" ;
|
||||||
lin well_known_A = mkA "well" ;
|
lin well_known_A = mkA "well-known" ;
|
||||||
lin important_A = mkA "important" ;
|
lin important_A = mkA "important" ;
|
||||||
lin expensive_A = mkA "expensive" ;
|
lin expensive_A = mkA "expensive" ;
|
||||||
lin fill_in_V2 = mkV2 (partV (mkV "fill") "in") ;
|
lin fill_in_V2 = mkV2 (partV (mkV "fill") "in") ;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ lin john_PN = mkPN "John" ;
|
|||||||
lin apple_N = mkgN "Apfel" "Äpfel" masculine ;
|
lin apple_N = mkgN "Apfel" "Äpfel" masculine ;
|
||||||
lin sleep_V = IrregGer.schlafen_V ;
|
lin sleep_V = IrregGer.schlafen_V ;
|
||||||
lin young_A = mkA "jung" ;
|
lin young_A = mkA "jung" ;
|
||||||
lin dog_N = mkgN "Hund" "Hünde" masculine ;
|
lin dog_N = mkgN "Hund" "Hunde" masculine ;
|
||||||
lin animal_N = mkgN "Tier" "Tiere" neuter ;
|
lin animal_N = mkgN "Tier" "Tiere" neuter ;
|
||||||
lin wait_V = mkV "warten" ;
|
lin wait_V = mkV "warten" ;
|
||||||
lin man_N = mkgN "Mann" "Männer" masculine ;
|
lin man_N = mkgN "Mann" "Männer" masculine ;
|
||||||
|
|||||||
Reference in New Issue
Block a user