Giveme5W1H icon indicating copy to clipboard operation
Giveme5W1H copied to clipboard

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

Results 34 Giveme5W1H issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...

dependencies

**Describe the bug** This is not actually a bug. I managed to run the sample code to produce weights. I wanted to know how can I use the result from...

**Describe the bug** Cannot start giveme5w1h-rest due to: 'Giveme5W1H.examples' package was not installed in a way that PackageLoader understands **To Reproduce** Install as usual: ``` pip3 install giveme5w1h giveme5w1h-corenlp install...

**Describe the bug** Following installation, recieved the following while executing the parse_single_from_code.py ``` No extractors passed: initializing default configuration. No combinedScorers passed: initializing default configuration. ``` **To Reproduce** after connected...

Is the sampled 120 BBC data used for evaluation in the paper stored in the github as well? There is a BBC data folder, but it has way more docs...

Thank you very much for your work. I would like to ask if this project can handle Chinese news.Hope you can reply to me

run the NLP server inside a docker container to make running the server practical

Hi, I am trying to get Giveme5W1H up and running but when calling MasterExtractor() in python I get the following: ConfigurationError: Using Nominatim with default or sample `user_agent` "geopy/2.0.0" is...