https://github.com/designliquido/flexoes
Biblioteca de flexões para a língua portuguesa em JavaScript.
https://github.com/designliquido/flexoes
Last synced: 11 months ago
JSON representation
Biblioteca de flexões para a língua portuguesa em JavaScript.
- Host: GitHub
- URL: https://github.com/designliquido/flexoes
- Owner: DesignLiquido
- License: mit
- Created: 2024-01-13T00:50:33.000Z (over 2 years ago)
- Default Branch: principal
- Last Pushed: 2024-01-14T13:19:47.000Z (over 2 years ago)
- Last Synced: 2025-05-21T12:50:27.469Z (about 1 year ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flexões
Biblioteca de flexões para a língua portuguesa em JavaScript.
## Funções
### `ditongos(palavra)`
Encontra todos os ditongos em uma palavra.
### `pluralizar(palavra)`
Dada uma palavra no singular, devolve a palavra correspondente no plural.
### `singularizar(palavra)`
Dada uma palavra no plural, devolve a palavra correspondente no singular.