Commit f149437a authored by chalikaM's avatar chalikaM

update

parent 6cdca649
......@@ -37,3 +37,5 @@ print("Duration of Audio in Seconds", duration)
print("Duration of Audio in Minutes", duration/60)
print(len(data))
scoreForClearness = 50/100
......@@ -45,4 +45,6 @@ verb_phrases = textacy.extract.token_matches(doc, patterns)
for verb_phrases in verb_phrases:
print("You used questions forms in your conclusion. It is a good practice for a conclusion.")
print(f"Identified questions : {verb_phrases}")
\ No newline at end of file
print(f"Identified questions : {verb_phrases}")
scoreForConclusion = 60/100
\ No newline at end of file
......@@ -46,4 +46,6 @@ verb_phrases = textacy.extract.token_matches(doc, patterns)
for verb_phrases in verb_phrases:
print("You used questions forms in your introduction. It is a good practice for a introduction.")
print(f"Identified questions : {verb_phrases}")
\ No newline at end of file
print(f"Identified questions : {verb_phrases}")
scoreForIntroduction = 40/100;
\ No newline at end of file
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