Skip to content

Phonetic symbol sets and mappers/converters between different symbol sets and languages

License

Notifications You must be signed in to change notification settings

stts-se/symbolset

Repository files navigation

symbolset

Symbolset is a repository for handling phonetic symbol sets and mappers/converters between different symbol sets and languages. Written in go.

GoDoc Go Report Card Build Status

I. Server installation

  1. Set up go

    Download: https://golang.org/dl/ (1.13 or higher)
    Installation instructions: https://golang.org/doc/install

  2. Clone the source code

    $ git clone https://github.com/stts-se/symbolset.git
    $ cd symbolset

  3. Test (optional)

    symbolset$ go test ./...

  4. Pre-compile server (for faster execution times).

    symbolset$ cd server
    server$ go build .

II. Quick start: Start the server with demo set of symbol sets

server$ ./server -ss_files demo_files

III. Setup with Wikispeech symbolsets

  1. Clone Wikispeech lexdata (this might take a couple of minutes)

    $ git clone https://github.com/stts-se/wikispeech-lexdata.git

  2. Setup

    server$ bash setup.sh wikispeech-lexdata ss_files

  3. 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).

About

Phonetic symbol sets and mappers/converters between different symbol sets and languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages