mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 22:23:06 +03:00
fix docs for MorphAnalysis.__contains__ (#13433)
This commit is contained in:
parent
b33123f5a2
commit
04ad6d179a
|
@ -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