UNPKG

label-studio

Version:

Data Labeling Tool that is backend agnostic and can be embedded into your applications

10 lines (9 loc) 288 B
<View> <Header value="Choose text sentiment:"/> <Text name="my_text" value="$reviewText"/> <Choices name="sentiment" toName="my_text" choice="single" showInLine="true"> <Choice value="Positive"/> <Choice value="Negative"/> <Choice value="Neutral"/> </Choices> </View>