fhamborg / Giveme5W1H

Extraction of the journalistic five W and one H questions (5W1H) from news articles: who did what, when, where, why, and how?
Apache License 2.0
505 stars 87 forks source link

Consider other NLP tools #24

Closed physikerwelt closed 4 years ago

physikerwelt commented 6 years ago

@fhamborg you might be interested in https://github.com/zalandoresearch/flair developed by my former colleague @alanakbik From a first glance, I get the impression that this library does not require starting a java rest server and is written in python. The performance results seem promising.

fhamborg commented 6 years ago

Looks pretty promising, thanks for the hint!