From 07908e81479785215df097c03c62da8fb31e6eda Mon Sep 17 00:00:00 2001 From: hhsecond Date: Sat, 13 Aug 2016 14:36:35 +0530 Subject: [PATCH] 1.0.4 --- README.md | 4 ++-- corenlp_pywrap/pywrap.py | 3 ++- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index edd7195..cde8c31 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# corenlp_pywrap 1.0.3 +# corenlp_pywrap 1.0.4 ######Powerfull python wrapper for Stanford CoreNLP project -[![GitHub release](https://img.shields.io/badge/release-1.0.3-green.svg?maxAge=2592000)](https://github.com/hhsecond/corenlp_pywrap/releases) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/hhsecond/corenlp_pywrap/blob/master/LICENCE.txt) [![PyPI](https://img.shields.io/pypi/wheel/Django.svg?maxAge=2592000)](https://pypi.python.org/pypi/corenlp_pywrap) +[![GitHub release](https://img.shields.io/badge/release-1.0.4-green.svg?maxAge=2592000)](https://github.com/hhsecond/corenlp_pywrap/releases) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/hhsecond/corenlp_pywrap/blob/master/LICENCE.txt) [![PyPI](https://img.shields.io/pypi/wheel/Django.svg?maxAge=2592000)](https://pypi.python.org/pypi/corenlp_pywrap) ##CoreNLP v3.6.0 diff --git a/corenlp_pywrap/pywrap.py b/corenlp_pywrap/pywrap.py index 63bb051..c7ea248 100644 --- a/corenlp_pywrap/pywrap.py +++ b/corenlp_pywrap/pywrap.py @@ -118,7 +118,8 @@ def process_sentences(sentences): 'characterOffsetEnd':[], 'speaker':[], 'word':[], - 'after':[] + 'after':[], + 'normalizedNER':[] } for sentence in sentences: index = new_index diff --git a/setup.py b/setup.py index cacea6a..33d2677 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = "corenlp_pywrap", - version = "1.0.3", + version = "1.0.4", author = "hhsecond", author_email = "sherinct@live.com", description = ("A powerful python wraper for Stanford CoreNLP"), @@ -10,7 +10,7 @@ keywords = "stanford corenlp wrapper", install_requires=['requests'], url = "https://www.github.com/hhsecond/corenlp_pywrap", - download_url = "https://www.github.com/hhsecond/corenlp_pywrap/tarball/1.0.3", + download_url = "https://www.github.com/hhsecond/corenlp_pywrap/tarball/1.0.4", packages=['corenlp_pywrap'], long_description='Production Ready version equiped with basic'\ 'output fetch of stanfornlp and custom arrange function, '\