qutuf / SourceCode /Controllers /Morphology /Entities /UnderivedCliticless.py
Boulbaba's picture
Upload 210 files
21baa2f verified
'''
Created on ٢٩‏/٠٥‏/٢٠١٠
@Created by: Muhammad Altabba
'''
from ....Controllers.Morphology.Entities.Cliticless import *;
class UnderivedCliticless(Cliticless):
"""
# PyUML: Do not remove this line! # XMI_ID:_qyiSo435Ed-gg8GOK1TmhA
"""
'''
Underived Word
'''
def __init__(self, unvoweled, voweled):
'''
Constructor
'''
self.UnvoweledForm = unvoweled;
self.VoweledForm = voweled;