Skip to content

ravikanagpal/Regular_Expressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A list of all the resources used

Execution Instructions

Setup

# Setup python virtual environment
$ virtualenv venv --python=python3
$ source venv/bin/activate

# change directory to the repo where we have requirements file
$ cd Regular_Expressions/

# Install python dependencies
$ pip3 install  -r requirements.txt 

Run

Use the following command in the current directory.

python3 src/main.py data/dev/ output/dev.csv

Data

The assignment's development data can be found inside data/dev.


About

Use regular expressions to detect date format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages