Commit 2e2e9eff authored by S.T. Galappaththi's avatar S.T. Galappaththi

Merge branch 'IT20167264' into 'master'

It20167264

See merge request !102
parents 14fd99aa bb08fded
......@@ -159,11 +159,11 @@ class GrammarMain:
# if function returns any correct output is displayed
if __name__ == "__main__":
obj = GrammarMain()
sent = "තොපි ආහාර ලෑස්ති කරාද"
out = obj.mapper(sentence=sent)
print(out)
# if __name__ == "__main__":
# obj = GrammarMain()
# sent = "තොපි ආහාර ලෑස්ති කරාද"
# out = obj.mapper(sentence=sent)
# print(out)
# මා සතුන්ට දානයක් දෙන්න හිතන් ඉන්නවා
# මා සතුන්ට දානයක් දෙන්න හිතන් ඉන්වා
......
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