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

Class vi

source code

   object --+    
            |    
common.Common --+
                |
               vi

This class represents Vietnamese.

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]
 
punctranslate(cls, text)
Converts the punctuation in a string according to the rules of the language.
source code

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

Class Variables [hide private]
  code = 'vi'
The ISO 639 language code, possibly with a country specifier or other modifier.
  fullname = 'Vietnamese'
The full (English) name of this language.
  nplurals = 1
The number of plural forms of this language.
  pluralequation = "0"
The plural equation for selection of plural forms.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

punctranslate(cls, text)
Class Method

source code 

Converts the punctuation in a string according to the rules of the language.

Overrides: common.Common.punctranslate
(inherited documentation)