Module tokenizers::normalizers::replace
source · Structs§
- This normalizer will take a
pattern
(for now only a String) and replace every occurrence withcontent
.
Enums§
- Represents the different patterns that
Replace
can use
pattern
(for now only a String)
and replace every occurrence with content
.Replace
can use