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 GitHub
parent 9cf965c260
commit 1137420840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -641,7 +641,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",