mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -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:
@@ -30,7 +30,7 @@ lin
|
||||
|
||||
ExistNP np =
|
||||
let
|
||||
v = lin V mkVerb_toBe ;
|
||||
v = lin V mkVerb_Irreg_Be ;
|
||||
a = np.a
|
||||
in {
|
||||
s = \\mood,pol =>
|
||||
@@ -40,7 +40,7 @@ lin
|
||||
|
||||
ExistIP ip =
|
||||
let
|
||||
v = lin V mkVerb_toBe ;
|
||||
v = lin V mkVerb_Irreg_Be ;
|
||||
a = AgP3 ip.n Masc
|
||||
in {
|
||||
s = \\mood,pol =>
|
||||
|
||||
Reference in New Issue
Block a user