alphagov / govuk-content-metadata

GovNER: an encoder-based language model (RoBERTa) fine-tuned to perform Named Entity Recognition (NER) on GOV.UK content
MIT License
4 stars 1 forks source link

Use standard URL encoding for the named entities urls #66

Closed exfalsoquodlibet closed 1 year ago

exfalsoquodlibet commented 1 year ago

Instead of concatenating the sub-strings with "_".

Lines to be changed at https://github.com/alphagov/govuk-content-metadata/blob/7170f67215e18d555bed440ea65f53f87f201ce6/src/make_data/sql_queries/post_entity_extraction_processing.sql#L53

exfalsoquodlibet commented 1 year ago

Addressed in PR https://github.com/alphagov/govuk-content-metadata/pull/67