Here are three Java parsers that may be of use:<br><br>Dan Bikel's: <a href="http://www.cis.upenn.edu/%7Edbikel/software.html#stat-parser" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.cis.upenn.edu/~dbikel/software.html#stat-
<span id="st" name="st" class="st">parser</span></a><br>OpenNLP <span id="st" name="st" class="st">Parser</span>: 
<a href="https://sourceforge.net/projects/opennlp/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://sourceforge.net/projects/opennlp/</a><br>MSTParser: <a href="http://www.seas.upenn.edu/%7Estrctlrn/MSTParser/MSTParser.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.seas.upenn.edu/~strctlrn/MSTParser/MSTParser.html
</a><br><br>You may need to train models for English (though I believe there is an English parsing model available for the OpenNLP <span id="st" name="st" class="st">parser</span>, which is based on Ratnarparkhi's maxent 
<span id="st" name="st" class="st">parser</span>).
If you do need to train models, small amounts of the Penn Treebank are
available as part of the NLTK Toolkit, but for more accurate models
you'll need access to the full Penn Treebank.
<br><br>You might also want to check out the C&C CCG <span id="st" name="st" class="st">parser</span>, which comes with models and outputs various types of dependency structures:<br><br><a href="http://svn.ask.it.usyd.edu.au/trac/candc/wiki" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://svn.ask.it.usyd.edu.au/trac/candc/wiki
</a><br><br>You won't get any tree structures from this <span id="st" name="st" class="st">parser</span>
(it produces categorial grammar derivations), but probably the
dependency relations are all you need anyway. It is also one of the
fastest parsers on offer. (But note that free usage is only for
academic purposes.)
<br><span class="sg"><br>Jason</span><br><br><div><span class="gmail_quote">On 1/16/07, <b class="gmail_sendername">ben dbabis samira</b> <<a href="mailto:bendbabis_samira@yahoo.fr">bendbabis_samira@yahoo.fr</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div>hi,</div>
<div>Thanks for answering to my mail.</div>
<div>I need exactly a free <span id="st" name="st" class="st">parser</span> for english in java that generates as output syntactic tree (with semantic dependency relations) of the sentence introduced as input.</div>
<div>best regards;</div>
<div>Samira BEN DBABIS</div>
<div>MIRACL laboratory </div>
<div>Sfax, TUNISIA</div></div><span class="ad"><br>
                <hr size="1"> 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur <a href="http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Yahoo! Questions/Réponses</a>.</span></div><span class="ad">
</span></blockquote></div><br>