Skip to content

Clause Highlighting

Latest

Choose a tag to compare

@geodavic geodavic released this 16 Feb 04:47
· 2 commits to main since this release

This release consists of a few small changes:

Web app

In the web app, clauses are now highlighted in a similar way to how the official SUGAR guides recommend. This makes it simpler to identify which are the clauses the tool has identified in a particular utterance.

Screenshot 2026-02-15 at 10 44 36 PM

API

The API now correspondingly returns a clause_split_sample field that represents the split clauses above.

SDK

  • Similar to API: clause_split_sample is now part of the SugarMetrics data model. This introduced a lightweight matching algorithm to determine how to assign these splits per sentence.
  • The SDK has been migrated to uv