Files
OSGKeyboard/OSGKeyboardShared/Resources/ClipboardSemantics/clipboard-semantic-models.json
T
Rocky 2cc81c4628 feat(keyboard): expand contextual skills and managed flows
Add local clipboard intent recommendations, webpage and phone actions, and safer host handoffs. Refine managed gateway, catalog refresh, onboarding, and adaptive polish behavior.
2026-08-23 14:02:33 +08:00

78 lines
1.9 KiB
JSON

{
"classifiers" : [
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.6,
"id" : "task",
"labels" : [
"notTask",
"task"
],
"modelFile" : "TaskIntentClassifier.mlmodel",
"positiveLabel" : "task"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.6,
"id" : "question",
"labels" : [
"notQuestion",
"question"
],
"modelFile" : "QuestionIntentClassifier.mlmodel",
"positiveLabel" : "question"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.77,
"id" : "invitation",
"labels" : [
"notInvitation",
"invitation"
],
"modelFile" : "InvitationIntentClassifier.mlmodel",
"positiveLabel" : "invitation"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.68,
"id" : "complaint",
"labels" : [
"notComplaint",
"complaint"
],
"modelFile" : "ComplaintIntentClassifier.mlmodel",
"positiveLabel" : "complaint"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"confidenceThreshold" : 0.6,
"id" : "replyableMessage",
"labels" : [
"notReplyableMessage",
"replyableMessage"
],
"modelFile" : "ConversationalReplyIntentClassifier.mlmodel",
"positiveLabel" : "replyableMessage"
},
{
"acceptedForAutomaticRouting" : true,
"algorithm" : "maxEnt",
"id" : "sentiment",
"labels" : [
"negative",
"neutral",
"positive"
],
"modelFile" : "SentimentClassifier.mlmodel"
}
],
"corpusRecordCount" : 7272,
"generatedAt" : "2026-08-22T09:30:13Z",
"schemaVersion" : 1
}