Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Disable (the empty) term 5 in term splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jan 31, 2014
1 parent f87e376 commit 25b04a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract/split-to-terms.sh
Expand Up @@ -7,7 +7,7 @@
# https://en.wikipedia.org/wiki/Sixth_European_Parliament
# https://en.wikipedia.org/wiki/Seventh_European_Parliament
declare -a terms
terms["5"]='null/"2004-07-20T00:00:00Z"'
#terms["5"]='null/"2004-07-20T00:00:00Z"' # The current Parltrack data doesn't contain any data from the fifth term
terms["6"]='"2004-07-20T00:00:00Z"/"2009-07-14T00:00:00Z"'
terms["7"]='"2009-07-14T00:00:00Z"/null'

Expand Down

0 comments on commit 25b04a5

Please sign in to comment.