Integrantes:
- Gabriel Pessoa
- Luan
- Pedro
- Penélope
- Vitor
- Sentences alignment
- Words alignments
- Evaluation script
- Plotting script
- Erro quando tem \n no final das lyrics ( ou em outros lugares? ) Deixar mais robusto
- Highlight de algumas palavras não funciona
- Crawler para pegar letras automáticamente dependendo do nome da música / nome do arquivo
- Pegar áudio da internet
-
Syllable alignment
Words alignment
-
Syllable alignment
- Convert .mp3 to .wav:
python conversion.py <path-to-song>
- Break a file into words:
python -m text.breaksentences <path-to-lyrics>
- Test word breaking:
python ./text/test_breaksentences.py
- Play segments of the audion:
-
- Change
# CHANGE HERE
lines with file paths
- Change
-
- Run
python player.py
- Run
-
- [WIP] Run Evaluation:
-
cd packages && python eval.py
-
We run the scripts Plot.py
and Evaluate.py
taken from this repo