#!/bin/bash
cd ../..
. setpath

python -m unittest discover -t ../src -s jptests.utils.nltk.ngram -p "*" $*
