Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leobm/phonetic_gleam
A collection of gleam algorithms dealing with phonetics
https://github.com/leobm/phonetic_gleam
Last synced: 27 days ago
JSON representation
A collection of gleam algorithms dealing with phonetics
- Host: GitHub
- URL: https://github.com/leobm/phonetic_gleam
- Owner: leobm
- License: mit
- Created: 2024-03-04T19:17:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T20:16:38.000Z (9 months ago)
- Last Synced: 2024-08-03T04:08:39.406Z (4 months ago)
- Language: Gleam
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gleam - phonetic_gleam - [📚](https://hexdocs.pm/phonetic_gleam/) - A collection of gleam algorithms dealing with phonetics. (Packages / Text)
README
# phonetic
[![Package Version](https://img.shields.io/hexpm/v/test)](https://hex.pm/packages/gleam_phonetic)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/phonetic_gleam/)A handy collection of algorithms dealing with phonetics.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add gleam_phonetic
```and its documentation can be found at .