Reputation: 323
I am trying to export the result of the file that I imported to Label Studio. This is my labeling interface :
<View>
<Labels name="label" toName="text">
<Label value="ILAC_ADI" background="red"/>
<Label value="ETKIN_MADDE" background="darkorange"/>
<Label value="ENDIKASYON" background="orange"/>
<Label value="YAN_ETKI" background="green"/>
<Label value="URETEN_SIRKET" background="green"/>
<Label value="YARDIMCI_MADDE" background="#FFA39E"/><Label value="ORGAN" background="#D4380D"/></Labels>
<Text name="text" value="$text" valueType="url" saveTextResult="yes" granularity="word"/>
</View>
and this is my text, although I am only getting the file path when I export it JSON-MIN.
Label Studio Annotation - Data Uploaded Successfully
Data Export Result
Upvotes: 1
Views: 675