Inline comment and Code Project
Build Docker Container
docker build -t johnlnguyen/comment2code:latest -f Dockerfile .Run Docker Container
docker run -v $(pwd):/ds -it johnlnguyen/comment2code:latestInspect Data
make inspectRandomly Shuffle and Inspect Data
make inspect-rand