Zuhaitz Beloki

Results 4 comments of Zuhaitz Beloki

Thanks @hyukyu. Anyway, to avoid this error it's not necessary to downgrade all the requirements. The problematic library is epub-conversion, and the latest compatible version seems to be 1.0.9: epub-conversion==1.0.9

Same problem here with Q20871948

As it states in the [README](https://github.com/scikit-multilearn/scikit-multilearn/blob/master/README.md#basic-usage), X and y must be matrices of two dimensions. For instance, if you have a pandas column that you want to use as X,...

Thanks for your response. NER doesn't work with documents loaded from CONLLU files. This snippet replicates the error: ``` >>> import stanza >>> pipe = stanza.Pipeline("en", processors="tokenize,ner") >>> doc =...