URL URLs and email addresses

Definition

Web addresses and email addresses in text.

Detection Rules

mfte

URL tokens starting with http or www.

cql[word="http.*|www\..*"]

Requires: word

Raw text regex for URLs. No tokenizer needed.

regexhttps?://\S+|www\.\S+

Requires: word

Normalization

Per words

Sources

  • mfte — Le Foll, Elen & Shakir, Muhammad (2023/2025) : Multi-Feature Tagger of English (MFTE) — Python version