The StanfordParser_Util.java file has an include statement pointing to a package that does not (or no longer) exists in the latest Stanford BioTagger release.
import edu.stanford.nlp.trees.TypedDependencyList;
The code compiles at least if you just use a Collection of TypedDependency objects.
Thanks. This has been fixed in release 1.0.2.