| <!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, license, hall, nivre, nilsson" /> |
| <meta name="description" content="MaltParser is distributed under this license." /> |
| <title>MaltParser - License</title> |
| <link rel="stylesheet" type="text/css" href="style.css" media="screen" /> |
| <link rel="stylesheet" type="text/css" href="print.css" media="print" /> |
| <link rel="canonical" href="http://www.maltparser.org/license.html" /> |
| <script type="text/javascript"> |
| var _gaq = _gaq || []; |
| _gaq.push(['_setAccount', 'UA-22905106-2']); |
| _gaq.push(['_trackPageview']); |
| (function() { |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| })(); |
| </script> |
| </head> |
| <body> |
| <h1>MaltParser</h1> |
| <div id="navtop"> |
| Modified: February 18 2018 |
| </div> |
| <div id="leftcol"> |
| <div id="navcol"> |
| <ul><li class="none"><a href="/" accesskey="1">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" accesskey="2">Changes</a></li> |
| <li class="none"><a href="license.html" accesskey="8">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" accesskey="6">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="publications.html">Publications</a></li> |
| <li class="none"><a href="conll.html">CoNLL Shared Task</a></li> |
| <li class="none"><a href="malteval.html">MaltEval</a></li> |
| </ul> |
| <h5>Contact</h5> |
| <ul><li class="none"><a href="contact.html" accesskey="7">Contact</a></li></ul> |
| </div> |
| </div> |
|
|
|
|
| <div id="bodycol"> |
| <div class="section"> |
| <h2>License</h2> |
| <div class="source"><pre>Copyright (c) 2007-2018 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 © Johan Hall, Jens Nilsson and Joakim Nivre</p> |
| </div> |
| </div> |
| </body> |
| </html> |