whatsnew
- What's New
- [v1.3.3] 19 April 2021
- [v1.3.2] 17 February 2021
- [v1.3.1] 8 January 2021
- [v1.3.0] 9 December 2020
- [v1.2.8] 27 November 2020
- [v1.2.7] 19 November 2020
- [v1.2.6] 30 October 2020
- [v1.2.5] 15 October 2020
- [v1.2.4] 6 October 2020
- [v1.2.3] 24 September 2020
- [v1.2.2] 9 September 2020
- [v1.2.1] 15 July 2020
- [v1.2.0] 2 February 2020
[v1.3.1] 8 January 2021
Add common tasks counter in inter-annotator agreement matrix
Besides the agreement score, it’s common to check the number of tasks processed by the same annotators.
Now it’s possible to inspect these numbers within agreement matrix plot on project annotators page:
![]() |
Synced playback for dialogues
When dealing with dialogues where textual phrases are presented along with audios, you can click on a specific phrase play/pause button, and audio playback position moves accordingly.
The following could be done with showPlayer="true"
option in a project label config like:
<View>
<ParagraphLabels name="ner" toName="text">
<Label value="Important Stuff"></Label>
<Label value="Random talk"></Label>
</ParagraphLabels>
<Paragraphs audioUrl="$audio" showPlayer="true" name="text" value="$dialogue" layout="dialogue" savetextresult="yes" />
</View>
![]() |
Fixed issues
- Preview playground not working on some annotation templates
- Erroneous remaining task counter on project list in annotator’s mode
- Last word span creation for textual tagging with
granularity="word"