mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-28 02:46:35 +03:00
fix anchors (#12095)
This commit is contained in:
parent
2c2e66e145
commit
c2f3e699ca
|
@ -90,7 +90,7 @@ Iterate over the stored strings in insertion order.
|
|||
| ----------- | ------------------------------ |
|
||||
| **RETURNS** | A string in the store. ~~str~~ |
|
||||
|
||||
## StringStore.items {id="iter", tag="method", version="4"}
|
||||
## StringStore.items {id="items", tag="method", version="4"}
|
||||
|
||||
Iterate over the stored string-hash pairs in insertion order.
|
||||
|
||||
|
@ -106,7 +106,7 @@ Iterate over the stored string-hash pairs in insertion order.
|
|||
| ----------- | ------------------------------------------------------ |
|
||||
| **RETURNS** | A list of string-hash pairs. ~~List[Tuple[str, int]]~~ |
|
||||
|
||||
## StringStore.keys {id="iter", tag="method", version="4"}
|
||||
## StringStore.keys {id="keys", tag="method", version="4"}
|
||||
|
||||
Iterate over the stored strings in insertion order.
|
||||
|
||||
|
@ -122,7 +122,7 @@ Iterate over the stored strings in insertion order.
|
|||
| ----------- | -------------------------------- |
|
||||
| **RETURNS** | A list of strings. ~~List[str]~~ |
|
||||
|
||||
## StringStore.values {id="iter", tag="method", version="4"}
|
||||
## StringStore.values {id="values", tag="method", version="4"}
|
||||
|
||||
Iterate over the stored string hashes in insertion order.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user