rosaenlg-gender-es

Get the gender (masculine, feminine) for each noun in Spanish.

Usage no npm install needed!

<script type="module">
  import rosaenlgGenderEs from 'https://cdn.skypack.dev/rosaenlg-gender-es';
</script>

README

rosaenlg-gender-es

Finds the gender of Spanish nouns.

Is a fork of gender-es with:

Installation

$ npm install --save rosaenlg-gender-es

Usage

var gender = require('rosaenlg-gender-es');

gender('carne');
// -> 'f'


API

genderForNoun(str)

str

Type: string

Get the gender of the Spanish noun.