cadia-lvl / LOBE

LOBE is a recording client made specifically for TTS data collections. It supports multiple collections, single and multi-speaker, and can prompt sentences based on phonetic coverage.
Apache License 2.0
5 stars 5 forks source link

Refactor Token to Sentence #10

Open atliSig opened 4 years ago

atliSig commented 4 years ago

The database model for a sentence is currently called "Token" which is syntactically wrong. We should refactor this to "Sentence" to reduce possible misunderstanding.