Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9712

Text annotation tool for Name entity recognition [closed]

$
0
0

I was trying to annotate a text for name entity recognition model using Spacy. I have tried with Tagtog tool to annotate my text, but the output in JSON format look like below:

{"annotatable":{"parts":["s1v1"]},"anncomplete":false,"sources":[],"metas":{},"entities":[{"classId":"e_1","part":"s1v1","offsets":[{"start":7,"text":"London"}],"coordinates":[],"confidence":{"state":"pre-added","who":["user:Antie"],"prob":1},"fields":{},"normalizations":{}},{"classId":"e_1","part":"s1v1","offsets":[{"start":18,"text":"Berlin"}],"coordinates":[],"confidence":{"state":"pre-added","who":["user:Antie"],"prob":1},"fields":{},"normalizations":{}}],"relations":[]}

But this output couldn't be acceptable during training the model.I need the output looks like below format:

("I like London and Berlin.",{entities [(7,13,"Loc"),(18,24 "Loc")]})

Which annotation tool would you recommend me to get a such formatted output?


Viewing all articles
Browse latest Browse all 9712

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>