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.
API
The API now correspondingly returns a clause_split_sample field that represents the split clauses above.
SDK
- Similar to API:
clause_split_sampleis now part of theSugarMetricsdata model. This introduced a lightweight matching algorithm to determine how to assign these splits per sentence. - The SDK has been migrated to
uv