@vostersc/personality

1.0.1 • Public • Published

Personality

This package is a simpler text based personality profiling tool.

Quick Start

  1. Import personality and call the analyze function. Pass in text to analyze as a string.
import analyze from '@vostersc/personality';

const str = 'Here is a string of text that you can analyze for personality markers. It can be many lines and many characters.';

const result = analyze(str);

//result = {
//      extroversion: 1,
//      openness: 2,
//      conscientious: 9,
//      agreeableness: 3,
//      neuroticism: 1
//};

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @vostersc/personality

      Weekly Downloads

      1

      Version

      1.0.1

      License

      ISC

      Unpacked Size

      27.4 kB

      Total Files

      4

      Last publish

      Collaborators

      • vostersc