Difference between revisions of "English to Polish"

From Apertium
Jump to navigation Jump to search
m (add an example of an imperfective/perfective pair)
Line 19: Line 19:
   
 
The perfective denotes a completed action. According to Wikipedia, "The aspectual distinctions exist on the lexical level &mdash; there is no unique method to form a perfective verb from a given imperfective one."<ref>Wikipedia [http://en.wikipedia.org/wiki/Grammatical_aspect#Aspect_in_Slavic_languages Grammatical aspect in Slavic languages]</ref>
 
The perfective denotes a completed action. According to Wikipedia, "The aspectual distinctions exist on the lexical level &mdash; there is no unique method to form a perfective verb from a given imperfective one."<ref>Wikipedia [http://en.wikipedia.org/wiki/Grammatical_aspect#Aspect_in_Slavic_languages Grammatical aspect in Slavic languages]</ref>
  +
   
 
;Apertium representation
 
;Apertium representation
   
 
As this is lexicalised, there is only one way to deal with it, and that is in the dictionaries, each verb will have two entries in the bilingual dictionary, one for perfective and one for imperfective.
 
As this is lexicalised, there is only one way to deal with it, and that is in the dictionaries, each verb will have two entries in the bilingual dictionary, one for perfective and one for imperfective.
  +
  +
For example:
  +
  +
<pre>
  +
<e><p><l>read<s n="vblex"/></l><r>czytać<s n="vblex"/><s n="imperf"/></r></p></e>
  +
<e><p><l>read<s n="vblex"/></l><r>przeczytać<s n="vblex"/><s n="perf"/></r></p></e>
  +
</pre>
   
 
==Syntax==
 
==Syntax==

Revision as of 09:14, 10 October 2007

Morphology

Nouns

Verbs

Polish has typically two forms for each verb, the perfective and the imperfective aspect. These usually come with a change in stem, for example:

Imperfective Perfective Gloss
widzieć zobaczyć to see
stawiać postawić to set up

The perfective denotes a completed action. According to Wikipedia, "The aspectual distinctions exist on the lexical level — there is no unique method to form a perfective verb from a given imperfective one."[1]


Apertium representation

As this is lexicalised, there is only one way to deal with it, and that is in the dictionaries, each verb will have two entries in the bilingual dictionary, one for perfective and one for imperfective.

For example:

    <e><p><l>read<s n="vblex"/></l><r>czytać<s n="vblex"/><s n="imperf"/></r></p></e>
    <e><p><l>read<s n="vblex"/></l><r>przeczytać<s n="vblex"/><s n="perf"/></r></p></e>

Syntax

Articles

Polish doesn't have articles, so translating English→Polish, we'll need to remove them, translating Polish→English, we'll need to add them.

   Mam               piwo
   mieć+p1.sg.pres 
   have+I            beer+nom
`I have a beer'
Apertium

Word order

Basic English and Polish word order are the same, SVO, so not much should need to be done here.

Notes