adjust to new style

This commit is contained in:
svlandeg 2023-01-11 14:28:42 +01:00
parent ddc9f5612c
commit 534c4474ad

View File

@ -365,7 +365,7 @@ else:
</Accordion> </Accordion>
#### Fuzzy matching {#fuzzy new="3.5"} #### Fuzzy matching {id="fuzzy", version="3.5"}
Fuzzy matching allows you to match tokens with alternate spellings, typos, etc. Fuzzy matching allows you to match tokens with alternate spellings, typos, etc.
without specifying every possible variant. without specifying every possible variant.
@ -394,7 +394,7 @@ pattern = [{"_": {"country": {"FUZZY": "Kyrgyzstan"}}}]
pattern = [{"_": {"country": {"FUZZY3": "Kyrgyzstan"}}}] pattern = [{"_": {"country": {"FUZZY3": "Kyrgyzstan"}}}]
``` ```
#### Regex and fuzzy matching with lists {#regex-fuzzy-lists new="3.5"} #### Regex and fuzzy matching with lists {id="regex-fuzzy-lists", version="3.5"}
Starting in spaCy v3.5, both `REGEX` and `FUZZY` can be combined with the Starting in spaCy v3.5, both `REGEX` and `FUZZY` can be combined with the
attributes `IN` and `NOT_IN`: attributes `IN` and `NOT_IN`: