Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pabasar/prescont-simpress

Converting present continuous sentences into simple present tense using NLTK
https://github.com/pabasar/prescont-simpress

nlp nltk python

Last synced: 3 days ago
JSON representation

Converting present continuous sentences into simple present tense using NLTK

Awesome Lists containing this project

README

        

# Changing the Tense with NLP techniques: Turning Present Continuous Tense sentences into Simple Present Tense using NLTK
### Use NLP techniques with Natural Language Toolkit library to convert the tense of given sentences, from Present Continuous into Simple Present. This is for Active Voice basic sentences only, with both positive and negative forms, not for the question form.
Check my article regarding this code: https://pabasar.medium.com/changing-the-tense-with-nlp-techniques-turning-present-continuous-tense-sentences-into-simple-da14870fff47