mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 18:28:55 -06:00
Start working on mkClause for Turkish
This commit is contained in:
@@ -66,4 +66,7 @@ resource ResTur = ParamX ** open Prelude, Predef, HarmonyTur in {
|
|||||||
|
|
||||||
no_Prep = mkPrep [] Acc;
|
no_Prep = mkPrep [] Acc;
|
||||||
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} = \s,c -> lin Prep {s=s; c=c};
|
mkPrep : Str -> Case -> {s : Str; c : Case; lock_Prep : {}} = \s,c -> lin Prep {s=s; c=c};
|
||||||
|
|
||||||
|
mkClause : Str -> Verb -> {s : Str} =
|
||||||
|
\np, v -> ss "TODO" ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user