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