Annotation Guideline for NER using Spacy #9436
-
Hi, -DOCSTART- -X- O London -X- _ B-PARTY NAME BORROWER -X- _ B-PARTY ROLE |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It looks like you should just be able to use |
Beta Was this translation helpful? Give feedback.
It looks like you should just be able to use
spacy convert
with theconll
format. Did you try that?