You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested in French, but likely relevant for other languages: the regular expression for the detection of NumberPlusUnit in metadata.csv contains a list of special characters, such as % and ‰.
For NumberPlusUnit with %, value and unit are both assigned:
attr type="measurement" literal="2,3%." token="2,3%." value="2,3" unit="%"
For NumberPlusUnit with ‰, only value is assigned:
attr type="measurement" literal="2,3‰." token="2,3‰." value="2,3‰"
The text was updated successfully, but these errors were encountered:
Tested in French, but likely relevant for other languages: the regular expression for the detection of NumberPlusUnit in metadata.csv contains a list of special characters, such as % and ‰.
For NumberPlusUnit with %, value and unit are both assigned:
attr type="measurement" literal="2,3%." token="2,3%." value="2,3" unit="%"
For NumberPlusUnit with ‰, only value is assigned:
attr type="measurement" literal="2,3‰." token="2,3‰." value="2,3‰"
The text was updated successfully, but these errors were encountered: