[DOCS] Fix edge n-gram tokenizer nav
Adds a missing float tag to the edge n-gram tokenizer docs. This tag ensures the edge n-gram tokenizer docs display on the same page.
This commit is contained in:
parent
8eaee7cbdc
commit
d06c71eb82
|
@ -105,6 +105,7 @@ Character classes may be any of the following:
|
|||
setting this to `+-_` will make the tokenizer treat the plus, minus and
|
||||
underscore sign as part of a token.
|
||||
|
||||
[float]
|
||||
[[max-gram-limits]]
|
||||
=== Limitations of the `max_gram` parameter
|
||||
|
||||
|
|
Loading…
Reference in New Issue