Compoundtree Version 1.0 2017
- license information can be found in
license.txt
- find CompoundTree corpora in
corpora/trees
- repository contains the two modules segmentation parser
- segmentation parser
- pcfg evaluation
- for more information about the modules see the
README.md
in the modules top level folder
- compoundtree module is developed and tested on ubuntu 14.04
- programmed by using python 2.7.6
- install bitpar from: bitpar project
- evalb is already included in the
pcfg_evaluation
module - installation:
pip install -e compoundtree/
- go to script folder with
cd script/
- use one of following scripts with
bash <scriptname>
parse_segmented_nouns.sh
-> parse segmentend nouns into treesevaluate_pcfg.sh
-> evaluate pcfg based parsingclean.sh
-> clean genereated files