Max Dallabetta

Results 43 comments of Max Dallabetta

Hmm, very interesting point. Did you stumble upon anything which could reliably classify article types?

Hey @BanoMarvey, sorry to hear that you have trouble using the library. It looks like you haven't installed `Fundus` in editable mode. You can check if that's the case by...

@BanoMarvey Maybe [this](https://github.com/mu-editor/mu/issues/852) can help you.

@BanoMarvey No, if `pip install -e .[dev]` run correctly the package should already be installed. Could you paste the result of `pip list` here? Also, this line ```shell (.conda) (base)...

@BanoMarvey Yes, remove the line `from fundus import Pub...` from `daily_mail.py`. That's a circular import as stated in the traceback. If you wanna test your progress, best practice is to...

Hey @screw-44 thanks for adding our first chinese news outlet 🚀 and sorry to hear that you ran into so much issues! The problem here is that `requests` isn't able...

@screw-44 Could you run `python -m scripts.generate_parser_test_files -p People` in the project root and commit the changes to your branch?

@screw-44 Hmm, no idea what happened there. When I check-out your branch I can run the script with no errors. I'm gonna update the branch for you. Further, I opened...

@screw-44 I finished the parser for now. Can you do me a favor and check the publisher's articles if you can find any author by name? Apparently, I don't speak/read...

@screw-44 Nice, that sounds like a plan!