| Core AI |
CHOKMI.SENTIMENT(text) |
Classify sentiment: Positive, Negative, Neutral, Mixed |
Entity |
CHOKMI.CODE(text, method?) |
Assign a qualitative code using the specified method |
Entity |
CHOKMI.CONFIDENCE(text) |
Return a 0-1 confidence score |
Number |
CHOKMI.SUMMARIZE(text) |
Produce a 1-2 sentence summary |
String |
CHOKMI.PII_CHECK(text) |
Detect personal identifiable information |
Boolean |
| Research |
CHOKMI.LEARN(texts, codes) |
Train the AI on your text-code pairs |
String |
CHOKMI.EVIDENCE(claim) |
Test a research claim against survey data with chi-square |
Matrix |
CHOKMI.BIAS_CHECK() |
Scan coding patterns for demographic bias |
Matrix |
CHOKMI.RED_TEAM(claim) |
Adversarial peer review of a research finding |
Matrix |
CHOKMI.NARRATIVE(audience?) |
Generate a research narrative for executive, academic, or policy audiences |
Matrix |
CHOKMI.VOICES(theme, count?) |
Find the most vivid, representative quotes for a theme |
Matrix |
| Semantic |
CHOKMI.SIMILAR(ref, targets, threshold?) |
Find semantically similar texts using embedding similarity |
Matrix |
CHOKMI.CLUSTER(texts, n?) |
Group texts into clusters by embedding similarity |
Matrix |
CHOKMI.BETWEEN(textA, textB) |
Cosine similarity score between two texts |
Number |
CHOKMI.ANCHOR(texts, codes, input) |
Few-shot coding using human-coded anchor pairs |
String |
CHOKMI.CONTRADICT(text) |
Find responses that semantically contradict a statement |
Matrix |
| Analysis |
CHOKMI.CROSSTAB(colA, colB, chart?) |
Cross-tabulate two columns with chi-square statistics |
Matrix |
CHOKMI.FINGERPRINT(text) |
Discourse analysis: metaphors, register, formality, agency |
Entity |
CHOKMI.HYPOTHESIZE() |
Generate novel testable hypotheses from coded data |
Matrix |
CHOKMI.SILENCE(topic?) |
Detect what respondents did not say (blind spot analysis) |
Matrix |
| Live (streaming) |
CHOKMI.SATURATION_LIVE() |
Live-updating saturation percentage (refreshes every 15s) |
String |
CHOKMI.CODING_LIVE() |
Live-updating coded response count (refreshes every 10s) |
String |
CHOKMI.PROGRESS_LIVE() |
Live-updating import progress (refreshes every 5s) |
String |