<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>MentionDetector</title><revhistory><revision><revnumber>15</revnumber><date>2018-06-06 13:37:01</date><authorinitials>BartlomiejNiton</authorinitials></revision><revision><revnumber>14</revnumber><date>2018-06-06 13:36:06</date><authorinitials>BartlomiejNiton</authorinitials></revision><revision><revnumber>13</revnumber><date>2016-10-13 20:54:38</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>12</revnumber><date>2015-07-10 11:30:14</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>11</revnumber><date>2015-07-09 13:18:19</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>10</revnumber><date>2015-07-09 13:17:59</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>9</revnumber><date>2015-03-18 18:47:04</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>8</revnumber><date>2014-07-23 22:05:50</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>7</revnumber><date>2014-06-11 12:58:19</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>6</revnumber><date>2014-06-11 11:36:04</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>5</revnumber><date>2014-03-03 16:06:15</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>4</revnumber><date>2014-02-27 16:22:22</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>3</revnumber><date>2014-02-27 16:08:21</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>2</revnumber><date>2014-02-27 12:55:17</date><authorinitials>MateuszKopec</authorinitials></revision><revision><revnumber>1</revnumber><date>2014-02-27 12:33:52</date><authorinitials>MateuszKopec</authorinitials></revision></revhistory></articleinfo><section><title>MentionDetector</title><para>This page offers the official <ulink url="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0 Unported License</ulink> release of the MentionDetector, a tool for performing mention detection for coreference resolution. By downloading the MentionDetector package you accept the conditions of that licence. </para><para><emphasis role="strong">Principal developer:</emphasis> <ulink url="http://zil.ipipan.waw.pl/MentionDetector/MateuszKopec#">Mateusz Kopeć</ulink></para><para> <emphasis role="strong">Author:</emphasis> <ulink url="http://zil.ipipan.waw.pl/MentionDetector/MateuszKopec#">Mateusz Kopeć</ulink></para><para> <emphasis role="strong">License:</emphasis> CC BY v.3 </para><para><inlinemediaobject><imageobject><imagedata fileref="http://i.creativecommons.org/l/by/3.0/88x31.png"/></imageobject><textobject><phrase>http://i.creativecommons.org/l/by/3.0/88x31.png</phrase></textobject></inlinemediaobject> </para><section><title>Downloads</title><para>You may check out the source code from <ulink url="http://git.nlp.ipipan.waw.pl/core/md">git repository</ulink>. </para><para>The manual and description of MentionDetector is available <ulink url="http://git.nlp.ipipan.waw.pl/core/md/blob/master/doc/manual.pdf">here</ulink>. </para></section><section><title>Maven</title><para>If you want to use MentionDetector as Maven dependency, in your <code>pom.xml</code> file: </para><itemizedlist><listitem><para>add repository information: </para></listitem></itemizedlist><programlisting format="linespecific" language="highlight" linenumbering="numbered" startinglinenumber="1"><methodname><![CDATA[<repositories]]></methodname><methodname><![CDATA[>]]></methodname>
<![CDATA[  ...]]>
<![CDATA[  ]]><methodname><![CDATA[<repository]]></methodname><methodname><![CDATA[>]]></methodname>
<![CDATA[    ]]><methodname><![CDATA[<id]]></methodname><methodname><![CDATA[>]]></methodname><![CDATA[zil-maven-repo]]><methodname><![CDATA[</id>]]></methodname>
<![CDATA[    ]]><methodname><![CDATA[<name]]></methodname><methodname><![CDATA[>]]></methodname><![CDATA[ZIL maven repository]]><methodname><![CDATA[</name>]]></methodname>
<![CDATA[    ]]><methodname><![CDATA[<url]]></methodname><methodname><![CDATA[>]]></methodname><![CDATA[http://maven.nlp.ipipan.waw.pl/content/repositories/releases]]><methodname><![CDATA[</url>]]></methodname>
<![CDATA[  ]]><methodname><![CDATA[</repository>]]></methodname>
<![CDATA[  ...]]>
<methodname><![CDATA[</repositories>]]></methodname>
</programlisting><itemizedlist><listitem><para>and dependency information: </para></listitem></itemizedlist><programlisting format="linespecific" language="highlight" linenumbering="numbered" startinglinenumber="1"><methodname><![CDATA[<dependencies]]></methodname><methodname><![CDATA[>]]></methodname>
<![CDATA[ ...]]>
<![CDATA[  ]]><methodname><![CDATA[<dependency]]></methodname><methodname><![CDATA[>]]></methodname>
<![CDATA[    ]]><methodname><![CDATA[<groupId]]></methodname><methodname><![CDATA[>]]></methodname><![CDATA[pl.waw.ipipan.zil.core]]><methodname><![CDATA[</groupId>]]></methodname>
<![CDATA[    ]]><methodname><![CDATA[<artifactId]]></methodname><methodname><![CDATA[>]]></methodname><![CDATA[md]]><methodname><![CDATA[</artifactId>]]></methodname>
<![CDATA[    ]]><methodname><![CDATA[<version]]></methodname><methodname><![CDATA[>]]></methodname><![CDATA[1.3]]><methodname><![CDATA[</version>]]></methodname>
<![CDATA[  ]]><methodname><![CDATA[</dependency>]]></methodname>
<![CDATA[ ...]]>
<methodname><![CDATA[</dependencies>]]></methodname>
</programlisting></section><section><title>Online demo</title><para><ulink url="http://multiservice.nlp.ipipan.waw.pl/">Multiservice</ulink> offers an online demo of MentionDetector. You need to select a chain of preprocessing actions before adding MentionDetector as the last component. For example, try: Concraft, Spejd, Nerf, MentionDetector. </para><para>You may also want to see <ulink url="http://zil.ipipan.waw.pl/MentionDetector/PolishCoreferenceTools#">other Polish Coreference Tools</ulink>. </para></section><section><title>Citing</title><para>When using MentionDetector, you may cite the following article, which describes zero mention detection algorithm: <!--RAW HTML: <!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>
        <title>List of publications</title>
        <script type="text/javascript">
            <!- -
            function toggleVisibility(id, imgId) {
                var e = document.getElementById(id);
                var i = document.getElementById(imgId)
                if(e.style.display == 'block') {
                    e.style.display = 'none';
                    i.src = "https://publications.nlp.ipipan.waw.pl/static/img/closed.gif"
                }
                else {
                    e.style.display = 'block';
                    i.src = "https://publications.nlp.ipipan.waw.pl/static/img/open.gif"
                }
            }
            $(document).ready(function() {
                ROOT_URL = "https://publications.nlp.ipipan.waw.pl";
            });
            //- ->
        </script>
        <link rel="stylesheet" href="https://publications.nlp.ipipan.waw.pl/static/css/publications.css"/>
    </head>
    <body>
        <div id="publicationsList">
            
        </div>
    </body>
</html>
--> </para></section></section></article>