David Ponce

Results 9 comments of David Ponce

I had this problem after building using `ng build --prod --base-href=/my-path/` I ended using a similar solution to @mderaeve , saving the i18n folder path in my `environment.ts` and `enviornment.ts.prod`...

Oh! You are right! However, using only the first 300 n-grams does not work well for me. I've reverted my changes and these are some of the results I get...

I think that's a good solution. Here is an example of Spanish, Euskara (Basque) and English. https://www.atxaga.eus/es/testuak-textos/adan You can find some corpus to train here http://opus.nlpl.eu/

Yes, this looks like a good solution. A default value would be nice feature to have as well. Cheers!

Maybe this has something to do with #24

Not yet, if you finally find some way to solve it, let me know please.

Actually you do not need to specify the `--model` parameter (as long as it is defined inside your `config/xlmroberta-qyh.yaml`. Could you please share your configuration file?

Just got the very same error

It seems that the folder structure of [github.com/otiai10/gosseract](github.com/otiai10/gosseract) has changed and there is no longer a "v1/gosseract" folder. This change is accounted for in the current master branch, but not...