Locked History Actions

Diff for "Bartek"

Differences between revisions 10 and 11
Revision 10 as of 2015-03-18 18:48:26
Size: 1563
Editor: MateuszKopec
Comment:
Revision 11 as of 2015-07-10 11:31:21
Size: 2147
Editor: MateuszKopec
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
== Documentation ==

Manual file of Bartek 1.1, in English: [[attachment:bartek-manual.pdf | pdf]]
Line 22: Line 18:
Bartek 1.1 is available to download in two versions:
 * [[attachment:bartek-1.1-SNAPSHOT.one-jar.jar | standalone jar]]
 * [[attachment:bartek-1.1-src.jar | source code]]
You may check out the source code from [[http://git.nlp.ipipan.waw.pl/core/bartek|git repository]].

The manual and description of Bartek is available [[http://git.nlp.ipipan.waw.pl/core/bartek/blob/master/doc/manual.pdf|here]].
Line 28: Line 24:

== Maven ==
If you want to use Bartek 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>bartek</artifactId>
    <version>1.1-SNAPSHOT</version>
  </dependency>
 ...
</dependencies>
}}}

Bartek

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

Principal developer: Mateusz Kopeć
Authors: Mateusz Kopeć, Bartłomiej Nitoń, 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 Bartek is available here.

Bartek comes with default models trained on the full Polish Coreference Corpus. It also contains compiled resources extracted from Polish Wikipedia and plWordnet.

Maven

If you want to use Bartek 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>bartek</artifactId>
   6     <version>1.1-SNAPSHOT</version>
   7   </dependency>
   8  ...
   9 </dependencies>

Online demo

Multiservice offers an online demo of Bartek.

You may also want to see other Polish Coreference Tools.

Citing

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

Bartłomiej Nitoń. Evaluation of Uryupina's coreference resolution features for Polish. In Zygmunt Vetulani, editor, Proceedings of the 6th Language & Technology Conference: Human Language Technologies as a Challenge for Computer Science and Linguistics, pages 122–126, Poznań, Poland, 2013. Wydawnictwo Poznańskie, Fundacja Uniwersytetu im. Adama Mickiewicza.

Mateusz Kopeć and Maciej Ogrodniczuk. Creating a Coreference Resolution System for Polish. In Proceedings of the Eighth International Conference on Language Resources and Evaluation, LREC 2012, pages 192–195, Istanbul, Turkey, 2012. European Language Resources Association (ELRA).