Pierre Lison
Pierre Lison
Could you send a minimal data example, so I can have a look at it? Typically, when this happens, it means that the HMM has reached a position where no...
Ok, I found what was going on (and sorry for the answering delay): even though the aggregation model allows for multi-label predictions, `skweak` still assumes that each _labelling source_ only...
Yes, I had seen that. There are certainly a few interesting functionalities there (in particular for the visualization part), we'll look into that!
I haven't integrated anything of the sort, and it's not in our short-term plans, but I believe it should not be too difficult to implement. Since the aggregation is based...
Hi Kai, Sure, here is the Python code we used to pre-annotate the documents from the ECHR. As you can see, it essentially boils down to: * Running Spacy to...
The file is here: [https://github.com/NorskRegnesentral/text-anonymization-benchmark/blob/master/scripts/annotate.py](https://github.com/NorskRegnesentral/text-anonymization-benchmark/blob/master/scripts/annotate.py)
Definitely, good suggestion! I'll add to to our todo list :-)