mhigginslp
(Michael Higgins)
February 12, 2018, 5:51pm
13
ines:
That’s why I am now thinking of manually editing the start and end index of the annotations so it contains the whole phrase/noun. Is there any tool for this?
The binary interface is pretty important to the Prodigy experience and workflow, which is why there’s no feature to manually create entity spans and boundaries (for example, by clicking and dragging). So you’d have to do this manually – for example, by adding the correct annotation to your dataset:
I believe they have since added a workflow for manually entering spans for entities - it's convenient - just click to indicate span of NER.
The format is:
prodigy ner.manual [db-name] [model name] [path to jsonl w text field] --label [label name]
Hi everyone, I thought I'd share some of our current work in progress! The first one is a UI demo of a new interface for fully manual NER annotation – i.e. highlighting a span of text and assigning a label. Once it's implemented, this interface might replace the current "boundaries" interface.
Click here to open the demo in a new window.
(I've only tested the demo in recent Chrome and Firefox so far, so it might not be 100% cross-browser compatible yet. This will be no problem though once i…