Closed gracecarrillo closed 4 years ago
I'm trying to use your tokens and BIOES tags, but there are several instances where the number of tokens and the corresponding tags don't match.
i.e.
# 4 tokens, 5 tags fx options operations analyst | S-FUN O S-FUN S-RES O
Thus, causing trouble when trying to use it for training a NER model.
Hi @gracecarrillo, you may loop through the data and remove those that has this problem :)
I'm trying to use your tokens and BIOES tags, but there are several instances where the number of tokens and the corresponding tags don't match.
i.e.
Thus, causing trouble when trying to use it for training a NER model.