[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
external:tectomt:tutorial [2009/01/20 14:22]
kravalova
external:tectomt:tutorial [2009/01/20 15:31]
kravalova
Line 22: Line 22:
  
  
-==== Installation and setup ==== 
  
-  * Install TrED TODO 
  
-  * Checkout SVN repository. If you are running this installation in computer lab in Prague, you have to create the repository in directory /home/BIG (because data quota don't apply here):+ 
 +==== Installation and setup ==== 
 + 
 +  * Checkout SVN repository. If you are running this installation in computer lab in Prague, you have checkout the repository into directory /home/BIG (because data quotas don't apply here):
  
 <code bash> <code bash>
Line 330: Line 331:
  
  
-==== SVO typology ==== 
  
-TODO+ 
 + 
 + 
 + 
 +==== SVO to SOV ==== 
 + 
 +**Motivation**: During translation from an SVO based language (English) to an SOV based language (Korean) we might need to change the word order from SVO to SOV.  
 + 
 +**Task**: On analytical layer, change the word order from SVO to SOV. 
 + 
 +**Instructions**: To find an object to a verb, look for ''$afun eq 'Obj' '' among effective children of a verb. 
 + 
  
  
Line 350: Line 362:
 ==== Prepositions ==== ==== Prepositions ====
  
-In dependency approach a question "where to hang prepositions" arises. In praguian style (PDT), prepositions are heads of the subtree and the noun/pronoun is dependent on the preposition. However, another ordering might be preferable: The noun/pronoun might be the head of subtree, while the preposition would take the role of a modifier.+**Motivation**: In dependency approach a question "where to hang prepositions" arises. In praguian style (PDT), prepositions are heads of the subtree and the noun/pronoun is dependent on the preposition. However, another ordering might be preferable: The noun/pronoun might be the head of subtree, while the preposition would take the role of a modifier.
  
 TODO obrazek TODO obrazek
  
-The task is to rehang all prepositions as indicated at the picture. You may assume that prepositions have at most 1 child.+**Task**: The task is to rehang all prepositions as indicated at the picture. You may assume that prepositions have at most 1 child. 
 + 
 +** Instructions**:
  
 You are going to need these new methods: You are going to need these new methods:

[ Back to the navigation ] [ Back to the content ]