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