def manualTextTransformation(text,textorg):
text = text.replace(" could ",' ')
text = text.replace(" please ",' ')
text = text.replace(" tell ",' ')
text = text.replace(" okay ",' ')
text = text.replace(" us ",' ')
text = text.replace(" would ",' ')
text = text.replace(" give ",' ')
text = text.replace(" get ",' ')
text = text.replace(" detail ",' ')
text = text.replace(" hello ",' ')
text = text.replace(" want ",' ')
if subStrCheck(textorg,"no"):