Yuta Koreeda
Yuta Koreeda
I have no plan to implement other datasets at the moment. But, I have another repo that implements GCN with text classification datasets (including 20NG). https://github.com/koreyou/text-gcn-chainer You can try copy...
Hi. Thank you for posting an issue. Could you elaborate the environment and the command that you used to get the error?
OK. It seems be an error when building a cython module in [editdistance](https://pypi.org/project/editdistance/) library that pdf-struct depends on (confirm by testing `pip install editdistance`). You might be able to bypass...
Hmmm. It is likely to do with the C++ compiler installation and there is not much that I can do when I don't have access to your environment. I suggest...
hi. thanks for the interest in my code. Could you tell me the version of your python that you're running?
I confirmed that this error reproduces on python 3.6.4. Could you try it out on python 2.7.12?
Did you download files from http://research.microsoft.com/en-us/um/beijing/projects/letor/LETOR4.0/Data/MQ2007.rar ? Your project directories should be structured like the following: ``` . ├── bin │ └── train.py ├── build │ └── MQ2007 │ ├──...