@his="normal" weg
This commit is contained in:
16
namen.sh
16
namen.sh
@@ -83,26 +83,26 @@ case $XN in
|
||||
XVALID=1
|
||||
;;
|
||||
4)
|
||||
# bestaande locaties
|
||||
EXPR='fp://node[(@neclass="LOC" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="LOC"] and @his="normal")]'
|
||||
# bestaande en nieuwe locaties
|
||||
EXPR='fp://node[(@neclass="LOC" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="LOC"])]'
|
||||
TEMPLATE='tt:%l'
|
||||
XVALID=1
|
||||
;;
|
||||
5)
|
||||
# bestaande personen
|
||||
EXPR='fp://node[(@neclass="PER" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="PER"] and @his="normal")]'
|
||||
# bestaande en nieuwe personen
|
||||
EXPR='fp://node[(@neclass="PER" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="PER"])]'
|
||||
TEMPLATE='tt:%l'
|
||||
XVALID=1
|
||||
;;
|
||||
6)
|
||||
# bestaande organisaties
|
||||
EXPR='fp://node[(@neclass="ORG" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="ORG"] and @his="normal")]'
|
||||
# bestaande en nieuwe organisaties
|
||||
EXPR='fp://node[(@neclass="ORG" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="ORG"])]'
|
||||
TEMPLATE='tt:%l'
|
||||
XVALID=1
|
||||
;;
|
||||
7)
|
||||
# bestaande andere namen (boeken, films, events, .. )
|
||||
EXPR='fp://node[(@neclass="MISC" and @his="normal" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="MISC"] and @his="normal")]'
|
||||
# bestaande en nieuwe andere namen (boeken, films, events, .. )
|
||||
EXPR='fp://node[(@neclass="MISC" and not(@rel="mwp")) or (@cat="mwu" and node[@pt="spec" and @neclass="MISC"])]'
|
||||
TEMPLATE='tt:%l'
|
||||
XVALID=1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user