Package translate :: Package lang :: Module el :: Class el
[hide private]
[frames] | no frames]

Class el

source code

   object --+    
            |    
common.Common --+
                |
               el

This class represents Greek.

Instance Methods [hide private]

Inherited from common.Common: __init__, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]

Inherited from common.Common: capsstart, character_iter, characters, punctranslate, sentence_iter, sentences, word_iter, words

Class Variables [hide private]
  code = 'el'
The ISO 639 language code, possibly with a country specifier or other modifier.
  fullname = 'Greek'
The full (English) name of this language.
  nplurals = 2
The number of plural forms of this language.
  pluralequation = '(n != 1)'
The plural equation for selection of plural forms.
  sentenceend = u'.!;…'
These marks can indicate a sentence end.
  sentencere = re.compile(r'(?sx).*?[\.!;\u2026]\s+(?=[^a-z\d])')
  puncdict = {u';': u'·', u'?': u';'}
A dictionary of punctuation transformation rules that can be used by punctranslate().

Inherited from common.Common: CJKpunc, checker, commonpunc, ethiopicpunc, ignoretests, indicpunc, invertedpunc, listseperator, miscpunc, punctuation, quotes, rtlpunc

Properties [hide private]

Inherited from object: __class__