Before using the service, please read the preliminary information containing a description of steps that enable access to the CLARIN-PL developer interface.
The service allows for counting the number of occurrences of verbs, with distinction of numbers and tenses, in texts in Polish.
The detailed rules for counting verbs are available in the document in Polish: Verbs_Zliczanie_czasownikow.
The service can be run by using an LPMN query in the LPMN Client service:
type:wywiady
- responsible for rules dedicated to interview texts for recognizing various forms of verbs, default option,output
- allows you to define the output data format; accepts the following values:
JSON
- JSON file containing counted verbs, default optionCCL
- CCL file containing annotated verbs along with WCCL tagsboth
- .zip archive containing CCL
and JSON
fileslegacy
- responsible for compatibility with previous versions of the serviceThe service can be run in the Windows system with default values using the following LPMN query: [{'postagger':{'output':'ccl'}},'verbs']
[[{'postagger':{'output':'ccl'}},'verbs']]
- input data in the form of a compressed directory (.zip)
A tagged text from Postagger, in CCL format.
Depending on the selected options for the output forma:
JSON
: a file containing counts of tokens and verbs, with distinction of numbers and tenses, in Polish,CCL
: a file containing a tagged text with additional markings of numbers and tenses of verbs in Polish,both
: .zip archive containing the above-mentioned files,legacy
: file CCL
containing tagged text.(C) CLARIN-PL