#!/bin/bash

for i in accuweather bio2rdf nature panoramio reddit w3 apartmentratings blogger linkedin nokia semanlink thesauri youtube dbtune
do
echo "Process $i"
../../stats/graphStats -i data/$i -d stats/$i> stats/${i}OUT
../../stats/graphStats -i data/$i -d stats/$i -I > stats/${i}IN
done;
