Aquileo | Recent changes to bugshttps://sourceforge.net/p/bionlp-uima/bugs/Recent changes to bugsenMon, 20 Oct 2008 06:11:56 -0000Aquileo | BioTokenizer constructor missinghttps://sourceforge.net/p/bionlp-uima/bugs/2/<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>David RandolphMon, 20 Oct 2008 06:11:56 -0000https://sourceforge.nete4bf8cf91c846effaa8387245def9839d1c3c477Aquileo | TypedDependencyList does not existhttps://sourceforge.net/p/bionlp-uima/bugs/1/<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>David RandolphSun, 05 Oct 2008 04:45:01 -0000https://sourceforge.netf623b75b761a56ca5e9aab25782bd8c6b8204258