fhamborg / Giveme5W1H

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extracors issue

HSCLHD opened this issue · comments

commented

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 to the server, run parse_single_from_code.py(or other example codes)

Expected behavior
all possible answers of the 5w1h in the example text should be printed

Log

No extractors passed: initializing default configuration.
No combinedScorers passed: initializing default configuration.

This issue is similar to #63. The code was configured and updated in the latest version, but error arose still

Versions (please complete the following information):

  • OS: MacOS Big Sur 11.4
  • Python Version 3.8.10 base:conda
  • Giveme5W1H Version 1.018
  • Stanford CoreNLP Version not sure

have the same issue