Textcat: Showing and Saving Labels with Different Value

I wonder if we can do something like this. So basically we want to show the labels to the annotators on the UI as Positive, Neutral, and Negative. However, when storing the labels in the database, we would like to have them as +,=,-.

Hi @ctoto93 , ideally we'd want the data in the database to reflect what the annotator saw during the labelling process. But in your case, you might achieve this through a remapping using the before_db callback.