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

https://github.com/ajithksenthil/document-date-extractor

Extracting dates using NER from Documents
https://github.com/ajithksenthil/document-date-extractor

nlp textanalysis

Last synced: 11 months ago
JSON representation

Extracting dates using NER from Documents

Awesome Lists containing this project

README

          

# Document-Date-Extractor

Date extractor, it parses through a docx file and then extracts the dates from it.
The problem solved is using regex to find dates of multiple forms for example December 12th and December twelvth should both be matched by this regex query.
To run the code you run kernel in assignment-1-ajithksenthil-main/src/code/assignment-1.pynb.