Periphrasis: Difference between revisions
From UNLwiki
Jump to navigationJump to search
imported>Martins No edit summary |
imported>Martins No edit summary |
||
| Line 1: | Line 1: | ||
'''Periphrasis''' is a device by which a grammatical category or grammatical relationship is expressed by a free morpheme ( | '''Periphrasis''' is a device by which a grammatical category or grammatical relationship is expressed by a free morpheme (such as an auxiliary verb), instead of being shown by inflection or derivation. | ||
In the UNL<sup>arium</sup> framework, periphrases always lead to the creation of syntactic relations, which are expressed through [[S-rule]]s as follows: | |||
(SOURCE NODE) := RELATION(HEAD; ARGUMENT); | |||
Where | |||
*CONDITION is a tag or list of tags, extracted from the [[tagset|UNDLF Tagset]], corresponding to the value of the attribute to be realised by complex grammatical structures; | |||
*RELATION is the syntactic relation to be created, extracted from the [[Syntax#Syntactic_Roles|syntactic roles]]. It must include a HEAD and an ARGUMENT (the specifier, the complement or the adjunct). Either the HEAD or an ARGUMENT must correspond to the node undergoing the transformation, and must be marked as %01 if not co-indexed to any node in the condition field. | |||
== Examples == | |||
*(FUT):=IC([will];%01,+INF); | |||
; | |||
**The auxiliary verb "will" is generated as the head of the inflectional phrase in case of future | |||
*PRS,PGS:=IH([be])VP(GER); | |||
**The auxiliary verb "be" is generated as the head of the inflectional phrase in case of present progressive (PRS,PGS) and t | |||
Revision as of 17:21, 24 March 2010
Periphrasis is a device by which a grammatical category or grammatical relationship is expressed by a free morpheme (such as an auxiliary verb), instead of being shown by inflection or derivation.
In the UNLarium framework, periphrases always lead to the creation of syntactic relations, which are expressed through S-rules as follows:
(SOURCE NODE) := RELATION(HEAD; ARGUMENT);
Where
- CONDITION is a tag or list of tags, extracted from the UNDLF Tagset, corresponding to the value of the attribute to be realised by complex grammatical structures;
- RELATION is the syntactic relation to be created, extracted from the syntactic roles. It must include a HEAD and an ARGUMENT (the specifier, the complement or the adjunct). Either the HEAD or an ARGUMENT must correspond to the node undergoing the transformation, and must be marked as %01 if not co-indexed to any node in the condition field.
Examples
- (FUT):=IC([will];%01,+INF);
- The auxiliary verb "will" is generated as the head of the inflectional phrase in case of future
- PRS,PGS:=IH([be])VP(GER);
- The auxiliary verb "be" is generated as the head of the inflectional phrase in case of present progressive (PRS,PGS) and t