I've written some code to implement the crossing brackets, but not sure I've gotten it right. Does anyone know of an open source implementation I could use to double-check the correctness of my code?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've written some code to implement the crossing brackets, but not sure I've gotten it right. Does anyone know of an open source implementation I could use to double-check the correctness of my code?
Thanks
Hi John,
Do you mean crossing brackets as in PARSEVAL? If so, could use evalb:
http://nlp.cs.nyu.edu/evalb/
Jason