Skip to content

Normally/gender-weight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gender-weight

Find the gender weight in text by counting the number of gendered words. This is a good way of indicating if a piece of text is about men or women.

It returns a value between -1 and 1 (M - F)

Install

yarn add gender-weight

Usage

const genderWeight = require("gender-weight");

let weight = genderWeight("She's in charge and he's not himself");

// weight -> -0.333

About

Find the gender weight in text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published