inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
588 stars 149 forks source link

Is it possible to do semantic role labelling with INCEpTION? #4740

Closed fishfree closed 5 months ago

fishfree commented 5 months ago

https://en.wikipedia.org/wiki/Semantic_role_labeling#:~:text=In%20natural%20language%20processing%2C%20semantic,the%20meaning%20of%20the%20sentence.

reckart commented 5 months ago

https://inception-project.github.io/example-projects/frame-annotation/

fishfree commented 5 months ago

@reckart Thank you! I suddenly find I post issue wrongly in this repo. I should post it in INCEpTION project instead. BTW: can CoNLL-U format contain or are there some other format contain semantic role labelling data?

reckart commented 5 months ago

UIMA CAS JSON and UIMA CAS XMI formats can contain any layers that INCEpTION produces.

fishfree commented 5 months ago

@reckart Thank you! UIMA CAS is still not widely adopted by many systems. :(

reckart commented 5 months ago

Python is widely adopted. You can use dkpro cassis to load the CAS files and implement Python code to transform and write the data out in whatever way you like.