Skip to content

Find out if a sentence is in Active voice or Passive voice.

Notifications You must be signed in to change notification settings

armsp/active_or_passive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

active_or_passive

spaCy

Find out if a sentence is in Active voice or Passive voice.

Requirements

  • Python 3.6+ (Uses f-strings)
  • Libraries
    1. Minimal
      • Spacy
    2. Full
      • Spacy
      • Flask

Steps -

  • Run the flask server
    • python3 voice.py
  • Open localhost:5000/voice in your browser.
  • Input a sentence in text box and press submit button
  • Get the result.

Demo

Active/Passive Demo

About

Find out if a sentence is in Active voice or Passive voice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages