Página de pruebas
Chain of Responsibility Pattern
- Chain of responsibility pattern is used to achieve lose coupling in software design.
- A request from a client program is passed to a chain of objects to process it.
- Then the object in the chain will decide who will be processing the request and whether the request is required to be sent to the next object in the chain or not.
Example
- A good example Chain of Responsibility pattern is an ATM machine. The user enters the amount to be dispensed and the machine dispense amount in terms of defined currency bills such as €50, €20, €10.
- If the user enters an amount that is not multiple of 10, it throws an error.
- If one element in the chain is not able to process it fully, it sends the request to the next processor in chain to process the remaining request.
- If the processor is not able to process anything, it just forwards the same request to the next chain.
Introduction for the project
In recent years, with the growing of the Web 2.0, it is really easy for anyone to publish information on the Web without any verification of its authenticity. This fact has driven a radical growth of online Fake News.
Many researches from well know institution confirm the growth of fake news and the problem that this reality is generating in our society.
Another unquestionable fact that gives us a relevant measure of the face news and
Because of the Alarming Fake News Statistics, the interest about the fake news topic has also greatly increased
The frequency of "fake news" in Google Trends (2004-2018): https://ec.europa.eu/jrc/communities/sites/jrccties/files/dewp_201802_digital_transformation_of_news_media_and_the_rise_of_fake_news_final_180418.pdf
https://www.mediawiki.org/wiki/Extension:HTML_Tags
According to a study conducted by Google, it is estimated that the number of false news has increased
Alarming Fake News Statistics
the rise of disinformation ...
the arrival of social media has meant real and fictional stories are now presented in such a similar way that it can sometimes be difficult to tell the two apart.
While the internet has enabled the sharing of knowledge in ways that previous generations could only have dreamed of, it has also provided ample proof of the line, often attributed to Winston Churchill, that "A lie gets halfway around the world before the truth has a chance to get its pants on". https://www.bbc.com/news/blogs-trending-37846860
https://www.bbc.co.uk/mediacentre/latestnews/2017/bbc-world-service-poll
https://www.bbc.com/news/technology-41319683
emerge of viral fake news. Using row public data from Twitter, we are going to make an application that based on Machine Learning is able to detect viral fake news.