Skip to content

Commit

Permalink
Updates for 2015.08.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcc committed Aug 16, 2015
1 parent 6686572 commit 7e43c7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,9 @@ Syntactic fusion:
Processing (EMNLP 2015), 2015
<http://nlp.stanford.edu/~mcclosky/papers/choe-emnlp-2015.bib>`_.

Release summaries
-----------------
Release highlights
------------------
- 2015.08.15: Add syntactic fusion, sigeval, and new self-trained model
- 2015.07.23: Fix build error, other build system improvements
- 2015.07.08: Constrained parsing, reranker can now be built with optimization (30% faster), other API additions
- 2015.01.11: Improved ``PyStanfordDependencies`` support, memory leak fixed, API additions, bugfixes
Expand Down
7 changes: 4 additions & 3 deletions python/bllipparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,9 @@
Processing (EMNLP 2015), 2015
<http://nlp.stanford.edu/~mcclosky/papers/choe-emnlp-2015.bib>`_.
Release summaries
-----------------
Release highlights
------------------
- 2015.08.15: Add syntactic fusion, sigeval, and new self-trained model
- 2015.07.23: Fix build error, other build system improvements
- 2015.07.08: Constrained parsing, reranker can now be built with optimization (30% faster), other API additions
- 2015.01.11: Improved ``PyStanfordDependencies`` support, memory leak fixed, API additions, bugfixes
Expand All @@ -373,6 +374,6 @@

__authors__ = 'Eugene Charniak, Mark Johnson, David McClosky, many others'
__license__ = 'Apache 2.0'
__version__ = '2015.07.23'
__version__ = '2015.08.15'
__maintainer__ = 'David McClosky'
__email__ = 'notsoweird+pybllipparser@gmail.com'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def maybe_run_swig(wrapper_filename, module_name, base_directory,
'-DSWIGFIX'])

setup(name='bllipparser',
version='2015.07.23',
version='2015.08.15',
description='Python bindings for the BLLIP natural language parser',
long_description=file('README-python.rst').read(),
author='Eugene Charniak, Mark Johnson, David McClosky, many others',
Expand Down

0 comments on commit 7e43c7e

Please sign in to comment.