From 1786ffee402362bee28bba685390efb6f12750af Mon Sep 17 00:00:00 2001 From: "Ridvan-Vesel Karaman (karamanr)" Date: Fri, 24 Nov 2017 12:36:57 +0000 Subject: [PATCH] Update PartsOfSpeech.py --- PartsOfSpeech.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PartsOfSpeech.py b/PartsOfSpeech.py index 3fee8dc..94845cc 100644 --- a/PartsOfSpeech.py +++ b/PartsOfSpeech.py @@ -1,3 +1,4 @@ +#made by Ridvan Karaman def responce(sentence): resp = respond(sentence) return resp