Size: 1483
Comment:
|
Size: 2051
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
== Documentation == Manual and description of MentionDetector 1.1, in English: [[attachment:MD_Manual.pdf|Manual]] |
|
Line 22: | Line 18: |
MentionDetector 1.1 is available to download in two versions: * [[attachment:md-1.1-SNAPSHOT.one-jar.jar | standalone jar]] * [[attachment:md-1.1-src.jar | source code]] |
You may check out the source code from [[http://git.nlp.ipipan.waw.pl/core/md|git repository]]. |
Line 26: | Line 20: |
The manual and description of MentionDetector is available [[http://git.nlp.ipipan.waw.pl/core/md/blob/master/doc/manual.pdf|here]]. == 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> }}} |
|
Line 28: | Line 50: |
[[http://glass.ipipan.waw.pl/multiservice/|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. | [[http://multiservice.nlp.ipipan.waw.pl/|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. |
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: