Small doc fixes (#5250)

* fix link

* torchtext instead tochtext
This commit is contained in:
Sofie Van Landeghem 2020-04-03 13:01:43 +02:00 committed by svlandeg
parent e47010bf3c
commit 528c4f6b2e
2 changed files with 2 additions and 2 deletions

View File

@ -1303,7 +1303,7 @@ with doc.retokenize() as retokenizer:
### Overwriting custom extension attributes {#retokenization-extensions} ### Overwriting custom extension attributes {#retokenization-extensions}
If you've registered custom If you've registered custom
[extension attributes](/usage/processing-pipelines##custom-components-attributes), [extension attributes](/usage/processing-pipelines#custom-components-attributes),
you can overwrite them during tokenization by providing a dictionary of you can overwrite them during tokenization by providing a dictionary of
attribute names mapped to new values as the `"_"` key in the `attrs`. For attribute names mapped to new values as the `"_"` key in the `attrs`. For
merging, you need to provide one dictionary of attributes for the resulting merging, you need to provide one dictionary of attributes for the resulting

View File

@ -669,7 +669,7 @@
"tags": ["chatbots"] "tags": ["chatbots"]
}, },
{ {
"id": "tochtext", "id": "torchtext",
"title": "torchtext", "title": "torchtext",
"slogan": "Data loaders and abstractions for text and NLP", "slogan": "Data loaders and abstractions for text and NLP",
"github": "pytorch/text", "github": "pytorch/text",