#171 · Primary category: NLP Tools & Text Processing

Giveme5W1H

5w 5w1h answering event-detection event-extraction fivew fivewoneh news news-articles nlp nlp-library question question-answering text-analysis

Extraction of the journalistic five W and one H questions (5W1H) from news articles: who did what, when, where, why, and how?

Project last updated:10/25/24

GitHub Stars

534

Forks

86

Contributors

8

License

Apache-2.0

Why we included this project

For anyone processing news text, the useful output is usually the same handful of facts: who did what, when, where, why, and how. Giveme5W1H extracts phrases answering each of those questions from an article, using Stanford CoreNLP for the language processing underneath. You can run it as a Python 3 library or through a RESTful API, so it fits into pipelines written in any language. It returns ranked candidate answers per question, which helps when you want the best match rather than a single guess. The tool is deliberately narrow: it turns news text into structured event descriptions for things like media monitoring or event detection, but you will need to wire it into your own processing chain rather than expect an end-to-end product.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category