Currently we skip over and therefore do not produce USAS tags for tokens that are labelled with Df
|
elif usas_tag_text == "Df": |
We do this as the correct USAS tag should not be Df, this is an issue with PyMUSAS: UCREL/pymusas#26
In essence this issue is a tracker for the PyMUSAS tracker and to remember why in some cases we might not be generating USAS tags for certain tokens.
Currently we skip over and therefore do not produce USAS tags for tokens that are labelled with
DfUSAS-CSV-Auto-Labeling/src/usas_csv_auto_labeling/data_utils.py
Line 173 in a424a91
We do this as the correct USAS tag should not be
Df, this is an issue with PyMUSAS: UCREL/pymusas#26In essence this issue is a tracker for the PyMUSAS tracker and to remember why in some cases we might not be generating USAS tags for certain tokens.