hernoeming uitvoerbestanden
This commit is contained in:
14
collect.sh
14
collect.sh
@@ -49,10 +49,10 @@ do
|
||||
'fp://node[@his and not(@rel="mwp" or @cat="mwu") and not(@his="normal" or @his="name" or @his="prefix_name" or @his_1="decap" or @
|
||||
his_1="0" or @his="skip" or @his="robust_skip" or @his="w_dia" or @his="wo_dia" or @his="within_word_conjunct")]' \
|
||||
'tt:%w\t%l\t%P' $files | sort | uniq -c | grep -v '^ *1 ' | sed -e 's/\([0-9]\) */\1\t/' | \
|
||||
sort -f -k 2 | sort -n -r -k 1,1 -s > nieuw-extra-$ds-$i
|
||||
sort -f -k 2 | sort -n -r -k 1,1 -s > nieuw-woorden-extra-$ds-$i
|
||||
|
||||
top20 nieuw-extra-$ds-$i
|
||||
# score nieuw-extra-$ds-$i > nieuw-extra-$ds-$i.score
|
||||
top20 nieuw-woorden-extra-$ds-$i
|
||||
# score nieuw-woorden-extra-$ds-$i > nieuw-woorden-extra-$ds-$i.score
|
||||
|
||||
alto \
|
||||
'fp://node[(@neclass="LOC" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="LOC"])]' \
|
||||
@@ -78,15 +78,15 @@ do
|
||||
alto \
|
||||
'fp://node[(@neclass="MISC" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="MISC"])]' \
|
||||
tt:%l $files | sort | uniq -c | grep -v '^ *1 ' | sed -e 's/\([0-9]\) */\1\t/' | \
|
||||
sort -f -k 2 | sort -n -r -k 1,1 -s > overigen-$ds-$i
|
||||
sort -f -k 2 | sort -n -r -k 1,1 -s > overige-namen-$ds-$i
|
||||
|
||||
# score overigen-$ds-$i > overigen-$ds-$i.score
|
||||
# score overige-namen-$ds-$i > overige-namen-$ds-$i.score
|
||||
|
||||
alto \
|
||||
'fp://node[@pt and @his and not(../@his="normal" or @rel="mwp" or ../@his="name" or ../@his_1="decap") and not(@his="normal" or @his="name" or @his="skip" or @his="robust_skip" or @his="w_dia" or @his="wo_dia" or @his="decap" or @his="within_word_conjunct") and not(@pt="n") ]' \
|
||||
'tt:%w\t%P' $files | sort | uniq -c | grep -v '^ *1 ' | sed -e 's/\([0-9]\) */\1\t/' | \
|
||||
sort -f -k 2 | sort -n -r -k 1,1 -s > overigen-extra-$ds-$i
|
||||
sort -f -k 2 | sort -n -r -k 1,1 -s > nieuw-adjww-extra-$ds-$i
|
||||
|
||||
# score overigen-extra-$ds-$i > overigen-extra-$ds-$i.score
|
||||
# score nieuws-adjww-extra-$ds-$i > nieuw-adjww-extra-$ds-$i.score
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user