Idea

Looking at a document from Recorded Future, I thought about the importance of normalizing dates.

For example, a date can be written in many formats such as 3/25/2012, 03/25/2012, 2012/3/25, 2012/03/25.

Using regular expression, I am going to make a program that normalizes dates and extracts dates as an key to sort the search results on Mohawk.

Comments

Popular Posts