natural
natural copied to clipboard
English tokenizer should expand contractions, e.g. `they're` to `they are` (instead of `they` and `re`)
Note that we're in the process of rewriting expand-contractions into an independent package called @spamscanner/expand-contractions which has all vulnerabilities fixed and also a modern updated of contractions (see https://github.com/anton-bot/expand-contractions/pull/1).
Ref: https://github.com/stdlib-js/stdlib/issues/496