-
Notifications
You must be signed in to change notification settings - Fork 4
NdtTop
StephanOepen edited this page Jun 26, 2015
·
7 revisions
Internal (for the time being at least) notes on working with the Norwegian Dependency Treebank at LTG.
autoreconf -i
./configure
make
cat ../data/txt/nob/ap001.txt \
| ./src/sentence-split_no.perl \
| while read line; do \
echo "$line" | ./src/repp/src/repp -c repp/nob.set --format line; \
done \
> ap001.t
./src/resa/src/resa -r ../data/txt/nob/ap001.txt -g ../data/conll/nob/ap001.conll -G TAB -t ap001.t -T TAB
Home | Forum | Discussions | Events