mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
mathtext examples from Bonn
This commit is contained in:
16
examples/mathtext/LexLogicGer.gf
Normal file
16
examples/mathtext/LexLogicGer.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
instance LexLogicGer of LexLogic = open SyntaxGer, ParadigmsGer,
|
||||
(MS = MakeStructuralGer), Prelude in {
|
||||
|
||||
oper
|
||||
case_N = mkN "Fall" "Fälle" masculine ;
|
||||
such_A = invarA "derart" ; ----
|
||||
by_Prep = mkPrep "durch" accusative ;
|
||||
all_Det = aPl_Det ;
|
||||
axiom_N = mkN "Axiom" ;
|
||||
theorem_N = mkN "Theorem" ;
|
||||
definition_N = mkN "Definition" ;
|
||||
define_V3 =
|
||||
mkV3 (mkV "definieren") (mkPrep [] accusative) (mkPrep "als" accusative) ;
|
||||
define_V2V = mkV2V (mkV "definieren") (mkPrep [] accusative) ;
|
||||
iff_Subj = MS.mkSubj "wenn und nur wenn" ;
|
||||
}
|
||||
Reference in New Issue
Block a user