0.2.4-alpha
版本发布时间: 2017-05-05 05:43:55
emanjavacas/cosycat最新发布版本:0.2.5-alpha(2018-04-17 22:19:15)
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.