You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran dataset.py on my own POS-tagged dataset and i have output that looks like the below. I am using AllenNLP and my other inputs are in BIO format. My doubt is how to re-tag the labels (e.g., 1@ROOT~NP) in the below to suit either a BIO or a similar format (e.g., BMES) .. I looked into the various parts of the library but it was not very obvious to me.
unit NN 1@ROOTNP
number NN 0@ROOTNP
: : NONE
Any help will be appreciated. Sorry if its a silly question :-)
The text was updated successfully, but these errors were encountered:
sankaran45
changed the title
Doubt on labels generated by dataset.py
How to convert dataset.py generated labels to BIO or equivalent tag formats ?
Dec 23, 2021
Hi,
I ran dataset.py on my own POS-tagged dataset and i have output that looks like the below. I am using AllenNLP and my other inputs are in BIO format. My doubt is how to re-tag the labels (e.g., 1@ROOT~NP) in the below to suit either a BIO or a similar format (e.g., BMES) .. I looked into the various parts of the library but it was not very obvious to me.
unit NN 1@ROOT
NPNPnumber NN 0@ROOT
: : NONE
Any help will be appreciated. Sorry if its a silly question :-)
The text was updated successfully, but these errors were encountered: