mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02: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:
@@ -1,10 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
-- This module contains operations that are needed to make the
|
||||
-- resource syntax work. To define everything that is needed to
|
||||
-- implement $Test$, it moreover contains regular lexical
|
||||
-- patterns needed for $Lex$.
|
||||
|
||||
resource ResLav = ParamX ** open Prelude in {
|
||||
|
||||
flags
|
||||
@@ -12,8 +7,6 @@ flags
|
||||
coding = utf8 ;
|
||||
|
||||
param
|
||||
-- Some parameters, such as $Number$, are inherited from $ParamX$.
|
||||
|
||||
-- Nouns
|
||||
Case = Nom | Gen | Dat | Acc | Loc | Voc ;
|
||||
Gender = Masc | Fem ;
|
||||
|
||||
Reference in New Issue
Block a user