File size: 600 Bytes
21baa2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
'''
Created on ٢٨‏/٠٤‏/٢٠١٠

@Created by: Muhammad Altabba
'''
from ....Models.Lexicon.RootAndPatterns.Root import *;
from ....Controllers.Morphology.Entities.Morpheme import *;


class Cliticless(Morpheme):
    """
     # PyUML: Do not remove this line! # XMI_ID:_qyiR_I35Ed-gg8GOK1TmhA
    """
    '''
    classdocs
    '''
            
        
    def __init__(self):
        '''
        Constructor
        '''
           
    pass
    
    def SetAttributeFromBinaryPOS(self, binaryPOS):
        self.BinaryPOS = binaryPOS;
        raise Exception('Not Implemented');
    pass