Skip to content

Instantly share code, notes, and snippets.

View byronsalty's full-sized avatar

Byron Saltysiak byronsalty

View GitHub Profile
@byronsalty
byronsalty / gist:a9a774792774b4aa69496afa61872054
Last active February 9, 2024 16:45
Example of oscillating classification
iex(32)> s = "stupendous forest ranger on a black motorcycle"
"stupendous forest ranger on a black motorcycle"
iex(33)> Teleprompt.TextHelper.is_correct?(s)
{:ok,
%GrammarClassification{
class: :correct,
reason: "No grammar errors found",
score: 0.95
}}