This is a Python/Flask project that serves as a simple GUI to develop and test Phonetisaurus models.
The Phonetisaurus project is available under https://github.com/AdolfVonKleist/Phonetisaurus It is a very popular G2P tool used (among others) in Kaldi. Another popular alternative is Sequitur G2P.
The following features are included in the current version of the web app:
Some features missing/under development:
If you have Docker, simply run:
docker run --rm -it -p 80:80 danijel3/phonetisaurus-web-app
This will run (interactively) an instance of the server on port 80 on localhost. Simply open http://localhost in your browser and start using.
For a slightly more permenant solution, docker-compose is recommended. Copy the docker-compose.yml to a server
of your choice and create the data subdirectory:
mkdir -p data/model data/lex data/vocab
Edit the docker-compose.yml file if necessary and run:
docker-compose up -d
This will keep the server up indefinitely.
The image is built automatically by DockerHub here: https://hub.docker.com/repository/docker/danijel3/phonetisaurus-web-app
Content type
Image
Digest
Size
390 MB
Last updated
almost 5 years ago
docker pull danijel3/phonetisaurus-web-app