Skip to content

Python library for finding English tenses in sentences

License

Notifications You must be signed in to change notification settings

AliKhalili/tensefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tense Finder

Python library for finding English tense in sentences

  • find simple tenses
  • find passive tenses
  • find all sentences in text and all tense for each sentence

Installation

python setup.py

Usage

from TenseFinder.TenseParser import TenseParser
tense_parser = TenseParser()
tense_parser.find_tense_simple_form_str("How do you think children should spend their free time?")

About

Python library for finding English tenses in sentences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages