How can I do squence labeling and entities relationships labeling at the same time

463 Views Asked by At

Is there an NLP annotation tool can do both of them? Btw, I can't install Brat, the download page is 404 page. I have doccane and tagtog but it seems that they can only do one kind of labeling.

2

There are 2 best solutions below

0
On

I can recommend INCEpTION (https://inception-project.github.io/) for the kind of parallel annotation you're looking for.

It's got many features and takes some setting up, but it can handle more complex tasks and I've found it to be more reliable than Doccano for example. Its developers are from the Computer Science Department at TU Darmstadt and it seems well-suited for NLP research.

0
On

LightTag canEntity and relation annotation in LT, and it's free to use for moderate sized projects.

I happen to have made LightTag and this feature in particular. It's set up so that you can do entities and then drag and drop them onto each other to create a relationship tree. You can express constituency grammars or dependency grammars.