mirror of
https://github.com/fhamborg/Giveme5W1H.git
synced 2021-08-01 22:47:51 +03:00
1.0.5
This commit is contained in:
@@ -1 +1,2 @@
|
||||
include examples/extracting/index.html
|
||||
include Giveme5W1H/examples/extracting/index.html
|
||||
|
||||
|
||||
4
setup.py
4
setup.py
@@ -1,7 +1,7 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='giveme5w1h',
|
||||
version='1.0.2',
|
||||
version='1.0.5',
|
||||
description="Extraction of the journalistic five W and one H questions (5W1H) from news articles.",
|
||||
long_description="""Giveme5W1H is an open source, easy-to-use system to that extracts phrases answering the journalist 5W1H questions to describe an article's main event: who did what, when, where, why, and how?""",
|
||||
classifiers=[
|
||||
@@ -19,7 +19,7 @@ setup(name='giveme5w1h',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'giveme5w1h = examples.extracting.server:main',
|
||||
'giveme5w1h = Giveme5W1H.examples.extracting.server:main',
|
||||
],
|
||||
},
|
||||
keywords='question answering news event detection event extraction 5w fivew 5w1h fivewoneh question-answering qa reporters questions',
|
||||
|
||||
Reference in New Issue
Block a user