Aquileo | Recent changes to bugshttps://sourceforge.net/p/bionlp-uima/bugs/2008-10-20T06:11:56ZRecent changes to bugsAquileo | BioTokenizer constructor missing2008-10-20T06:11:56Z2008-10-20T06:11:56ZDavid Randolphhttps://sourceforge.net/u/rndlph/https://sourceforge.nete4bf8cf91c846effaa8387245def9839d1c3c477<div class="markdown_content"><p>In the PennBioTokenizer_Util.java file, you call a nonexistent constructor:</p>
<p>bt = new BioTokenizer(tokenizerModelFile);</p>
<p>This cannot compile. The only BioTokenizer constructor available in the latest Penn BioTagger release takes no arguments. This may be a problem with the BioTagger release because it seems as though a model should be specified and not hard-coded, as it is in the Penn code. But I thought I would document this problem.</p>
<p>Cheers,<br />
Dave</p></div>Aquileo | TypedDependencyList does not exist2008-10-05T04:45:01Z2008-10-05T04:45:01ZDavid Randolphhttps://sourceforge.net/u/rndlph/https://sourceforge.netf623b75b761a56ca5e9aab25782bd8c6b8204258<div class="markdown_content"><p>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.</p>
<p>import edu.stanford.nlp.trees.TypedDependencyList;</p>
<p>The code compiles at least if you just use a Collection of TypedDependency objects.</p></div>