text=("I'll be there in time, but I also have to do my homhomework too,although I should finish them,so I may be late. And one more thing, can I use your car ?. Anyway after today I also need to work hard because my exam is in the next month.")
doc=nlp(text)
...
...
@@ -66,3 +71,4 @@ for sent in doc.sents:
iftransitionWordCount>=2andword_count>20:
print("## To make your English perfect make sure you don't use two transition words in a single sentence. Try to split senetce to two sesentences from transition words or conjunction!\n\n")