mirror of https://github.com/explosion/spaCy.git
Update docs [ci skip]
This commit is contained in:
parent
e91366a216
commit
2abf1028cb
|
@ -202,12 +202,12 @@ All labels present in the match patterns.
|
||||||
| ----------- | ----- | ------------------ |
|
| ----------- | ----- | ------------------ |
|
||||||
| **RETURNS** | tuple | The string labels. |
|
| **RETURNS** | tuple | The string labels. |
|
||||||
|
|
||||||
## EntityRuler.ent_ids {#labels tag="property"}
|
## EntityRuler.ent_ids {#labels tag="property" new="2.2"}
|
||||||
|
|
||||||
All entity ids present in the match patterns `id` properties
|
All entity ids present in the match patterns `id` properties.
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ----------- | ----- | ------------------ |
|
| ----------- | ----- | ------------------- |
|
||||||
| **RETURNS** | tuple | The string ent_ids. |
|
| **RETURNS** | tuple | The string ent_ids. |
|
||||||
|
|
||||||
## EntityRuler.patterns {#patterns tag="property"}
|
## EntityRuler.patterns {#patterns tag="property"}
|
||||||
|
|
Loading…
Reference in New Issue