Locked History Actions

Diff for "MentionDetector"

Differences between revisions 10 and 13 (spanning 3 versions)
Revision 10 as of 2015-07-09 13:17:59
Size: 1414
Editor: MateuszKopec
Comment:
Revision 13 as of 2016-10-13 20:54:38
Size: 2041
Editor: MateuszKopec
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
You may check out the source code from [[git repository]]. You may check out the source code from [[http://git.nlp.ipipan.waw.pl/core/md|git repository]].
Line 20: Line 20:
The manual and description of MentionDetector is available [[http://git.nlp.ipipan.waw.pl/core/md/raw/1d1bcc9d6d0ed23bd2ae2cfaab7b3f1118293173/doc/manual.pdf|here]]. The manual and description of MentionDetector is available [[http://git.nlp.ipipan.waw.pl/core/md/blob/master/doc/manual.pdf|here]].
Line 22: Line 22:
== Maven ==
If you want to use MentionDetector as Maven dependency, in your {{{pom.xml}}} file:
 * add repository information:
{{{#!highlight xml
<repositories>
  ...
  <repository>
    <id>zil-maven-repo</id>
    <name>ZIL maven repository</name>
    <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases</url>
  </repository>
  ...
</repositories>
}}}
 * and dependency information:
{{{#!highlight xml
<dependencies>
 ...
  <dependency>
    <groupId>pl.waw.ipipan.zil.core</groupId>
    <artifactId>md</artifactId>
    <version>1.3</version>
  </dependency>
 ...
</dependencies>
}}}

MentionDetector

This page offers the official Creative Commons Attribution 3.0 Unported License 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.

Principal developer: Mateusz Kopeć
Author: Mateusz Kopeć
License: CC BY v.3

http://i.creativecommons.org/l/by/3.0/88x31.png

Downloads

You may check out the source code from git repository.

The manual and description of MentionDetector is available here.

Maven

If you want to use MentionDetector as Maven dependency, in your pom.xml file:

  • add repository information:

   1 <repositories>
   2   ...
   3   <repository>
   4     <id>zil-maven-repo</id>
   5     <name>ZIL maven repository</name>
   6     <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases</url>
   7   </repository>
   8   ...
   9 </repositories>
  • and dependency information:

   1 <dependencies>
   2  ...
   3   <dependency>
   4     <groupId>pl.waw.ipipan.zil.core</groupId>
   5     <artifactId>md</artifactId>
   6     <version>1.3</version>
   7   </dependency>
   8  ...
   9 </dependencies>

Online demo

Multiservice 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.

You may also want to see other Polish Coreference Tools.

Citing

When using MentionDetector, you may cite the following article, which describes zero mention detection algorithm: List of publications

Mateusz Kopeć. Zero subject detection for Polish. In Proceedings of the 14th Conference of the European Chapter of the Association for Computational Linguistics, volume 2: Short Papers, pages 221–225, Gothenburg, Sweden, 2014. Association for Computational Linguistics.