Italian Determiners (Quantifiers) #
Quantifier lexicon with syntactic and semantic properties, following
the QuantifierEntry pattern from Fragments/English/Determiners.lean
but extended with gender/number agreement for Italian.
Italian quantifiers agree in gender and/or number with their NP:
- ogni (every): invariant, singular
- qualche (some): invariant, singular
- nessuno/nessuna (no): gender-variable, singular, negative concord
- tutti/tutte (all): gender-variable, plural
- alcuni/alcune (some): gender-variable, plural
- molti/molte (many): gender-variable, plural
- pochi/poche (few): gender-variable, plural
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Italian.Determiners.instBEqQForce.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Monotonicity in the scope argument.
- increasing : Monotonicity
- decreasing : Monotonicity
- nonMonotone : Monotonicity
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Italian.Determiners.instBEqMonotonicity.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Weak/strong classification.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Italian.Determiners.instBEqStrength.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Gender for agreement.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Fragments.Italian.Determiners.instBEqGender.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Italian quantifier entry with gender/number agreement.
- form : String
- qforce : QForce
- monotonicity : Monotonicity
- strength : Strength
Gender agreement (none = invariant)
Number restriction
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Fragments.Italian.Determiners.instBEqItalianQuantifierEntry.beq x✝¹ x✝ = false
Instances For
ogni — every (invariant, singular, universal).
Equations
- One or more equations did not get rendered due to their size.
Instances For
qualche — some (invariant, singular, existential).
Equations
- Fragments.Italian.Determiners.qualche = { form := "qualche", qforce := Fragments.Italian.Determiners.QForce.existential, number := some Number.sg }
Instances For
nessuno — no one (masculine, singular, negative concord).
Equations
- One or more equations did not get rendered due to their size.
Instances For
nessuna — no one (feminine, singular, negative concord).
Equations
- One or more equations did not get rendered due to their size.
Instances For
tutti — all (masculine, plural, universal).
Equations
- One or more equations did not get rendered due to their size.
Instances For
tutte — all (feminine, plural, universal).
Equations
- One or more equations did not get rendered due to their size.
Instances For
alcuni — some (masculine, plural, existential).
Equations
- One or more equations did not get rendered due to their size.
Instances For
alcune — some (feminine, plural, existential).
Equations
- One or more equations did not get rendered due to their size.
Instances For
molti — many (masculine, plural, proportional).
Equations
- One or more equations did not get rendered due to their size.
Instances For
molte — many (feminine, plural, proportional).
Equations
- One or more equations did not get rendered due to their size.
Instances For
pochi — few (masculine, plural, proportional, decreasing).
Equations
- One or more equations did not get rendered due to their size.
Instances For
poche — few (feminine, plural, proportional, decreasing).
Equations
- One or more equations did not get rendered due to their size.
Instances For
All Italian quantifier entries.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lookup by form.
Equations
Instances For
ogni is universal, increasing, and strong.
nessuno is negative and decreasing.
tutti is universal, increasing, and strong.
qualche is existential and increasing.
pochi is proportional and decreasing.