#!/bin/sh
java -Xmx1024m -Xss1m -cp .:bin/:dist/* \
	edu.northwestern.at.morphadorner.tools.stripwordattributes.StripWordAttributes $1 $2 $3 $4 $5
