This program matches product listings against a set of known products.
git clone https://github.com/jaywhy89/Sortable.git
or click here
After cloning,
cd Sortable
Type below to compile
make
To run,
make run
- Open "results.txt" to check output in JSON format.
To delete output and binary files,
make clean
OR, just type
./run.sh
- Java - Java 1.7
- json-simple - json simple 1.1.1
- Joo Young Kang