C-rule

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
Line 95: Line 95:
 
:VH([up],P)VC("the ghost",NP); (adjacency must not be informed, because in English head particles come before complements, by default: ''give'' > ''give up the ghost'')
 
:VH([up],P)VC("the ghost",NP); (adjacency must not be informed, because in English head particles come before complements, by default: ''give'' > ''give up the ghost'')
 
:VA([home],A,AJ1)VC("the bacon",NP,AJ2); (adjacency must be informed because in English the complement is normally generated before the adjunct: ''bring the bacon home'')
 
:VA([home],A,AJ1)VC("the bacon",NP,AJ2); (adjacency must be informed because in English the complement is normally generated before the adjunct: ''bring the bacon home'')
 
== Notes ==
 
<references />
 

Revision as of 18:14, 20 August 2013

C-rule (composition rule) is a specific subtype of transformation rule used for creating compounds and multi-word expressions out of base forms in the UNLarium framework.

Contents

Compounds

Compounding or composition is the word-formation process of creating compounds by combining or putting together lexemes. In the UNLarium framework, compounds are treated as ordinary simple words except in case of discontinuous multiword expressions or with infixation (such as "give in" or "take into account"). In these cases, the lemma is different from the base form, and the compound-formation process is expected to be defined through special rules, the composition rules, or C-rules.

When to use composition rules

Composition rules must be created when and only when the base form is different from the lemma.
This situation occurs only in case of the following multiword expressions:

  • when inflections are formed by infixation (in opposition to simple suffixation or prefixation); or
  • when the multiword expression is discontinuous.

For instance:
The English multiword expression "call for" has the following inflections: "call for", "calls for", "called for", "calling for", etc. These inflections are formed by infixation, in the sense they apply in the middle of the expression (between "call" and "for"). If we simply associate this expression to the inflectional paradigm of "call", we will have the following results: "call for", "call fors", "call fored", "call foring", etc. In order to prevent this problem, and to avoid the unnecessary proliferation of rules in the grammar, we split the multiword expression into two segments: the base form (BF), i.e., the term over which the inflections will be directly applied; and the composition rule (C-rule), which is the rule used to rebuild the lemma out of the base form. In the case of "call for", the BF is "call" and the c-rule is "VH([for],P);".

When not to use composition rules

Composition rules must not be used in the following circumstances:

  • When the word is not a multiword expression;
  • When the multiword expression is invariant;
  • When the inflections of the multiword expression are formed by prefixation or suffixation (such as in "call center" > "call centers");

Syntax

C-rules follow the syntax below:

MTW:=+<SYNTACTIC ROLE>(<ADDED>,<FEATURES>);

or simply:

<SYNTACTIC ROLE>(<ADDED>,<FEATURES>);

Where:

  • MTW is the tag for multiword expression (as this is fixed, it can be omitted)
  • <SYNTACTIC ROLE> is the syntactic role (VA, VC, VS, VH, etc) of the term to be added to the base form;
  • <ADDED> is the term to be added to the base form to form the compound. It must be represented between [brackets], if it is a lemma (i.e., if it is an entry in the dictionary), or between "quotes", if a string (i.e., if it is not an entry in the dictionary)
  • <FEATURES> are the features of the term to be added to the base form. The following features are mandatory:
    • the lexical category (A,J,N,V,C,P,D) of the term to be added, in case of isolated terms (between [brackets], or maximal projections (AP,JP,NP,VP,CP,PP,DP), in case of complex structures (between "quotes")
    • the inflectional properties (paradigm and/or inflectional rules) of the term to be added, if a [dictionary entry] that is not invariant (i.e., not M0)
    • the distribution (i.e., the position) of the term to be added, if not default
    • the adjacency of the term to be added, if not default

Examples

Lemma Base Form Composition rule Description
give in give VH([in],P) add the lemma "in", which is a preposition (P), as part of the head of the verbal phrase (VH)
make sense make VC([sense],N,M2) add the lemma "sense", which is a noun (N) belonging to the paradigm M2, as a complement of the head of the verbal phrase (VC)
take into account take VA("into account",AP) add the string "into account", which is an adverbial phrase (AP), as an adjunct to the head of the verbal phrase (VA)
throw <person> to the lions throw VA("to the lions",AP) add the string "to the lions", which is an adverbial phrase (AP), as an adjunct to the head of the verbal phrase (VA)


Observations

Composition rules must end in semicolon
VH([in],P)
VH([in],P);
Inflectional paradigms must be informed only if not invariant (i.e., not M0)
VH([in],P,M0);
VH([in],P);
Phrasal verbs
Particles of phrasal verbs must be represented as part of the head, if non separable, or as adjuncts, if separable:
  • give in = VH([in],P); (because "give something in")
  • give back = VA([back],A); (because "give back something" or "give something back")
"Quotes" or [brackets]?
In the compound-formation process, the UNLarium distinguishes between strings (to be represented between "") and lemmas (to be represented between [ ]). The difference between strings and lemmas has to do with the dictionary status: lemmas (but not strings) are expected to be dictionary entries.
  • VA("into account",AP); (the string "into account" is not expected to be a dictionary entry)
  • VC([sense],N,M2); (the term "sense" is expected to be a dictionary entry).
Lexical categories (A,J,N,V,P,...) or maximal projections (AP,JP,NP,VP,PP,...)?
[Dictionary entries] must be associated to their lexical category whereas "strings" must be associated to their maximal projection
  • take into account = VA("into account",AP); and not VA([into account],A,M0);
  • make sense = VC([sense],N,M2); and not VC("sense",NP);
General syntactic roles (NP, PP, XP) must not be defined in composition rules but inside the subcategorization frame
throw <person> to the lions =VA("to the lions",AP,M0); (and not "VA("to the lions",AP,M0)VC(NP);". The lemma should be associated to the transitive frame instead)
There can be as many composition rules as necessary to form the lemma out of the base form.
VH([up],P)VC("the ghost",NP); (give > give up the ghost)
Compounds must include as many terms as different syntactic roles.
give up the ghost = VH([up],P,M0)VC("the ghost",NP); (VH("up the ghost") or VC("up the ghost"))
Order is to be represented by the distribution features (">", ">>", "<", "<<", ...), if not default
VC([love],N,M0); (order must not be informed, because in English complements come at the right side by default: make > make love)
NS([the],D); (order must not be informed, because in English specifiers come at the left side, by default: Netherlands > the Netherlands)
NA([available],J,>>); (order must be informed, because in English nominal adjuncts come at the left side, by default: table > new table)
Adjacency is to be represented by the adjacency features (AJ0,AJ1,AJ2,...), if not default
VC([love],N,M2); (adjacency must not be informed, because in English complements come after the head, by default: make > make love)
VH([up],P)VC("the ghost",NP); (adjacency must not be informed, because in English head particles come before complements, by default: give > give up the ghost)
VA([home],A,AJ1)VC("the bacon",NP,AJ2); (adjacency must be informed because in English the complement is normally generated before the adjunct: bring the bacon home)
Software