Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarawd7/extracting-data-from-corpus-nltk-
Using any corpus (NLTK) 1-Extract all words starting with capital letter 2-extract all dates with the following format YYYY/MM/DD, DD/MM/YYYY, D/MM/YYYY, DD/M/YYYY YYYY-MM-DD, DD-MM-YYYY, D-MM-YYYY, DD-M-YYYY
https://github.com/omarawd7/extracting-data-from-corpus-nltk-
Last synced: about 1 month ago
JSON representation
Using any corpus (NLTK) 1-Extract all words starting with capital letter 2-extract all dates with the following format YYYY/MM/DD, DD/MM/YYYY, D/MM/YYYY, DD/M/YYYY YYYY-MM-DD, DD-MM-YYYY, D-MM-YYYY, DD-M-YYYY
- Host: GitHub
- URL: https://github.com/omarawd7/extracting-data-from-corpus-nltk-
- Owner: omarawd7
- Created: 2024-03-17T21:34:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T21:37:28.000Z (10 months ago)
- Last Synced: 2024-03-17T22:38:45.407Z (10 months ago)
- Language: Python
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extracting-data-from-corpus-NLTK-
Using any corpus (NLTK)
1-Extract all words starting with capital letter
2-extract all dates with the following format
YYYY/MM/DD, DD/MM/YYYY, D/MM/YYYY, DD/M/YYYY YYYY-MM-DD, DD-MM-YYYY, D-MM-YYYY, DD-M-YYYY
3-extract all c++ variables