#171 · Primary category: NLP Tools & Text Processing
Giveme5W1H
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
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量