mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
fix docs for MorphAnalysis.__contains__ (#13433)
This commit is contained in:
parent
d3a232f773
commit
c195ca4f9c
|
@ -148,8 +148,9 @@ Whether a feature/value pair is in the analysis.
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
| ----------- | --------------------------------------------- |
|
| ------------ | --------------------------------------------------------------------- |
|
||||||
| **RETURNS** | A feature/value pair in the analysis. ~~str~~ |
|
| `feature` | A feature/value pair. ~~str~~ |
|
||||||
|
| **RETURNS** | Whether the feature/value pair is contained in the analysis. ~~bool~~ |
|
||||||
|
|
||||||
### MorphAnalysis.\_\_iter\_\_ {id="morphanalysis-iter",tag="method"}
|
### MorphAnalysis.\_\_iter\_\_ {id="morphanalysis-iter",tag="method"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user