Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 433 Bytes

analyst.js

The functions by which socialkardia gauges toxicity.

usage

There are patterns in the function names:

  • Functions beginning with the word history require a history of messages.
  • Functions beginning with the word profile require a persona profile.
  • Functions ending with the word score return a singular numeric value.
  • Functions ending with the word sparkline return an array of numeric values.