BLLIP / bllip-parser

BLLIP reranking parser (also known as Charniak-Johnson parser, Charniak parser, Brown reranking parser) See http://pypi.python.org/pypi/bllipparser/ for Python module.
http://bllip.cs.brown.edu/
227 stars 53 forks source link

Update in python/directory for usage of bllipparser with python3 #41

Closed pkclaus closed 8 years ago

pkclaus commented 8 years ago

All changes and how update process for python3 was done can be read in the txt-file under bllip-parser/python/.

This is a quick-and-dirty solution for using bllipparser in a python3 environment. The changes are surely not perfect, and this is only a "first step". It is merely to provide a rough working solution that was used for testing in a coreference toolkit. (https://github.com/smartschat/cort)

If there are any questions, please feel free to contact me under PatrickClaus@t-online.de

dmcc commented 8 years ago

This has been merged with the main code (just not in a direct Git way). Thanks for the contribution!