syllable-pt
v1.0.4
Published
A ported haskell library for syllabification of words in Portuguese
Downloads
4
Readme
[email protected]
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