mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
Latvian resource started by Normunds Gruzitis
This commit is contained in:
20
lib/src/latvian/ExtraLavAbs.gf
Normal file
20
lib/src/latvian/ExtraLavAbs.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
abstract ExtraLavAbs = Extra - [ProDrop] ** {
|
||||
{-
|
||||
-- uncontracted negations; contracted are the default
|
||||
fun
|
||||
UncNegCl : Temp -> Pol -> Cl -> S ;
|
||||
UncNegQCl : Temp -> Pol -> QCl -> QS ;
|
||||
UncNegRCl : Temp -> Pol -> RCl -> RS ;
|
||||
|
||||
UncNegImpSg : Pol -> Imp -> Utt; -- do not help yourself
|
||||
UncNegImpPl : Pol -> Imp -> Utt; -- do not help yourselves
|
||||
|
||||
-- freely compounded nouns
|
||||
|
||||
CompoundCN : CN -> CN -> CN ; -- rock album
|
||||
|
||||
that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
|
||||
|
||||
each_Det : Det ;
|
||||
-}
|
||||
}
|
||||
Reference in New Issue
Block a user