From 7a8b0870e221568fbf6bf00acd1882c98c0f54e3 Mon Sep 17 00:00:00 2001 From: Peter Kleiweg Date: Wed, 25 Mar 2026 18:40:20 +0100 Subject: [PATCH] collect.sh: voorlopig geen score --- collect.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/collect.sh b/collect.sh index 94772d3..fee9064 100755 --- a/collect.sh +++ b/collect.sh @@ -33,7 +33,7 @@ do tt:%w $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-namen-$ds-$i - score nieuw-namen-$ds-$i > nieuw-namen-$ds-$i.score + # score nieuw-namen-$ds-$i > nieuw-namen-$ds-$i.score alto \ '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 @ @@ -41,7 +41,7 @@ do tt:%w $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-woorden-$ds-$i - score nieuw-woorden-$ds-$i > nieuw-woorden-$ds-$i.score + # score nieuw-woorden-$ds-$i > nieuw-woorden-$ds-$i.score alto \ '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 @ @@ -49,41 +49,41 @@ do '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 - score nieuw-extra-$ds-$i > nieuw-extra-$ds-$i.score + # score nieuw-extra-$ds-$i > nieuw-extra-$ds-$i.score alto \ 'fp://node[(@neclass="LOC" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="LOC"] and @his="normal")]' \ 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 > locaties-$ds-$i - score locaties-$ds-$i > locaties-$ds-$i.score + # score locaties-$ds-$i > locaties-$ds-$i.score alto \ 'fp://node[(@neclass="PER" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="PER"] and @his="normal")]' \ 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 > personen-$ds-$i - score personen-$ds-$i > personen-$ds-$i.score + # score personen-$ds-$i > personen-$ds-$i.score alto \ 'fp://node[(@neclass="ORG" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="ORG"] and @his=" normal")]' \ 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 > organisaties-$ds-$i - score organisaties-$ds-$i > organisaties-$ds-$i.score + # score organisaties-$ds-$i > organisaties-$ds-$i.score alto \ 'fp://node[(@neclass="MISC" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="MISC"] and @his="normal")]' \ 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 - score overigen-$ds-$i > overigen-$ds-$i.score + # score overigen-$ds-$i > overigen-$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 - score overigen-extra-$ds-$i > overigen-extra-$ds-$i.score + # score overigen-extra-$ds-$i > overigen-extra-$ds-$i.score done