Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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