Simone Perini
Simone Perini
Hello, is the generation of a model with Italian punctuation planned? The Italian model available at the [link](https://alphacephei.com/vosk/models) works very well, but all transcriptions are lowercase and without punctuation.
I proceeded to train an Italian [model](https://github.com/CoffeePerry/recasepunc/releases/download/v0.1.0/it.22000) of recasepunc. Is there a way to train an Italian model of Vosk (for example [this](https://alphacephei.com/vosk/models/vosk-model-it-0.22.zip)) on the basis of that of recasepunc?
Sorry, I meant to understand how I could combine a Vosk model with the recasepunc model (as I think you have been done with [this](https://alphacephei.com/vosk/models/vosk-recasepunc-en-0.22.zip)).
I apologize again. For a moment I assumed that models like [this](https://alphacephei.com/vosk/models/vosk-recasepunc-en-0.22.zip) were a Vosk model (like [this](https://alphacephei.com/vosk/models/vosk-model-en-in-0.5.zip)) which also recognized punctuation (without dependencies on recasepunc), but after downloading it...
@khusainovaidar and @caiolibanio It could be an arguments order problem, try rewriting the command like this: ``` python recasepunc.py eval valid.case+punc.x valid.case+punc.y bertugan_casepunc.24000 ``` If that works, please tell me...