Hello Maria,
> On 11. Mar 2025, at 00:11, Maria Pirrone <
mariuc...@gmail.com> wrote:
>
> I need to visualize data for both a quantitative and qualitative investigation: I have three documents that I need to compare considering three levels of analysis (lexicon, morphosyntax and textuality). I need a simple way to visualize the data (therefore also the best format) and calculate the position indices (mean and average)
If I understand it correctly, you have three span layers:
* lexicon
* morphosyntax
* textuality
Span layers means that you have annotated words or phrases with these three layers (i.e. not relations).
It is correct to assume that each of your layers only has a single feature?
Assuming you would be able to export some kind of comma-separated table (CSV file) from INCEpTION which
might roughly look like this
begin,end,label
0,10,verb
11,14,noun
...
Would you then be able to import this data into some tool you already know (Excel?, something else?) and visualize/calculate the information that you need?
-- Richard