home / saraphina

sentiment_segments

10 rows where conversation_id = "f25cf3df-1d45-4390-80b8-7a91c2b5755c"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: segment_index, text, emotions, emotions (array)

id ▼ conversation_id segment_index text sentiment score emotions
3972 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 17 What? All math is? neutral 0.0 ["curiosity"]
3973 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 18 Well, I mean, for what you guys do, it certainly is. Like If you were if you were just, like, I don't know. If you weren't doing computer stuff, maybe it wouldn't be as come up as much. You know? neutral 0.0 ["curiosity"]
3974 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 19 Okay. Yeah. neutral 0.0 []
3975 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 20 Yeah. neutral 0.0 []
3976 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 21 By Have Will text me. Okay? neutral 0.0 []
11344 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 17 What? All math is? neutral 0.0 ["curiosity"]
11345 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 18 Well, I mean, for what you guys do, it certainly is. Like If you were if you were just, like, I don't know. If you weren't doing computer stuff, maybe it wouldn't be as come up as much. You know? neutral 0.0 ["curiosity"]
11346 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 19 Okay. Yeah. neutral 0.0 []
11347 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 20 Yeah. neutral 0.0 []
11348 Casual Chat About Using Math In Life f25cf3df-1d45-4390-80b8-7a91c2b5755c 21 By Have Will text me. Okay? neutral 0.0 []

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE sentiment_segments (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        conversation_id TEXT NOT NULL,
        segment_index INTEGER,
        text TEXT,
        sentiment TEXT,
        score REAL,
        emotions TEXT,
        FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
    );
CREATE INDEX idx_sentiment_segments_conv ON sentiment_segments(conversation_id);
Powered by Datasette · Queries took 5.14ms