Luis Leiva

Results 4 issues of Luis Leiva

It is not possible to download the trained pth file from pan.baidu.com It seems we need to install some kind of download software (the Baidu page is in Chinese so...

Many SRT editors assume that a blank line indicates the end of each subtitle, otherwise they say that the file is not a valid SRT. This PR provides this fix.

Grunt variables (e.g. ``) are not expanded, i.e., they are processed as literals. Is it possible to use these variables? It'd be useful being able to do something like: ```...

Will there be support for extracting comments from ES6 classes? Example: Contents of `sample.js` file: ```js class SomeName { // A public property. version = "0.1.0"; // A private property....