From the round-2 review of #244 (#84, #255).
The inventory behind #244's fold list used a token pattern that excluded hyphens, so it never measured hyphenated prefixes:
CAS-RN: 736 occurrences in 457 MediaIngredientMech records, all on changes: lines. The census already counts that Mech's cas: mentions on the same lines. 66 of the values are EC-list numbers mislabelled upstream.
Swiss: 22 occurrences, all UniProt accessions, in ProteinTraitsMech CDD descriptions.
#244's comment, README and PR body say every measured spelling is folded.
Fix: rescan with hyphens allowed, fold every same-registry spelling found (CAS\-RN needs escaping in the alternation), and rerun.
From the round-2 review of #244 (#84, #255).
The inventory behind #244's fold list used a token pattern that excluded hyphens, so it never measured hyphenated prefixes:
CAS-RN:736 occurrences in 457 MediaIngredientMech records, all onchanges:lines. The census already counts that Mech'scas:mentions on the same lines. 66 of the values are EC-list numbers mislabelled upstream.Swiss:22 occurrences, all UniProt accessions, in ProteinTraitsMech CDD descriptions.#244's comment, README and PR body say every measured spelling is folded.
Fix: rescan with hyphens allowed, fold every same-registry spelling found (
CAS\-RNneeds escaping in the alternation), and rerun.