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
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
styleguide.md