mirror of https://github.com/explosion/spaCy.git
Add "new in v2.0.12" note to Span.ents (closes #2986)
This commit is contained in:
parent
c9bdeafbc7
commit
add6469225
|
@ -352,6 +352,7 @@ p Retokenize the document, such that the span is merged into a single token.
|
|||
+h(2, "ents") Span.ents
|
||||
+tag property
|
||||
+tag-model("NER")
|
||||
+tag-new("2.0.12")
|
||||
|
||||
p
|
||||
| Iterate over the entities in the span. Yields named-entity
|
||||
|
|
Loading…
Reference in New Issue