Locked History Actions

Diff for "Bartek"

Differences between revisions 3 and 12 (spanning 9 versions)
Revision 3 as of 2014-07-14 13:51:28
Size: 1140
Editor: MateuszKopec
Comment:
Revision 12 as of 2016-10-13 20:42:47
Size: 2137
Editor: MateuszKopec
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
== Documentation ==

Manual file of Bartek 1.0, in English: in preparation
Line 22: Line 18:
Bartek 1.0 will soon be available to download 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]].

Bartek comes with default models trained on the full [[PolishCoreferenceCorpus|Polish Coreference Corpus]].
It also contains compiled resources extracted from [[http://pl.wikipedia.org|Polish Wikipedia]] and [[http://plwordnet.pwr.wroc.pl/wordnet/|plWordnet]].

== 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/releases</url>
  </repository>
  ...
</repositories>
}}}
 * and dependency information:
{{{#!highlight xml
<dependencies>
 ...
  <dependency>
    <groupId>pl.waw.ipipan.zil.core</groupId>
    <artifactId>bartek</artifactId>
    <version>1.3</version>
  </dependency>
 ...
</dependencies>
}}}
Line 26: Line 54:
[[http://glass.ipipan.waw.pl/multiservice/|Multiservice]] will soon offer an online demo of Bartek. [[http://multiservice.nlp.ipipan.waw.pl/|Multiservice]] offers an online demo of Bartek.
Line 32: Line 60:
When using Bartek please cite the following article:
<<BibMate(key, "ogro:etal:13:ltc", omitYears=true)>>
When using Bartek, please cite the following articles:
<<BibMate(key, "kop:ogro:12:lrec", "nito:13:ltc", omitYears=true)>>

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/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>bartek</artifactId>
   6     <version>1.3</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).