C-rule

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(Composition rules in the dictionary)
(Observations)
Line 63: Line 63:
  
 
== Observations ==
 
== Observations ==
 +
;Composition rules must end in semicolon:
 +
*<strike>VH([in])</strike>]
 +
*VH([in];
 
;Phrasal verbs
 
;Phrasal verbs
 
:Particles of phrasal verbs must be represented as part of the head, if non separable, or as adjuncts, if separable:
 
:Particles of phrasal verbs must be represented as part of the head, if non separable, or as adjuncts, if separable:
:*give in = VH([in]); ("give in something" but <strike>"give something in"</strike>)
+
:*give in = VH([in]); (because <strike>"give something in"</strike>)
:*give back = VA([back]); ("give back something" or "give something back")
+
:*give back = VA([back]); (because "give back something" or "give something back")
 
;General syntactic roles (NP, PP, XP) must not be defined in composition rules but inside the [[subcategorization frame]]:
 
;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"); (and not "VA("to the lions")VC(NP);". The lemma should be associated to the transitive frame instead)
+
:*throw <person> to the lions =VA("to the lions"); (and not "VA("to the lions")VC(NP);". The lemma should be associated to the transitive frame instead)
 
;"Quotes" or [brackets]?
 
;"Quotes" or [brackets]?
 
:In the compound-formation process, the UNL<sup>arium</sup> 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.
 
:In the compound-formation process, the UNL<sup>arium</sup> 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.
Line 74: Line 77:
 
:*VC([sense]); (the term "sense" is expected to be a dictionary entry).
 
:*VC([sense]); (the term "sense" is expected to be a dictionary entry).
 
;Complex compounds
 
;Complex compounds
:Compounds must include as many terms as different syntactic roles. One single "+" must be provided at the beginning of the rule:
+
:Compounds must include as many terms as different syntactic roles.  
:*give up the ghost = VH([up])VC("the ghost"); (<strike>+VH("up the ghost")</strike> or <strike>+VC("up the ghost")</strike>)
+
:*give up the ghost = VH([up])VC("the ghost"); (<strike>VH("up the ghost")</strike> or <strike>VC("up the ghost")</strike>)
 
;Order is to be represented by the [[Distribution|distribution features]] (">", ">>", "<", "<<", ...), if not default:
 
;Order is to be represented by the [[Distribution|distribution features]] (">", ">>", "<", "<<", ...), if not default:
 
:*VC([love]); (order must not be informed, because in English complements come at the right side by default: ''make'' > ''make love'')
 
:*VC([love]); (order must not be informed, because in English complements come at the right side by default: ''make'' > ''make love'')

Revision as of 19:26, 8 December 2011

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 (CPWR).

Contents

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 (CPWR), which is the rule used to rebuild the lemma out of the base form. In the case of "call for", the lemma is "call" and the composition rule is "VH([for],P,M0);".

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");

Examples

Lemma Base Form Composition rule Description
give in give VH([in],P,M0) add the lemma "in", which is a preposition (P) and invariant (M0), as part of the head of the verbal phrase (VH)
take into account take VA("into account",A,M0) add the string "into account", which is an adverb (A) and invariant (M0), as an adjunct to the head of the verbal phrase (VA)
throw <person> to the lions throw VA("to the lions",A,M0) add the string "to the lions", which is an adverb (A) and invariant (M0), as an adjunct to the head of the verbal phrase (VA)

Syntax

The syntax for composition rules is the following:

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

Where:

  • <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:

Composition rules in the dictionary

In the UNLarium framework, composition rules may be imported or exported in two different formats:

  • As complex structures[1], such as
[[sub-NLW][sub-NLW]...[sub-NLW]]  {ID}  “UW”  (ATTR , ..., #01(ATTR, ...), #02(ATTR, ...), ...)  < FLG , FRE , PRI >; COMMENTS
  • As simple structures, such as
[NLW]  {ID}  “UW”  (ATTR , ..., BF=<BASE FORM>, CPWR=MTW(<COMPOSITION RULE>) )  < FLG , FRE , PRI >; COMMENTS

Where <COMPOSITION RULE> is the rule or set of composition rules used to form the lemma out of the base form, and <BASE FORM> is the base form. Notice that the compostion rule must be informed as a value of the attribute CPWR and should be preceded by the tag MTW (muultiword).

Example of dictionary entries containing composition rules

  • [[bring] [back]] {12343} "202078294" (pos=VER, #01(IFX(ET0:=4>"ought")), #02(pos=PRE)) <eng, 0, 0>;
  • [bring back] {12343} "202078294" (pos=VER, BF=bring, CPWR=MTW(VA([back],A,M0);)) <eng, 0, 0>;

Observations

Composition rules must end in semicolon
  • VH([in])]
  • VH([in];
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]); (because "give something in")
  • give back = VA([back]); (because "give back something" or "give something back")
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"); (and not "VA("to the lions")VC(NP);". The lemma should be associated to the transitive frame instead)
"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"); (the string "into account" is not expected to be a dictionary entry)
  • VC([sense]); (the term "sense" is expected to be a dictionary entry).
Complex compounds
Compounds must include as many terms as different syntactic roles.
  • give up the ghost = VH([up])VC("the ghost"); (VH("up the ghost") or VC("up the ghost"))
Order is to be represented by the distribution features (">", ">>", "<", "<<", ...), if not default
  • VC([love]); (order must not be informed, because in English complements come at the right side by default: make > make love)
  • NS([the]); (order must not be informed, because in English specifiers come at the left side, by default: Netherlands > the Netherlands)
  • NA(>>,[available]); (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]); (adjacency must not be informed, because in English complements come after the head, by default: make > make love)
  • VH([up])VC("the ghost"); (adjacency must not be informed, because in English head particles come before complements, by default: give > give up the ghost)
  • VA([home],AJ1)VC("the bacon",AJ2); (adjacency must be informed because in English the complement is normally generated before the adjunct: bring the bacon home)

Notes

  1. For further information on complex structures inside the dictionary, refer to Dictionary Specs#Complex structures as NLW*
Software