Size: 1414
Comment:
|
Size: 2051
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/snapshots</url> </repository> ... </repositories> }}} * and dependency information: {{{#!highlight xml <dependencies> ... <dependency> <groupId>pl.waw.ipipan.zil.core</groupId> <artifactId>md</artifactId> <version>1.2-SNAPSHOT</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
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:
- and dependency information:
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: