You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Example: dump all sentences with the annotation label 'neg'
cursor = connect_db.execute('select sentence.sentence from sentence inner join annotation on sentence.id = annotation.sentence_id where annotation.annotation like "%neg%"')