inceptalytics
inceptalytics copied to clipboard
An easy-to-use API for analyzing INCEpTION annotation projects.
I am wondering if you have addressed how to measure agreements between annotators for the relations established between the two annotations. As you know, Inception has the capability to establish...
When the beginning and end of spans are not the same, I encounter an error when calculating Krippendorff. For instance, this error arises when working with the following matrix/dataframe. begin...
Hi! I tried to do `from inceptalytics import Project`, but I'm getting the following error: ``` 10 from pygamma_agreement import Continuum, CombinedCategoricalDissimilarity ModuleNotFoundError: No module named 'pygamma_agreement' ``` I used...
Hi, My objective was to select tags that could be applied to more than one sentence. The information that it returned was expected to include the entire range of tags....
## Outline We have some annotations in the document metadata that we want to access. But the project view does not include them and gives an empty result. ## Description:...
Hello :) I am currently in the process of calculating different values of the IAA for an annotation project in inception. We used inceptalytics and just to make sure, I...
INCEpTALYTICS currently only supports a subset of annotation types available in INCEpTION. Some annotation types (for instance exactly overlapping spans, spans across sentences and link annotations) are not supported. A...
Hello, There has been a phenomenon that appears to be a bug - **The bug** The from_remote method does not return information about files not opened in the INCEpTION user...
Some IAA measures allow some customisation (e.g. alpha and beta values in gamma agreement score). Users should be able to pass these through using keyword arguments: ```python gamma_score = view.agreement(measure='gamma',...
Some annotations do not require a label but consist only of a span marking the object of analysis. For these annotations, the IAA calculation throws errors. The expected behaviour would...