What do I need to use MRG Utils?
You will need the
Penn Treebank Release II or a parser which outputs combined-style
parses, such as The Bikel Multilingual Statistical Parsing Engine. While POS
tags and string values are reversed, a simple script catch switch their
places using s-expression parser provided in this toolkit after converting
round brackets to square brackets.
Can you give me some examples?
A simple Python script which uses MRG Utils is available here.
It is described in the Overview Section.