Size: 1317
Comment:
|
← Revision 30 as of 2021-04-22 17:48:18 ⇥
Size: 3130
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl +All:read Default | #acl MateuszKopec:read,write,delete,revert,admin All:read |
Line 3: | Line 3: |
This page offers the official [[http://creativecommons.org/licenses/by/3.0/deed.en_US|Creative Commons Attribution 3.0 Unported License]] release of Nicolas - a java coreference-based summarization tool, which creation was cofunded 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 package you accept the conditions of that licence. | This page offers the official [[https://www.gnu.org/licenses/gpl.txt|GNU GPL 3.0 License]] release of Nicolas - a java coreference-based summarization tool, which creation was cofunded 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 package you accept the conditions of that licence. |
Line 9: | Line 9: |
'''License:''' CC BY v.3 | '''License:''' GNU GPL 3.0 |
Line 11: | Line 11: |
{{http://i.creativecommons.org/l/by/3.0/88x31.png}} | {{https://www.gnu.org/graphics/gplv3-88x31.png}} |
Line 15: | Line 15: |
You may check out the source code from [[http://git.nlp.ipipan.waw.pl/summarization/nicolas|git repository]]. | You may check out the source code of the main Nicolas library from [[http://git.nlp.ipipan.waw.pl/summarization/nicolas|git repository]]. |
Line 17: | Line 17: |
== Online demo == | === Training/Evaluation resources === |
Line 19: | Line 19: |
[[http://multiservice.nlp.ipipan.waw.pl/|Multiservice]] offers an online demo of Nicolas. You need to select a chain of preprocessing actions before adding Nicolas as the last component. For example, try predefined chain of: WCRFT, Spejd, Nerf, !MentionDetector, Bartek, !NicolasSummarizer. | * [[attachment:all-preprocessed.zip|Preprocessed PSC corpus]] * [[attachment:train-zero-sentence-ids.zip|Automatic summary sentences in preprocessed PSC corpus (for training zero subject model)]] * [[attachment:train-zero.tsv|Zero subject injector training corpus]] * [[attachment:test-zero.tsv|Zero subject injector test corpus results]] * [[attachment:competitor-summaries.zip|Summaries by competing systems]] |
Line 21: | Line 25: |
== Demo == To see Nicolas in action on your own text, you have 3 options: try it online in Multiservice, use command-line Java application or install Chrome extension for summarizing [[http://interia.pl|interia.pl news portal]]. === Command-line application === Download the application from here: [[attachment:nicolas-cli.jar|Nicolas command-line application (jar)]] Then, execute ''java -jar nicolas-cli.jar --help'' to see command line options. === Online demo === [[http://multiservice.nlp.ipipan.waw.pl/|Multiservice]] offers an online demo of Nicolas. You need to select a chain of preprocessing actions before adding Nicolas as the last component. For example, try predefined chain of: Concraft, Spejd, Nerf, !MentionDetector, Bartek, !NicolasSummarizer. After processing is finished, select the "Summary" tab. Source code of the service is available in [[http://git.nlp.ipipan.waw.pl/multiservice/multiservice|Multiservice git repository]], folder subservices/java/NicolasSummarizerService. === Google Chrome extension === Extension allows to summarize articles at main page of [[http://interia.pl|interia.pl news portal]] by right-clicking them at the main page. After the summary (done by Multiservice) is ready, a blue dot will appear near article title. Hover over the article title to see the summary as popup. Download the extension here: [[https://chrome.google.com/webstore/detail/newssummarizer/iblcakbbliibjhkpbjbdbbonmnekdlml|NewsSummarizer]]. Source code of the extension is available in [[http://git.nlp.ipipan.waw.pl/multiservice/clients|Multiservice Clients git repository]]. === Other info === |
Nicolas
This page offers the official GNU GPL 3.0 License release of Nicolas - a java coreference-based summarization tool, which creation was cofunded by the European Union from resources of the European Social Fund -- Project PO KL „Information technologies: Research and their interdisciplinary applications”. By downloading the package you accept the conditions of that licence.
Contact person: Mateusz Kopeć
Authors: Mateusz Kopeć
License: GNU GPL 3.0
Downloads
You may check out the source code of the main Nicolas library from git repository.
Training/Evaluation resources
Demo
To see Nicolas in action on your own text, you have 3 options: try it online in Multiservice, use command-line Java application or install Chrome extension for summarizing interia.pl news portal.
Command-line application
Download the application from here: Nicolas command-line application (jar)
Then, execute java -jar nicolas-cli.jar --help to see command line options.
Online demo
Multiservice offers an online demo of Nicolas. You need to select a chain of preprocessing actions before adding Nicolas as the last component. For example, try predefined chain of: Concraft, Spejd, Nerf, MentionDetector, Bartek, NicolasSummarizer. After processing is finished, select the "Summary" tab.
Source code of the service is available in Multiservice git repository, folder subservices/java/NicolasSummarizerService.
Google Chrome extension
Extension allows to summarize articles at main page of interia.pl news portal by right-clicking them at the main page. After the summary (done by Multiservice) is ready, a blue dot will appear near article title. Hover over the article title to see the summary as popup.
Download the extension here: NewsSummarizer.
Source code of the extension is available in Multiservice Clients git repository.
Other info
You may also want to see Polish Summaries Corpus and Polish Coreference Tools.