mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
Some improvements to the Latvian resource grammar
- some missing functions (needed for Phrasebook) - few bug-fixes (verb paradigms) - naming, formatting, clean-up
This commit is contained in:
@@ -9,6 +9,9 @@ oper
|
||||
mkSubj : Str -> Subj = \x ->
|
||||
lin Subj {s = x} ;
|
||||
|
||||
--mkNP : Str -> ParadigmsLav.Number -> NP = \s,n ->
|
||||
-- lin NP (regNP s n) ;
|
||||
|
||||
mkIDet : Str -> ParadigmsLav.Number -> IDet = \s,n ->
|
||||
lin IDet {s = \\_ => s ; n = n} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user