
Rewrite regex word boundaries as unicode-safe lookarounds
dot-fix_word_boundaries.RdConverts each word-boundary escape in a pattern into
(?<![[:alpha:]]) or (?![[:alpha:]]), depending on whether the
boundary opens or closes a token. Called from
.load_observations_ontology.