mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
Swedish almost complete
This commit is contained in:
@@ -129,9 +129,10 @@ resource ResScand = ParamScand ** open Prelude in {
|
||||
_ => de
|
||||
} ;
|
||||
|
||||
-- regNP : Str -> Number -> {s : Case => Str ; a : Agr} = \that,n ->
|
||||
-- mkNP that that (that + "'s") n P3 ;
|
||||
--
|
||||
regNP : Str -> Str -> GenNum -> {s : NPForm => Str ; a : Agr} =
|
||||
\det,dess,gn ->
|
||||
mkNP det det dess dess dess gn P3 ;
|
||||
|
||||
|
||||
-- For $Verb$.
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
incomplete concrete TensedScand of Tensed = CatScand, TenseX ** open ResScand in {
|
||||
incomplete concrete TensedScand of Tensed = CatScand, TenseX **
|
||||
open ResScand in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user