Locked History Actions

Diff for "Nicolas"

Differences between revisions 23 and 24
Revision 23 as of 2017-05-10 11:58:15
Size: 2779
Editor: MateuszKopec
Comment:
Revision 24 as of 2017-05-10 12:01:09
Size: 3008
Editor: MateuszKopec
Comment:
Deletions are marked like this. Additions are marked like this.
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 36: Line 35:
Source code of the service is available in [[http://git.nlp.ipipan.waw.pl/multiservice/multiservice|Multiservice git repository]], folder subservices/java/NicolasSummarizerService.
Line 37: Line 38:
Extension allows to summarize articles at main page of onet.pl news portal by right-clicking them at the main page. Extension allows to summarize articles at main page of [[http://onet.pl|Onet.pl news portal]] by right-clicking them at the main page.

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

https://www.gnu.org/graphics/gplv3-88x31.png

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 Onet.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 Onet.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: OnetSummarizer.

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.