Skip to content

Releases: emanjavacas/cosycat

0.2.5-alpha

17 Apr 14:19
f374dd6
Compare
Choose a tag to compare

Quick Release with new user management features. It allows admins, project creators and project-leads to kick out guests and users from projects.

0.2.4-alpha

04 May 21:43
Compare
Choose a tag to compare

This is a quick release including a minor feature request on filtering annotations in the review page by hit-id. There are some limitations to the current approach derived from the fact that hit-ids are actually not meant to be accessible to users:

  • In many cases the hit-id shown doesn't correspond exactly to the hit-id stored because the backend uses 0-indexing and the frontend uses 1-index. Currently, in the blacklab implementation one has to query for hit-id 0.104.105 to get the annotation shown for hit-id 0.103.104.
  • There isn't really a fixed format for hit-id and they are highly corpus-specific.

In summary, this is an experimental and quickfix and isn't meant to stay as it is forever (although it might), but ideally this should be replaced by a filter that uses meaningful metadata such as perhaps doc id and token positions.