On 22 May 2010 16:24, mehmet ozeren <
meoz...@gmail.com> wrote:
> hi,
>
> i've read about several output modes, but what if i want to get the
> parse tree? (i mean as an object that i can easily work on)
> which part of which file i should modify please?
By "parse tree", I guess you mean the list of dependency
relations? Because you can also get a penn-treebank style
tree as well.
Start by playing with the various flags on relation-extractor.sh
I believe -h will print help. The look at RelationExtractor.java
to see how the printing is accomplished.
--linas