forked from GitHub/gf-core
non ho birra in Italian phrasebook
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [
|
concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [
|
||||||
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,
|
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,
|
||||||
mkPerson, Superlative
|
mkPerson, Superlative, SHaveNoMass
|
||||||
]
|
]
|
||||||
with
|
with
|
||||||
(Syntax = SyntaxIta),
|
(Syntax = SyntaxIta),
|
||||||
@@ -26,6 +26,8 @@ concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [
|
|||||||
YouPolMale =
|
YouPolMale =
|
||||||
{name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = PossFamQuant youPol_Pron} ;
|
{name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = PossFamQuant youPol_Pron} ;
|
||||||
|
|
||||||
|
SHaveNoMass p k = mkS negativePol (mkCl p.name (ComplCN have_V2 k)) ;
|
||||||
|
|
||||||
oper
|
oper
|
||||||
|
|
||||||
CNPlace : Type = {name : CN ; at : Prep ; to : Prep } ;
|
CNPlace : Type = {name : CN ; at : Prep ; to : Prep } ;
|
||||||
@@ -46,6 +48,7 @@ concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [
|
|||||||
mkPerson : Pron -> {name : NP ; isPron : Bool ; poss : Quant} = \p ->
|
mkPerson : Pron -> {name : NP ; isPron : Bool ; poss : Quant} = \p ->
|
||||||
{name = mkNP p ; isPron = True ; poss = PossFamQuant p} ;
|
{name = mkNP p ; isPron = True ; poss = PossFamQuant p} ;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user