Before using the service, please read the preliminary information containing a description of steps that enable access to the CLARIN-PL developer interface.
ShortTxTSummary allows you to summarize short texts.
The service is based on a deep model clarin-summarization-plt5-large-chat-allegro. It divides the text into smaller fragments of n_words length, processes them, and then combines the results.
The service can be run by using an LPMN query in the LPMN Client service:
type
- model selection, for example clarin-summarization-plt5-large-chat-allegro
n_words
- selection of the character limit for the fragments that the input text is to be divided into, for example 400
charactersThe service can be run in the Windows system with default values using the following LPMN query: ['any2txt',{'txt2txt':{'type':'clarin-summarization-plt5-large-chat-allegro','n_words':'400'}}]
[['any2txt',{'txt2txt':{'type':'clarin-summarization-plt5-large-chat-allegro','n_words':'400'}}]]
- input data in the form of a compressed directory (.zip)
A text file.
Text, a text file or .zip archive.
In Colab: ShortTxTSummary - Summarization of short texts
(C) CLARIN-PL