spaCy/website/docs
Álvaro Abella Bascarán ff0dbe5c64
Fix in docs: pipe(docs) instead of pipe(texts) (#5680)
Very minor fix in docs, specifically in this part:

```
 matcher = PhraseMatcher(nlp.vocab)
>   for doc in matcher.pipe(texts, batch_size=50):
>       pass
```

`texts` suggests the input is an iterable of strings. I replaced it for `docs`.
2020-06-30 20:00:50 +02:00
..
api Fix in docs: pipe(docs) instead of pipe(texts) (#5680) 2020-06-30 20:00:50 +02:00
images Remove box-decoration-break from entities in displacy (#4564) 2019-10-31 15:09:43 +01:00
models Divide models into core and starters [ci skip] 2019-12-21 14:10:22 +01:00
usage Website: fixed the token span in the text about the rule-based matching example (#5669) 2020-06-30 19:58:23 +02:00
index.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
styleguide.md 💫 v2.1.0 launch updates (only merge on launch!) (#3414) 2019-03-18 16:07:26 +01:00