Ver Fonte

Fixed a small typo in tokenizer-reference.md (#135138)

Co-authored-by: Szymon Bialkowski <szymon.bialkowski@elastic.co>
Imad Saddik há 2 semanas atrás
pai
commit
a3e9a2ade0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/reference/text-analysis/tokenizer-reference.md

+ 1 - 1
docs/reference/text-analysis/tokenizer-reference.md

@@ -8,7 +8,7 @@ mapped_pages:
 ::::{admonition} Difference between {{es}} tokenization and neural tokenization
 :class: note
 
-{{es}}'s tokenization process produces linguistic tokens, optimized for search and retrieval. This differs from neural tokenization in the context of machine learning and natural language processing. Neural tokenizers translate strings into smaller, subword tokens, which are encoded into vectors for consumptions by neural networks. {{es}} does not have built-in neural tokenizers.
+{{es}}'s tokenization process produces linguistic tokens, optimized for search and retrieval. This differs from neural tokenization in the context of machine learning and natural language processing. Neural tokenizers translate strings into smaller, subword tokens, which are encoded into vectors for consumption by neural networks. {{es}} does not have built-in neural tokenizers.
 
 ::::