No pages like "MentionDetector"!

Clear message
Locked History Actions

MentionDetector

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.