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
593 stars 151 forks source link

Importing Preannotated sentence-level dataset #1947

Closed thak123 closed 3 years ago

thak123 commented 3 years ago

I have some sentence which I want to get tagged as positive negative neutal . I have already tagged few of them using a tool.

I have created layers and tagset for the same.

Can anyone tell me how to import the preannotated files in inception. I can write a code to convert it into any format.

jcklie commented 3 years ago

You can use XMI for that, either in Java using UIMAj or in Python using dkpro-cassis. I have an example under here for the Python way. You would need to replace sentiment with your type and label.

thak123 commented 3 years ago

Thank you very much