0.0.1-a • Published 4 years ago

genderize-br v0.0.1-a

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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
0.0.1-a

4 years ago

0.0.1

4 years ago