#!/bin/sh
java -cp .:bin/:dist/* edu.northwestern.at.morphadorner.tools.lgparser.LGParser \
	data/lgparser "$1"
