User:Andre Castro/2.1/annot/propp fucnt: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 1: Line 1:
=The Morphology of the folktale=
=Vladrimir Propp ''Morphology of the Folktale''=


This page compiles the functions Vladimir Propp identified in Russian folktales.
In 1928 Vladrimir Propp published a structural analyses of Russian fairy tales, in an attempt to lay bare its essential elements.
As refered in the introduction, Propp's work could serve as a way into a structural understanding of the interrelationships between folklore and literature, and folklore and mass media. Rather that focusing on content, structure would be the leading comparison element.


==Method and Material==
Propp's aim is to arrive at a morphology of Russian folktales.
Such process involves the description of the tale's component elements, and the relationships between themselves and the whole.


I wonder if the same functions, applied to other textual material can guide the creation of other tales.


===constants and variables===
Propp refers that Russian fairy tales there are both constants and variables:
* variable: characters, and characters' acts
* constants: functions


==Time-line==
 
The analysis follows the trajectory of its dramatis personae, the different functions it undertakes. And although the way in which a character undergoes the realization of a function varies, the function is a constant. The question that makes the constant function apparent is: "''what'' does the tales dramatis personae do?". ''Who'' and ''how'' are done to indentify the variables.
 
''Function is understood as an act of the character, defined from the point of view of its significance for the course of the action.''
 
 
While the number of characters of a tales is large, the number of functions is limited. The combination of these 2 side (limited functions, ilimited actions and characters) results on tales that on the one hand are multiform, pituresque and colorful, whiles on the other hand are repetitive and uniform.
 
 
====definition of constants====
Constants (functions) are independent from the personage who carries them out.
Its meaning is related to its place in the course of narration. (Identical acts can have different meanings; And different acts can have the same meaning).
 
 
====Sequence====
* The sequence of functions is uniform and identical. It allows only a very limited freedom.
 
====groupings====
* because not all the tales present the same functions, tales can be groups according to the functions the possess. Based on this premise a index of fairy tales can be created.
 
 
 
==The functions==
In the functions descriptions several important aspects can be noted:
* A) several acts can perform one function; As in the function ''lack'', which is set according to the object of lacking: the bride, a magical agent, or a wondrous object.
 
* B)Acts are interdependent. As in the function ''interdiction violated''(3): "the form o violation corresponds to the type of interdiction(2 and 3 are a pair)"
 
 
* C) Although the order of progression through the functions is constant, the acts that perform them, and which dictate the development of the story vary
As and example we can have the following functions
{ } absentation
{ } interdiction
{ } interdiction violated
 
with the possible variables:
{ older generation absent / death of parents / younger generation absent  } absentation
{ normal / inverted } interdiction
{ (dependent on the violation) } interdiction violated
 
 
 
==Functions==
 
===Time-line===


The tale begins with an '''initial situation'''. Example: Members of a family are enumerated, the future event are introduced now. (It constitutes not a function, but still an important morphological element)
The tale begins with an '''initial situation'''. Example: Members of a family are enumerated, the future event are introduced now. (It constitutes not a function, but still an important morphological element)
Line 20: Line 71:




==Functions==
 
<source lang="python">
<source lang="python">
foltktale_functions['absentation']={"number":1,                         
foltktale_functions['absentation']={"number":1,                         

Revision as of 13:59, 29 January 2013

Vladrimir Propp Morphology of the Folktale

In 1928 Vladrimir Propp published a structural analyses of Russian fairy tales, in an attempt to lay bare its essential elements. As refered in the introduction, Propp's work could serve as a way into a structural understanding of the interrelationships between folklore and literature, and folklore and mass media. Rather that focusing on content, structure would be the leading comparison element.

Method and Material

Propp's aim is to arrive at a morphology of Russian folktales. Such process involves the description of the tale's component elements, and the relationships between themselves and the whole.


constants and variables

Propp refers that Russian fairy tales there are both constants and variables:

  • variable: characters, and characters' acts
  • constants: functions


The analysis follows the trajectory of its dramatis personae, the different functions it undertakes. And although the way in which a character undergoes the realization of a function varies, the function is a constant. The question that makes the constant function apparent is: "what does the tales dramatis personae do?". Who and how are done to indentify the variables.

Function is understood as an act of the character, defined from the point of view of its significance for the course of the action.


While the number of characters of a tales is large, the number of functions is limited. The combination of these 2 side (limited functions, ilimited actions and characters) results on tales that on the one hand are multiform, pituresque and colorful, whiles on the other hand are repetitive and uniform.


definition of constants

Constants (functions) are independent from the personage who carries them out. Its meaning is related to its place in the course of narration. (Identical acts can have different meanings; And different acts can have the same meaning).


Sequence

  • The sequence of functions is uniform and identical. It allows only a very limited freedom.

groupings

  • because not all the tales present the same functions, tales can be groups according to the functions the possess. Based on this premise a index of fairy tales can be created.


The functions

In the functions descriptions several important aspects can be noted:

  • A) several acts can perform one function; As in the function lack, which is set according to the object of lacking: the bride, a magical agent, or a wondrous object.
  • B)Acts are interdependent. As in the function interdiction violated(3): "the form o violation corresponds to the type of interdiction(2 and 3 are a pair)"


  • C) Although the order of progression through the functions is constant, the acts that perform them, and which dictate the development of the story vary

As and example we can have the following functions

{ } absentation
{ } interdiction
{ } interdiction violated

with the possible variables:

{ older generation absent / death of parents / younger generation absent   } absentation
{ normal / inverted } interdiction
{ (dependent on the violation) } interdiction violated


Functions

Time-line

The tale begins with an initial situation. Example: Members of a family are enumerated, the future event are introduced now. (It constitutes not a function, but still an important morphological element)

  • scenario of prosperity
    • prepares to what will come later
    • servers as contrast
  • absentation take place -(might happen or not)
  • interdiction is introduced
  • interdiction is violated
  • villain enters - his role is to disturb the balance


foltktale_functions['absentation']={"number":1,                        
                         "summary":"one member of the family absents himself from home", 
                         "sub_cat":[
        "members of older generation absent (parents, husband)",
        "intensified absent: death of parents",
        "members of younger generation absent"
 ]}


foltktale_functions['interdiction']={"number":2, 
                         "summary":"an interdiction, often in the form a command, addressed to the hero. Can exist without, or following an absentation", 
                         "sub_cat":[
        "normal: 'do not go fishing'",
        "inverted - order or suggestion: 'take your brother to the woods'" 
        ]}

foltktale_functions['interdiction violated']={"number":"3", 
                         "summary":"the form o violation corresponds to the type of interdiction(2 and 3 are a pair)", 
                         "sub_cat":[
        ]}

foltktale_functions['reconnaissance']={"number":4, 
                         "summary":"villain makes attempt at reconnaissance", 
                         "sub_cat":[
        "normal: finding location of x", 
        "inverted: when the victim questions the villain"
        ]}

foltktale_functions['delivery']={"number": 5, 
                         "summary":"villain receives information about the victim", 
                         "sub_cat":[
        ]}

foltktale_functions['trickery']={"number":6, 
                         "summary":"villain attempts to deceive the victim in order to take possession of him or his belongings", 
                         "sub_cat":[
        "villain uses persuasion", 
        "villain acts through magical means",
        "villain use means of coercion"
        ]}

foltktale_functions['complicity']={"number":7, 
                         "summary":"victim submits to deception and thereby unwittingly helps the enemy", 
                         "sub_cat":[
        "hero agrees with villain",
        "hero reacts to the employment of magic",
        ]}


foltktale_functions['villainy']={"number":8, 
                         "summary":"villain causes harm to a member of a family. This is the moment when the movement of the tale is created. Previous actions prepare ground for villainy to happen. Complications begins at this point", 
                         "sub_cat":[ 
        'various forms of villainy'
        ]}


foltktale_functions['lack']={"number":"8a", 
                         "summary":"a member of the family lacks or desires something", 
                         "sub_cat":[
        "set according to object of lack:bride, magical agent, wondrous object, etc."
        ]}

foltktale_functions['mediation']={"number":9, 
                         "summary":"misfortune or lack is made known. The seeker-hero is approached with request or command. He is allowed to go. The seeker-hero will either be introduced and save the victim", "Hero is the victim: victim-hero", 
                         "sub_cat":[
        "call is given for help and hero is dispatched", 
        "hero is dispatched directly", 
        "hero is allowed to depart from home, initiative coming from him", 
        "misfortune is announce, causing hero to decide to leave",
        "hero is transported from home",
        "the hero condemned to death is secretly free",
        "a lament is sung, invoking a counteraction",
        ]}

foltktale_functions['beginning of counteraction']={"number":10, 
                         "summary":"the seeker-hero agrees or decides upon counteraction. It is marked by works such as: 'Permit us to look for the princess'", 
                         "sub_cat":[
        ]}

foltktale_functions['departure']={"number":11, 
                         "summary":"the hero leaves home", 
                         "sub_cat":[
        ]}

foltktale_functions['the 1st function of the donor']={"number":12, 
                         "summary":"the hero is tested, interrogated, attacked, etc, which prepares the way for him to receive a magical agent or helper", 
                         "sub_cat":[
        "donor tests the hero",
        "donor greets and interrogates the hero",
        "a dying or deceased person requests a service",
        "a prisoner begs for his freedom",
        "hero is approached with a request for mercy(from donor)",
        "disputants request a division of property",
        "a hostile creature tries to destroy the hero",
        "a hostile creature fight with the hero",
        "hero is shown a magical agent offered for exchange",
        ]}

foltktale_functions["hero's reaction"]={"number":13, 
                         "summary":"hero reacts to actions of the future donor", 
                         "sub_cat":[
        "hero withstands (or not) the test",
        "hero answers (or not) the greeting",
        "hero renders (or not) the service to the dead person",
        "hero frees a captive",
        "hero shows mercy to supplicant",
        "hero deceives the disputants and reconciles them",
        "hero defeats (or not) adversary",
        "hero agrees on exchange and uses the magical agent against its barter",
        ]}

foltktale_functions['provision or receipt of a magical agent']={"number":14, 
                         "summary":"hero acquires the use of a magical agent: animals,objects with magical helpers,object with magical properties,capacities given,", 
                         "sub_cat":[
        "agent is transferred",
        "agent is indicated",
        "agent is prepared",
        "agent is sold and purchased",
        "agent falls into the hands of the hero by chance",
        "agent suddenly appears",
        "agent is eaten or drunk",
        "agent is sized",
        "various characters place themselves at the disposal of the hero",
        "hero might posses magical qualities or special attributes",
        ]}

foltktale_functions['spacial transfer']={"number":15, 
                         "summary":"hero is transferred,delivered, or led to the location of an object or search", 
                         "sub_cat":[
        "hero flies through air",
        "hero travels on the ground or water",
        "hero is led",
        "the route is show to the hero",
        "hero makes use of bridge or tunnel",
        "hero follow bloody track",
        ]}

foltktale_functions['struggle']={"number":16, 
                         "summary":"villain and hero join in direct combat", 
                         "sub_cat":[
        "they fight in the open field",
        "they engage in competition",
        "they play cards",
        ]}

foltktale_functions['branding']={"number":17, 
                         "summary":"the hero is branded by a wound", 
                         "sub_cat":[
        ]}

foltktale_functions['victory']={"number":18, 
                         "summary":"the hero defeats the villain", 
                         "sub_cat":[
        "villain is defeated in open combat",
        "villain is defeated in contest",
        "villain looses at cards",
        "villain is killed without a preliminary fight",
        ]}

foltktale_functions['(liquidation)']={"number":19, 
                         "summary":"the initial misfortune is liquidated", 
                         "sub_cat":[
        "the object of a search is seized",
        "the object of a search is obtained by various characters at once",
        "the object of a search is obtained through enticements",
        "the object of a search is obtained as a result of the preceding actions",
        "the object of a search is obtained as a result of combat",
         "the object of a search is obtained as a result of use of magic agents",
         "the object of a search is caught",
         "the spell on a person is broken",
         "a captive is freed",
        ]}

foltktale_functions['return']={"number":20, 
                         "summary":"", 
                         "sub_cat":[
        ]}

foltktale_functions['pursuit, chase']={"number":21, 
                         "summary":"the hero is pursued attempts to kill/hurt the hero ", 
                         "sub_cat":[
        ]}

foltktale_functions['rescue']={"number":22, 
                         "summary":"rescue of the hero from pursuit", 
                         "sub_cat":[
        ]}

foltktale_functions['unrecognized arrival']={"number":23, 
                         "summary":"the hero, unrecognized, arrives home or to another country", 
                         "sub_cat":[
        ]}

foltktale_functions['unfounded claims']={"number":24, 
                         "summary":"a false hero presents unfounded claims. If home the claims are presented by his brothers.", 
                         "sub_cat":[
        ]}

foltktale_functions['difficult task']={"number":25, 
                         "summary":"a difficult task is proposed to the hero (Tales' favorite element). The tasks are extremely varied", 
                         "sub_cat":[
        ]}
foltktale_functions['solution']={"number":26, 
                         "summary":"the task is resolved (Solution depends on the task)", 
                         "sub_cat":[
        ]}

foltktale_functions['recognition']={"number":27, 
                         "summary":"the hero is recognized. He is recognized by a mark or a object given, by family or others", 
                         "sub_cat":[
        ]}

foltktale_functions['exposure']={"number":28, 
                         "summary":"false hero or villain is exposed. (sometimes all the events are recounted from beginning in the form of a tale. The villain is among the listeners and gives himself away by his expressions of dissaproval", 
                         "sub_cat":[
        ]}

foltktale_functions['transfiguration']={"number":29, 
                         "summary":"the hero is given a anew appearance", 
                         "sub_cat":[
        "hero builds a palace",
        "hero puts on garments",
        ]}

foltktale_functions['punishment']={"number":30, 
                         "summary":"villain is punished", 
                         "sub_cat":[
        ]}

foltktale_functions['wedding']={"number":31, 
                         "summary":"hero marries and ascents to the throne", 
                         "sub_cat":[
        ]}