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:
Normunds Gruzitis
2012-08-08 09:45:15 +00:00
parent 3b85eafc83
commit 7fea17d15e
11 changed files with 346 additions and 313 deletions
+3
View File
@@ -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} ;