Christian Hotz-Behofsits

Results 24 issues of Christian Hotz-Behofsits

If I am not wrong, each specific Collection implementation provides a `count()` method, would be nice to shift it up to the collection interface.

I am using gradle to load the lib & model ``` compile("edu.stanford.nlp:stanford-corenlp:3.4.1") compile("edu.stanford.nlp:stanford-corenlp:3.4.1:models") ``` But it seems like the `englishSR.ser.gz`model is not part of this version , because `edu/stanford/nlp/models/srparser/englishSR.ser.gz`cannot be...

Hi, is there a nice way to validate the model? Would be really nice, if the model would support something like this: ```python from sklearn.model_selection import cross_val_score scores = cross_val_score(model,...

Is a windows support planned? I tried to install it on win10 today. Although, I was able to install and open the program, a flood of escape sequences was returned...

I often have to import "huge" files and it is suggested to import such files in parallel. This can be "easily" done using tools like GNU parallel, but in most...

System: Jupyterhub + nbgrade (newest version) I released an new assignment (to `/srv/nbgrader/exchange`), but a test-student is not able to see it in the assignment tab. If I download it...

bug
needs info

This project supports the default laravel template engine ([blade](https://laravel.com/docs/5.1/blade)), but does it also support [twig](http://twig.sensiolabs.org) or is this feature planned? ps: really nice plugin!

feature