main.py [214:224]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        }

        if not is_BIO:
            sentence_object['sentenceNumber'] = sentence_id
            sentence_object['utteranceId'] = f'<CONV>{conver_id}<TURN>{turn_id}<SENT>{sentence_id}'
        else:
            sentence_object['utteranceId'] = f'<CONV>{conver_id}<TURN>{turn_id}'

        # Violation detection
        violations_all = set()
        violation_details = []
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



main.py [318:328]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        }
        
        if not is_BIO:
            sentence_object['sentenceNumber'] = sentence_id
            sentence_object['utteranceId'] = f'<CONV>{conver_id}<TURN>{turn_id}<SENT>{sentence_id}'
        else:
            sentence_object['utteranceId'] = f'<CONV>{conver_id}<TURN>{turn_id}'

        # Violation detection
        violations_all = set()
        violation_details = [] 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



