Symbolset is a repository for handling phonetic symbol sets and mappers/converters between different symbol sets and languages. Written in go.
-
Set up
goDownload: https://golang.org/dl/ (1.24 or higher)
Installation instructions: https://golang.org/doc/install -
Clone the source code
git clone https://github.com/stts-se/symbolset.git git clone https://github.com/stts-se/wikispeech-lexdata.git # optional cd symbolset/
-
Test (optional)
go test ./... # in symbolset/
-
Pre-compile server (for faster execution times).
cd server/ # in symbolset/ go build .
-
Setup
bash setup.sh ../../wikispeech-lexdata/ ss_files # in server/ -
Start server
./server -ss_files ss_files/ # in server/
./server -ss_files demo_files/ # in server/This work was supported by the Swedish Post and Telecom Authority (PTS) through the grant "Wikispeech – en användargenererad talsyntes på Wikipedia" (2016–2017), and the Swedish Inheritance Fund (Allmänna arvsfonden) through the grant "Wikispeech – Talsyntes och taldatainsamlare." (2024–2027).