Size: 1140
Comment:
|
← Revision 12 as of 2016-10-13 20:42:47 ⇥
Size: 2137
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
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:
- and dependency information:
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: