albertus-andito / fake-news-detection

Code repository for my undergraduate Final Year Project
MIT License
1 stars 2 forks source link

Make scraping-triple extraction flow continuous #34

Open albertus-andito opened 3 years ago

albertus-andito commented 3 years ago

In an ideal world, the ideal system would be scraping the article and then immediately extract the triples.

Right now, the article scraper is one module and the knowledge graph updater (where an endpoint is polled to trigger extraction) is another module.