Closed thak123 closed 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.
Thank you very much
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.