mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
German Attempto - lots of words to check
This commit is contained in:
15
examples/attempto/LexAttemptoGer.gf
Normal file
15
examples/attempto/LexAttemptoGer.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
instance LexAttemptoGer of LexAttempto =
|
||||
open ExtraGer, SyntaxGer, ParadigmsGer, ConstructX, IrregGer in {
|
||||
|
||||
oper
|
||||
possible_A = mkA "möglich" ;
|
||||
necessary_A = mkA "nötig" ;
|
||||
own_A = mkA "eigen" ;
|
||||
have_VV = SyntaxGer.must_VV ;
|
||||
provably_Adv = mkAdv "beweisbar" ;
|
||||
provable_A = mkA "beweisbar" ;
|
||||
false_A = mkA "falsch" ;
|
||||
|
||||
genitiveNP np cn = mkNP (mkNP the_Art cn) (SyntaxGer.mkAdv possess_Prep np) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user