forked from GitHub/gf-rgl
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