genderize-br

0.0.1-a • Public • Published

genderize-br

Biblioteca de flexão de gênero de substantivos em Português do Brasil. Converte palavras no gênero masculino para o gênero feminino

Instalation

Latest Version

// NPM
npm install --save https://github.com/klawdyo/genderize-br

// Yarn
yarn add https://github.com/klawdyo/genderize-br

A Specific Version

// NPM
npm install --save https://github.com/klawdyo/genderize-br#v.0.1

// Yarn
yarn add https://github.com/klawdyo/genderize-br#v.0.1

Examples

Import

  // CommonJS
  const genderize = require('genderize-br')

  // ES6
  import genderize from 'genderize-br'

How To

  genderize('pato') //pata

Readme

Keywords

none

Package Sidebar

Install

npm i genderize-br

Weekly Downloads

1

Version

0.0.1-a

License

MIT

Unpacked Size

14.2 kB

Total Files

9

Last publish

Collaborators

  • klawdyo