MChrys
MChrys
> Here's a port to tensorflow that allegedly works with python 3 [lda2vec-tf](https://github.com/meereeum/lda2vec-tf). Here's also a port to pytorch [lda2vec-pytorch](https://github.com/TropComplique/lda2vec-pytorch) (NB: in the pytorch readme, it says > > "Warning:...
ok :) thank you for your answer
you all need to do first : `python setup.py build` then `python setup.py install`
I would add my contribution, because I was actually building my own pipeline library but I have better to contribute to your, as bonobo is more far than I am...
me too
I get the same error even if i used get_clean_html only on requests.get(url).text, but only on a spécifique url :https://start.lesechos.fr/travailler-a-letranger/actu-internationales/expatriation-les-pays-qui-chouchoutent-le-plus-les-talents-13988.php ```python page_response = requests.get(page_link) doc = Document(page_response.text) doc.get_clean_html() ``` ```...