Size: 49
Comment:
|
Size: 2868
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl +All:read Default {{attachment:logo.png|logo|width=100 height=100}} |
|
Line 3: | Line 6: |
In construction. | This page offers the official [[http://creativecommons.org/licenses/by/3.0/deed.en_US|Creative Commons Attribution 3.0 Unported License]] release of the corpus of Polish news summaries, which creation was cofounded by the [[ATLAS]] project and by the European Union from resources of the European Social Fund -- [[http://phd.ipipan.waw.pl/|Project PO KL „Information technologies: Research and their interdisciplinary applications”]]. By downloading the corpus data you accept the conditions of that licence. '''Contact person:''' [[MateuszKopec|Mateusz Kopeć]]<<BR>> '''License:''' CC BY v.3 {{http://i.creativecommons.org/l/by/3.0/88x31.png}} Texts to summarize were extracted from [[http://www.cs.put.poznan.pl/dweiss/research/rzeczpospolita/||``Rzeczpospolita corpus'']] and are currently available on terms stated at that corpus webpage. == Documentation == [[attachment:manual.pdf|Description]] of the corpus (in English). == Downloads == Preliminary version of the corpus is available to download under the following link: * [[attachment:PSC_1.0.zip|Polish Summaries Corpus 1.0]] There is a Java API to the corpus: * source code is available at [[http://git.nlp.ipipan.waw.pl/summarization/pscapi|git repository]] * Maven users may add following dependency: {{{ <dependency> <groupId>pl.waw.ipipan.zil.summ</groupId> <artifactId>pscapi</artifactId> <version>1.0</version> </dependency> }}} and repository: {{{ <repository> <id>zil-maven-repo</id> <name>ZIL maven repository</name> <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> </repository> }}} == Citing == When using Polish Summaries Corpus, please cite the following article: <<BibMate(key, "ogro:kop:14:lrec", omitYears=true)>> {{{#!rhtml <script type="application/ld+json"> { "@context":"http://schema.org/", "@type":"Dataset", "name":"Polish Summaries Corpus", "description":"Corpus of Polish news summaries.", "url":"http://zil.ipipan.waw.pl/PolishSummariesCorpus", "keywords":[ "summarization", "polish", "corpus", "news" ], "creator":{ "@type":"Organization", "url": "https://ipipan.waw.pl/", "name":"Institute of Computer Science, Polish Academy of Sciences", "contactPoint":{ "@type":"ContactPoint", "contactType": "customer service", "telephone":"+48-22-380-05-00", "email":"ipi@ipipan.waw.pl" } }, "distribution":[ { "@type":"DataDownload", "encodingFormat":"XML", "contentUrl":"http://zil.ipipan.waw.pl/PolishSummariesCorpus?action=AttachFile&do=view&target=PSC_1.0.zip" } ], "temporalCoverage":"1993-01-01/2002-12-31" } </script> }}} |
Polish Summaries Corpus
This page offers the official Creative Commons Attribution 3.0 Unported License release of the corpus of Polish news summaries, which creation was cofounded by the ATLAS project and by the European Union from resources of the European Social Fund -- Project PO KL „Information technologies: Research and their interdisciplinary applications”. By downloading the corpus data you accept the conditions of that licence.
Contact person: Mateusz Kopeć
License: CC BY v.3
Texts to summarize were extracted from http://www.cs.put.poznan.pl/dweiss/research/rzeczpospolita/ and are currently available on terms stated at that corpus webpage.
Documentation
Description of the corpus (in English).
Downloads
Preliminary version of the corpus is available to download under the following link:
There is a Java API to the corpus:
source code is available at git repository
- Maven users may add following dependency:
<dependency> <groupId>pl.waw.ipipan.zil.summ</groupId> <artifactId>pscapi</artifactId> <version>1.0</version> </dependency>
and repository:
<repository> <id>zil-maven-repo</id> <name>ZIL maven repository</name> <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url> </repository>
Citing
When using Polish Summaries Corpus, please cite the following article: