Skip to content
Discussion options

You must be logged in to vote
  • Please don't paste images of code or terminal output; paste text as text. It's hard for us to read images and we can't modify your code or inspect, and we can't search it on the forums. You could have a look at this link that offers general guidelines about submitting issues and discussions on Github.

  • I think what is perhaps a bit confusing here is that there are two views of the same entity data. You can set and access entity labels either at the Doc level e.g. using set_ents() or at the level of the individual tokens that make up a Doc. For example, token = doc[2] returns you the third token in the document. You can then access any entity information relating to that token via token…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fariiaakh
Comment options

Answer selected by fariiaakh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer feat / serialize Feature: Serialization, saving and loading
2 participants