Documentation

Linglib.Fragments.Italian.Nouns

Italian Noun Lexicon Fragment #

Italian NP structure with gender. Bare arguments restricted (@cite{chierchia-1998} [-arg, +pred]). Italian is the star witness for Chierchia's predOnly parameter: nouns denote predicates and require a determiner to be argumental.

Determiner System #

@cite{chierchia-1998}

Italian has a richer article paradigm than French, with allomorphy conditioned by gender, number, and phonological context:

The partitive articles (di + definite article) serve as the obligatory indefinite plural — Italian has no bare plural arguments.

A lexical entry for an Italian noun.

  • formSg : String

    Singular form

  • formPl : Option String

    Plural form

  • Grammatical gender

  • countable : Bool

    Is this a count noun?

  • proper : Bool

    Is this a proper name?

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      Instances For

        Italian has a rich article system that blocks most bare arguments.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Italian determiners (articles).

          Instances For
            @[implicit_reducible]
            Equations
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Italian NP structure. Italian NPs require determiners in argument positions.

              • noun : NounEntry

                The underlying noun

              • number : Number

                Number

              • isBare : Bool

                Is this a bare NP (no determiner)?

              • determiner : Option Determiner

                The determiner (if not bare)

              Instances For
                def Fragments.Italian.Nouns.instReprNP.repr :
                NPStd.Format
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  Equations
                  Instances For

                    Create a definite NP (il/lo/la/i/gli/le). Uses il for masculine singular and la for feminine singular (the lo/gli allomorphs are phonologically conditioned and not modeled here).

                    Equations
                    Instances For

                      Create an indefinite singular NP (un/una).

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For

                        Create a partitive NP (del/della for mass, dei/delle for plural).

                        Equations
                        Instances For

                          Create a bare NP (restricted in Italian).

                          Equations
                          Instances For
                            Equations
                            Instances For
                              Equations
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  Instances For
                                    Equations
                                    Instances For
                                      Equations
                                      Instances For
                                        Equations
                                        Instances For
                                          Equations
                                          Instances For
                                            Equations
                                            Instances For
                                              Equations
                                              Instances For
                                                Equations
                                                Instances For
                                                  Equations
                                                  Instances For
                                                    Equations
                                                    Instances For
                                                      Equations
                                                      Instances For
                                                        Equations
                                                        Instances For
                                                          Equations
                                                          • One or more equations did not get rendered due to their size.
                                                          Instances For
                                                            def Fragments.Italian.Nouns.lookup (form : String) :
                                                            Option NounEntry
                                                            Equations
                                                            Instances For

                                                              In Italian, bare plurals are NOT generally licensed.

                                                              Equations
                                                              Instances For

                                                                In Italian, bare singulars are NOT licensed.

                                                                Equations
                                                                Instances For

                                                                  Italian definite plurals denote kinds: derived from predOnly + overt D. Because Italian is [-arg, +pred], D is required for argumenthood. With D present, the noun maps to a kind via ∩.

                                                                  Italian bare plurals cannot denote kinds: derived from predOnly + no D. Without D, Italian nouns remain predicates. No covert ∩ is available.

                                                                  Italian bare plurals denote properties: derived from predOnly. All [+pred] languages allow property denotation for nouns.