Commit db8b41eb by Sartika Aritonang

Upload New File

parent 4593ddb2
class ContextInterface(object):
"""description of class"""
def getOriginalWord(self):
pass
def setCurrentWord(self, word):
pass
def getCurrentWord(self):
pass
def getDictionary(self):
pass
def stopProcess(self):
pass
def processIsStopped(self):
pass
def addRemoval(self, removal):
pass
def getRemovals(self):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment