KaiDMML / FakeNewsNet

This is a dataset for fake news detection research
1.07k stars 424 forks source link

where is the newspaper module? #44

Open Jackustc opened 4 years ago

Jackustc commented 4 years ago

stuck with this code: 'from newspaper import Article'

NathanHoy96 commented 2 years ago

You need to install newspaper3k now:

pip install newspaper3k