Package medite :: Package MediteAppli :: Module aligne :: Class AlignHISVo
[hide private]
[frames] | no frames]

Class AlignHISVo

source code

Alignement --+        
             |        
      AlignLIS --+    
                 |    
          AlignHIS --+
                     |
                    AlignHISVo

Instance Methods [hide private]
 
_init_alignement(self, L1, L2, texte1, texte2, lt1)
Transformation en un alphabet ordonné
source code
 
_lis(self, Lkey1, Lkey2, dicoKey) source code
 
_his(self, Lkey1, Lkey2, dicoKey) source code
 
alignement(self, L1, L2, texte1, texte2, lt1)
Alignement LIS entre les 2 séquences pre: isinstance(L1,list) and isinstance(L2,list) and isinstance(texte1,str) and isinstance(texte2,str) post: (len(__return__[0])==len(__return__[1])) or (len(__return__[0])==len(__return__[1])+1) or (len(__return__[0])+1==len(__return__[1]))
source code

Inherited from AlignHIS (private): _lcis, _posOcurrences

Inherited from AlignLIS (private): _couverture, _creerPi

Method Details [hide private]

_init_alignement(self, L1, L2, texte1, texte2, lt1)

source code 
Transformation en un alphabet ordonné
Overrides: AlignHIS._init_alignement

alignement(self, L1, L2, texte1, texte2, lt1)

source code 
Alignement LIS entre les 2 séquences pre: isinstance(L1,list) and isinstance(L2,list) and isinstance(texte1,str) and isinstance(texte2,str) post: (len(__return__[0])==len(__return__[1])) or (len(__return__[0])==len(__return__[1])+1) or (len(__return__[0])+1==len(__return__[1]))
Overrides: AlignLIS.alignement