spanish-verbs
Agreement of Spanish verbs.
Heavily based on conjugator (Copyright © 2017, HealthTap, Inc., under Apache 2.0 license).
Some of the changes:
- no dependancy on
fs
to be able to run in a browser - TypeScript
- eyeron-eieron-morph construction fix
- more exceptions
API: getConjugation
TODO:
- plenty of exceptions still missing
Installation
npm install spanish-verbs
Usage
const SpanishVerbs = require('spanish-verbs');
// habla
console.log(SpanishVerbs.getConjugation('hablar', 'INDICATIVE_PRESENT', 2));