Locked History Actions

Diff for "Ruler"

Differences between revisions 8 and 21 (spanning 13 versions)
Revision 8 as of 2014-02-27 14:21:42
Size: 1751
Editor: MateuszKopec
Comment:
Revision 21 as of 2015-07-10 10:37:16
Size: 2028
Editor: MateuszKopec
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
== Documentation ==

Readme file of the current version, in English: [[attachment:Ruler_Manual.pdf]]
Line 22: Line 18:
Ruler 1.1 is available to download in two versions:
 * [[attachment:ruler-1.1-SNAPSHOT.one-jar.jar | standalone jar]]
 * [[attachment:ruler-1.1-src.jar | source code]]
You may check out the source code from [[http://git.nlp.ipipan.waw.pl/core/ruler|git repository]].
Line 26: Line 20:
The manual and description of Ruler is available [[http://git.nlp.ipipan.waw.pl/core/ruler/blob/9adf4c3b4d64b60ee51cd46fd28111e4f1b364cc/doc/manual.pdf|here]].

== Maven ==
If you want to use Ruler 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>ruler</artifactId>
    <version>1.25-SNAPSHOT</version>
  </dependency>
 ...
</dependencies>
}}}
Line 28: Line 50:
[[http://glass.ipipan.waw.pl/multiservice/|Multiservice]] offers an online demo of Ruler. You need to select a chain of actions producing mentions, and then add Ruler as the last component. For example, try: Pantera, Spejd, Nerf, MentionDetector, Ruler [[http://multiservice.nlp.ipipan.waw.pl/|Multiservice]] offers an online demo of Ruler. You need to select a chain of actions producing mentions, and then add Ruler as the last component. For example, try: Pantera, Spejd, Nerf, MentionDetector, Ruler
Line 30: Line 52:
== Publications == You may also want to see [[PolishCoreferenceTools|other Polish Coreference Tools]].
Line 32: Line 54:
* Maciej Ogrodniczuk and Mateusz Kopeć. Rule-based coreference resolution module for Polish. In Proceedings of the 8th Discourse Anaphora and Anaphor Resolution Colloquium (DAARC 2011), pages 191–200, Faro, Portugal, 2011.

* Maciej Ogrodniczuk and Mateusz Kopeć. End-to-end coreference resolution baseline system for Polish. In Zygmunt Vetulani, editor, Proceedings of the 5th Language & Technology Conference: Human Language Technologies as a Challenge for Computer Science and Linguistics, pages 167–171, Poznań, Poland, 2011.
== Citing ==
When using Ruler, please cite the following articles:
<<BibMate(key, "ogro:kop:11:ltc","ogro:kop:11:daarc", omitYears=true)>>

Ruler

This page offers the official Creative Commons Attribution 3.0 Unported License release of the Ruler, a rule-based tool for performing Coreference Resolution (CR). By downloading the Ruler package you accept the conditions of that licence.

Principal developer: Mateusz Kopeć
Authors: Mateusz Kopeć, Maciej Ogrodniczuk
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 Ruler is available here.

Maven

If you want to use Ruler 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/snapshots</url>
   7   </repository>
   8   ...
   9 </repositories>
  • and dependency information:

   1 <dependencies>
   2  ...
   3   <dependency>
   4     <groupId>pl.waw.ipipan.zil.core</groupId>
   5     <artifactId>ruler</artifactId>
   6     <version>1.25-SNAPSHOT</version>
   7   </dependency>
   8  ...
   9 </dependencies>

Online demo

Multiservice offers an online demo of Ruler. You need to select a chain of actions producing mentions, and then add Ruler as the last component. For example, try: Pantera, Spejd, Nerf, MentionDetector, Ruler

You may also want to see other Polish Coreference Tools.

Citing

When using Ruler, please cite the following articles: List of publications

Maciej Ogrodniczuk and Mateusz Kopeć. Rule-based coreference resolution module for Polish. In Proceedings of the 8th Discourse Anaphora and Anaphor Resolution Colloquium (DAARC 2011), pages 191–200, Faro, Portugal, 2011.

Maciej Ogrodniczuk and Mateusz Kopeć. End-to-end coreference resolution baseline system for Polish. In Zygmunt Vetulani, editor, Proceedings of the 5th Language & Technology Conference: Human Language Technologies as a Challenge for Computer Science and Linguistics, pages 167–171, Poznań, Poland, 2011.