The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="robots" content="index,follow" />
	<meta name="revisit-after" content="14 days" />
	<meta name="keywords" content="MaltParser, dependency parsing, Nivre, NLP, CoNLL, treebank, machine learning, data-driven, parsing" />
	<meta name="description" content="MaltParser is a system for data-driven dependency parsing, which can be used to induce a parsing model from treebank data and to parse new data using an induced model." />
	<title>MaltParser - License</title>
	<style type="text/css" media="all">
      @import url("style.css");
    </style>
</head>
<body>
<h1>MaltParser</h1>
<div id="navtop">
Modified: July 15 2010
</div>
<div id="leftcol">
  <div id="navcol">
    <ul>
		<li class="none"><a href="index.html">Home</a></li>        
    </ul>
	<h5>Get MaltParser</h5>
   	<ul>
		<li class="none"><a href="download.html">Download</a></li>        
    	<li class="none"><a href="changes.html">Changes</a></li>      
    	<li class="none"><a href="license.html">License</a></li>
    </ul>
    <h5>Documentation</h5>
   	<ul>
		<li class="none"><a href="intro.html">Introduction</a></li>        
    	<li class="none"><a href="install.html">Installing MaltParser</a></li>      
    	<li class="none"><a href="userguide.html">User guide</a></li>
    	<li class="none"><a href="options.html">Options (short version)</a></li>
    	<li class="none"><a href="optiondesc.html">Options (long version)</a></li>
    	<li class="none"><a href="api/index.html">JavaDoc</a></li>
    </ul>
    <h5>Resources</h5>
    <ul>
    	<li class="none"><a href="mco/mco.html">Pre-trained models</a></li>
    	<li class="none"><a href="plugin/plugin.html">Plugin</a></li>
    	<li class="none"><a href="publications.html">Publications</a></li>
    	<li class="none"><a href="conll.html">CoNLL Shared Task</a></li>
    </ul>
    <h5>Contact</h5>
   	<ul>
		<li class="none"><a href="contact.html">Contact</a></li>        
    </ul>
  </div>
</div>


<div id="bodycol">
        <div class="section">
        <h2>License</h2>
<div class="source"><pre>Copyright (c) 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre

All rights reserved.

Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright 
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright 
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the distribution.
    * Neither the name of MaltParser nor the names of its contributors may be 
      used to endorse or promote products derived from this software without 
      specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</pre></div>    
<p id="footer">Copyright &copy; Johan Hall, Jens Nilsson and Joakim Nivre</p>
    </div>
</div>
</body>
</html>