Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pabasar/prescont-simpress
- Owner: pabasar
- Created: 2022-06-25T13:46:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T14:31:06.000Z (over 2 years ago)
- Last Synced: 2023-08-16T20:56:53.518Z (over 1 year ago)
- Topics: nlp, nltk, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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