Inflectional rules

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: '''Inflectional rules''' (as well as inflectional paradigms) are used to generate the inflected forms out of the lemma. == When to use inflectional rules == Inflectional rules shoul...)
 
(Examples)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Inflectional rules''' (as well as [[inflectional paradigms]]) are used to generate the inflected forms out of the lemma.  
+
'''Inflectional rules''' are used to generate the inflected forms out of the [[base form]]. They differ from [[inflectional paradigms]] in the sense that they are specific to particular words (i.e., they are used to generated only irregular forms),
  
 
== When to use inflectional rules ==
 
== When to use inflectional rules ==
Line 9: Line 9:
 
Inflectional rules should be avoided whenever there can be stated a regular pattern for inflecting words. In this case, the inflectional behaviour should be described by an [[inflectional paradigms | inflectional paradigm]].
 
Inflectional rules should be avoided whenever there can be stated a regular pattern for inflecting words. In this case, the inflectional behaviour should be described by an [[inflectional paradigms | inflectional paradigm]].
  
== Example ==
+
== Examples ==
  
The plural of English nouns is considerably regular and can be treated, in most cases, by the following '''inflectional paradigms''':
+
;English
 +
:The word "child" is irregular and cannot be linked to any existing paradigm. So, the word must be associated to the paradigm IRREGULAR and the following must be informed in the field inflectional rules:
 +
:*SNG:="child";
 +
:*PLR:="children";
  
{|
+
;Latin
| Paradigm
+
:The word "Iuppiter" is irregular and cannot be linked to any existing paradigm. So, the word must be associated to the paradigm IRREGULAR and the following must be informed in the field inflectional rules:
| Rule
+
:*SNG&NOM:="Iuppiter";
| Description
+
:*SNG&GNT:="Iovis";
| Example
+
:*SNG&DAT:="Iovi";
|-
+
:*SNG&ACC:="Iovem";
| 1
+
:*SNG&VOC:="Iuppiter";
| PLR:=0>"s";
+
:*ABL&SNG:="Ioves";
| Add "s" to the end of the word
+
:*NOM&PLR:=NULL;
| boy > boys
+
:*GNT&PLR:=NULL;
|-
+
:*DAT&PLR:=NULL;
| 2
+
:*ACC&PLR:=NULL;
| PLR:="y">"ies";
+
:*VOC&PLR:=NULL;
| Replace "y" by "ies" at the end of the word
+
:*ABL&PLR:=NULL;
| city > cities
+
|-
+
| 3
+
| PLR:=0>"es";
+
| Add "es" to the end of the word
+
| kiss > kisses
+
|-
+
| 4
+
| PLR:="f">"ves";
+
| Replace "f" by "ves" at the end of the word
+
| woolf > woolves
+
|}
+
 
+
However, there are several special cases that, being very limited, should be treated by '''inflectional rules''' instead of inflectional paradigms:
+
 
+
{|
+
| Rule
+
| Description
+
| Case
+
|-
+
| PLR:="men";
+
| Replace the whole word by "men"
+
| man > men
+
|-
+
| PLR:="mice";
+
| Replace the whole word by "mice"
+
| mouse > mice
+
|-
+
| PLR:="feet";
+
| Replace the whole word by "feet"
+
| foot > feet
+
|-
+
| PLR:="children";
+
| Replace the whole word by "children"
+
| child > children
+
|-
+
| ...
+
| ...
+
| ...
+
|}
+
 
+
To choose between inflectional paradigms and inflectional rules is mainly a question of range. If a rule is applicable to several different words, it should be defined as a general inflectional paradigm; if it is applicable to a single word or to a very limited number of cases, it should be defined as an inflectional rule inside the very entry.
+
  
 
== Syntax ==  
 
== Syntax ==  
  
Inflectional rules should comply with '''[[f-mor]]''', the formalism for writing morphological rules in the UNL framework.
+
Inflectional rules should comply with the '''[[A-rule]]''' formalism for writing morphological rules in the UNL framework.
  
 
== Observation ==  
 
== Observation ==  
  
 
Inflectional rules can be combined with inflectional paradigms in order to describe localized irregular behaviour.
 
Inflectional rules can be combined with inflectional paradigms in order to describe localized irregular behaviour.

Latest revision as of 23:51, 18 June 2014

Inflectional rules are used to generate the inflected forms out of the base form. They differ from inflectional paradigms in the sense that they are specific to particular words (i.e., they are used to generated only irregular forms),

Contents

When to use inflectional rules

Inflectional rules should be used when the inflectional behaviour of a word is too specific (i.e., irregular).

When not to use inflectional rules

Inflectional rules should be avoided whenever there can be stated a regular pattern for inflecting words. In this case, the inflectional behaviour should be described by an inflectional paradigm.

Examples

English
The word "child" is irregular and cannot be linked to any existing paradigm. So, the word must be associated to the paradigm IRREGULAR and the following must be informed in the field inflectional rules:
  • SNG:="child";
  • PLR:="children";
Latin
The word "Iuppiter" is irregular and cannot be linked to any existing paradigm. So, the word must be associated to the paradigm IRREGULAR and the following must be informed in the field inflectional rules:
  • SNG&NOM:="Iuppiter";
  • SNG&GNT:="Iovis";
  • SNG&DAT:="Iovi";
  • SNG&ACC:="Iovem";
  • SNG&VOC:="Iuppiter";
  • ABL&SNG:="Ioves";
  • NOM&PLR:=NULL;
  • GNT&PLR:=NULL;
  • DAT&PLR:=NULL;
  • ACC&PLR:=NULL;
  • VOC&PLR:=NULL;
  • ABL&PLR:=NULL;

Syntax

Inflectional rules should comply with the A-rule formalism for writing morphological rules in the UNL framework.

Observation

Inflectional rules can be combined with inflectional paradigms in order to describe localized irregular behaviour.

Software