1.0.4 • Published 5 years ago

syllable-pt v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

syllable@1.0.4

npm version dependency status devDependency status

A ported haskell library for syllabification of words in Portuguese.

Credits to jjunho/Syllable for Haskell version. I see no reason to fully write in JavaScript for now.

TL;DR

const syllable = require('syllable-pt');

script('não');
// não
script('deixei');
// dei xei
script('açaí');
// a ça í
script('piauí');
// pi au í

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install syllable --save

This package is provided in these module formats:

  • CommonJS

Dependencies

None

Dev Dependencies

  • jest: Delightful JavaScript Testing.
  • uglify-js: JavaScript parser, mangler/compressor and beautifier toolkit

License

MIT

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago