Alex
Alex
I dig a bit of digging; there was an issue in the initialization of the ParseTree (see [fix](https://github.com/AlexPoint/OpenNlp/commit/10f613fd90ff0faa2224ef4ff34a256f0ec0c6fb)) I don't understand why we did not have this exception in the...
Indeed, that would be useful to make public which subtitle file type was detected in the parsing. That should not be too difficult and I'll have a look at that...
I think you are using the wrong File class. You need to use System.IO.File.OpenRead (see [documentation](https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openread?view=netframework-4.8)) and not Microsoft.AspNetCore.Http.IFormFile.OpenReadStream (see [documentation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.iformfile?view=aspnetcore-2.2)). Let me know if that works.
Could you copy and paste the code you are using to parse subtitle files and the complete error message that you get?
@mondherroo : your compiling error is due to the fact that you are not specifying an encoding when using the SrtParser. The generic Parser (SubParser) has a method ParseStream which...
@gldraphael Could you provide the subtitles file as well (captions.vtt)?
I understand your need for .NET standard support but I really don't have time right now. I may have a look at it later this summer. If you need earlier,...
If I remember correctly, SQLlite was used only to write/read GIS models (see OpenNlp/SharpEntropy/SharpentropyLite). It would be better if we could keep it and the first option that comes to...
Thanks for the feedback but I haven't looked at this project for some time now. Could you give me a sentence to reproduce this bug? And could you point me...
I had exactly the same issues with IKVM (in addition to the fact that its huge and shipping it could be a pain) I look into the problem as soon...