diff --git a/docs/examples/featurization.ipynb b/docs/examples/featurization.ipynb index b1b80164..d239e767 100644 --- a/docs/examples/featurization.ipynb +++ b/docs/examples/featurization.ipynb @@ -241,7 +241,7 @@ "source": [ "### Using feature hashing\n", "\n", - "In fact, the `StringLookup` layer allows us to configure multiple OOV indices. If we do that, any raw value that is not in the vocabulary will be deterministically hashed to one of the OOV indices. The more such indices we have, the less likley it is that two different raw feature values will hash to the same OOV index. Consequently, if we have enough such indices the model should be able to train about as well as a model with an explicit vocabulary without the disdvantage of having to maintain the token list." + "In fact, the `StringLookup` layer allows us to configure multiple OOV indices. If we do that, any raw value that is not in the vocabulary will be deterministically hashed to one of the OOV indices. The more such indices we have, the less likely it is that two different raw feature values will hash to the same OOV index. Consequently, if we have enough such indices the model should be able to train about as well as a model with an explicit vocabulary without the disdvantage of having to maintain the token list." ] }, {