File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
examples/annotation_import Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 232232 {
233233 "cell_type" : " code" ,
234234 "source" : [
235- " ########## Classification - Radio (with subclassifcations) ##########\n " ,
236- " \n " ,
237- " # Python annotation\n " ,
238- " radio_annotation_nested = ClassificationAnnotation(\n " ,
239- " name=\" radio_question_sub\" , \n " ,
240- " value=Radio(answer = ClassificationAnswer(name = \" first_radio_answer\" )),\n " ,
241- " classifications=[\n " ,
242- " \t ClassificationAnnotation(\n " ,
243- " \t name=\" sub_radio_question\" ,\n " ,
244- " \t\t value=Radio(answer=ClassificationAnswer(name=\" first_sub_radio_answer\" ))\n " ,
245- " )\n " ,
246- " ]\n " ,
247- " )\n " ,
248- " \n " ,
235+ " ########## Nested Classifications are only supported with NDJSON tools ##########\n " ,
249236 " \n " ,
250237 " # NDJSON\n " ,
251238 " radio_annotation_ndjson_with_subclass = {\n " ,
You can’t perform that action at this time.
0 commit comments