Separable verbs

From Apertium
Revision as of 05:10, 13 October 2007 by 122.252.226.40 (talk)
Jump to navigation Jump to search

nike air zoom miler officejet 6110 bpda it creative audigy 4 guam 1kg hegyalja dvd recorder disk siemens 355 cordles mapam ub40 homegrown big runca hs2r nokia rupee ocean colour scene filmed from the front row accordo canzoni televisori 27 elenco magazzini pannelli polistirolo orgasmos de teens tiziano ferro non me lo xtnd tv tuner schede acquisizione e tv apple shuffle 512 legge n 488 92 xsat tpscrypt lo schiavo del passato lcd 92vm storia citta di prato mago emilceramica cheb khaled aicha cotituzione europe codice omega masterizzatori dvd ram maiale assatanate nokia6600 cartone disney master card logo www castro marina it metropolis part 1 portatili athlon penna usb mp3 1gb elodie frege nuda zero divide 2 tu cosa fai stasera epson cx11n nino d angelo a mia nonna genova gay hotel croazia mare eax300sex td moondance buble lyrics blof countingcrows adobe creative suite cs custodia kodak dx6490 imagini in movimento dicaprio nudo case sardegna due matti al servizio dello stato piastra radianti www video porno barbie e il lago dei cigni upadance azienda speciale asm ps2 mod chip nuova volvo diesel auto nuove strade di taranto peugeot 106 1998 diesel microsoft com italy ofaolain sean j krantz helicopter attak sound blaster live 24 bit esterna garfild2 albertina scomparsa fiorista case di cura linea scuola frasi buongiorno pc amd sempron 3000 cartongesso fresa foto di croop circle video grande fratello tedesco http www che it sere nere di tiziano ferro lavatrici ariston pen usb mp3 gb impreza sti 2002 i breathe easy merlos space prenom carmen video scaricare final fantasy iii su nintendo ds v e vi su game boy advance pecorine videogiochi game boy vives en mi penna usb mp3 la mia seconda storia vera masterizzatore dvd notebook pioneer guida ai driver fastwebnet editor midi

Apertium may have some problems when dealing with separable verbs. Separable verbs are verbs that are formed with a verb stem, and a particle. For futher information see Wikipedia article here. These exist in most Germanic languages, and also languages such as Hungarian.

For example, in Afrikaans, the verb "to announce" is "aankondig". The usage is as follows:

  • Sterrekundiges kondig [die ontdekking] aan.
  • Astronomers announce [the discovery].

The stem "kondig" does not by itself mean anything, only in conjunction with the particle "aan", however this is not always the case. The past participle is formed by inserting "ge" in between the particle and the stem, for example:

  • Sterrekundiges het [die ontdekking] aangekondig.
  • Astronomers have announced [the discovery].

Currently Apertium has difficulty supporting this kind of feature in the morphological dictionaries.

Possible solutions

Several paradigms

Currently in the Afrikaans-English pair, separable verbs are dealt with as follows: Three paradigms are defined for verbs. The first is a list of possible particles/affixes (for example, "aan", "op", "onder", ...), the second is the "ge" past tense marker, the third is the standard verb ending paradigm.

So, for each separable verb, the definition looks something like:

  <e lm="kondig"><par n="attached__particles"/><par n="ge__past"/><i>kondig</i><par n="breek__vblex"/>

This allows us to analyse:

  • aankondig (announce)
  • aangekondig (announced)
  • kondig (announce) — Note: this is incorrect!

However, in an example such as above, where the "aan" portion is moved after the noun phrase in the sentence, we cannot analyse this, we instead rely on the fact that "kondig" does not have a meaning without "aan". Unfortunately this is not always the case...

Take for example, the verbs "onderdruk" and "druk". The former means "to suppress", the latter means "to press" or "to squeeze". So when we try and translate "onderdruk" → "suppress", instead we get "press under", or "squeeze under". This is not a good translation in this instance (although in many cases it can work, viz. "terugkry" → "kry terug" → "get back").

Furthermore, we cannot define "druk" as "suppress" and simply let the particle take care of itself, because "druk" has another meaning.

Infix paradigm

We could also consider using an infix paradigm. This is differently unclean from the other method. So for example, we would have a paradigm like ge__pref:

  <pardef n="ge__pref">
    <e lm="ge">
      <p>
        <l>ge</l>
        <r>ge</r>
       </p>
    </e>
    <e>
      <p>
        <l></l>
        <r></r>
      </p>
    </e>
  </pardef>

Note that in this case, we don't have any grammatical symbols on the right side. We then specify a multiword as follows:

  <e lm="wegloop"><i>weg</i><par n="ge__pref"/><i>loop</i><par n="breek__vblex"/></e>

This allows us to analyse:

  • wegloop (run away)
  • weggeloop (ran away)

This does not allow us to analyse simply "loop" (to run), we would need a separate paradigm for this. It also has the downside that both forms need to be specified in the bilingual dictionary, so for example:

  <e><p><l>run away</l><s n="vblex"/></l><r>wegloop<s n="vblex"/></r></p></e>
  <e><p><l>run away</l><s n="vblex"/><s n="past"/></l><r>weggeloop<s n="vblex"/></r></p></e>

It remains to be seen if the pay-off here, in having better translations is worth the cost in duplication of entries. Furthermore this still does not take care of "real separable" verbs.

Marking separable stems

If we mark the lemmata of verbs that can be used in separable contexts. We then use rules to say for example:

Sterrekundiges kondig [die ontdekking] aan.
               kondig NP               aan.   → announce NP

Sterrekundiges druk   [die ontdekking] onder.
               druk   NP               onder. → suppress NP

Sterrekundiges druk   [die ontdekking].
               druk   NP               ø      → press NP

This could be dealt with either in transfer or pre-transfer. If it was dealt with in pre-transfer,

^Sterrekundige<n><pl>$ ^kondig<vblex><pres><sep>$ ^die<det><def><sg>$ ^ontdekking<n><sg>$ ^aan<pr><sep>$^.<sent>$

Upon seeing the <sep> tag, the pre-transfer would chomp NPs until reaching either <sent> or an adverb, preposition, or whatever with another <sep> tag. Upon finding this tag, it would re-order the fragment thusly:

^Sterrekundige<n><pl>$ ^aankondig<vblex><pres>$ ^die<det><def><sg>$ ^ontdekking<n><sg>$^.<sent>$

The affix is put in its proper place before the verb, the <sep> tags are removed, and then the fragment is passed onto the transfer.

See also

Further reading

  • ten Hacken, P. and Bopp, S. (1998) "Separable Verbs in a Reusable Morphological Dictionary for German". Proceedings of the 36th annual meeting on Association for Computational Linguistics. pp. 471 - 475