Hi all,I went to the openaustralia.org site the other day and noticed some missing speeches, then saw the twitter post about the parser.I've made a few changes to the parser which got it working again on my local machine for all of Feb/March. Looks like the APH XML format has changed to what looks like a slightly cleaner output.It might be worth someone with a better understanding of the code base testing the results but hopefully it'll help. For late Feb data I needed to add 'Robert John Carr' with alt name 'Bob Carr' to the senators/people csv files to fix an error that was occurring.
I also noticed after all the hansard data was loaded that I wasn't getting any speeches listed on the Senator's or Member's pages. It looks like there might be a different search system used for that rather then pulling the data directly out of mysql but I wasn't sure so perhaps I missed something.
https://github.com/JWells/openaustralia-parser/commit/b35c3da6507e443720dfa1d666976d70eeb41d88 should fix the first issue with the missing speeches.
The speaker should be picked up now too, however I noticed that on the 28th Feb (and possibly other dates) it's assigning the speaker to the wrong person. Jenkins instead of Slipper. Not quite sure why that is yet, will keep looking.
--To view this discussion on the web visit https://groups.google.com/d/msg/openaustralia-dev/-/ZFhSLfP9nBgJ.
You received this message because you are subscribed to the Google Groups "OpenAustralia Community" group.
To post to this group, send email to openaust...@googlegroups.com.
To unsubscribe from this group, send email to openaustralia-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openaustralia-dev?hl=en.
Hey Justin,
I might try to take a look at getting the parser running again this weekend. Did you make any more progress you want me to look at integrating?
Cheers,
Henare
On 25 March 2012 17:44, Justin Wells <def...@gmail.com> wrote:
https://github.com/JWells/openaustralia-parser/commit/b35c3da6507e443720dfa1d666976d70eeb41d88 should fix the first issue with the missing speeches.
The speaker should be picked up now too, however I noticed that on the 28th Feb (and possibly other dates) it's assigning the speaker to the wrong person. Jenkins instead of Slipper. Not quite sure why that is yet, will keep looking.--To view this discussion on the web visit https://groups.google.com/d/msg/openaustralia-dev/-/ZFhSLfP9nBgJ.
You received this message because you are subscribed to the Google Groups "OpenAustralia Community" group.
To post to this group, send email to openaustralia-dev@googlegroups.com.
To unsubscribe from this group, send email to openaustralia-dev+unsubscribe@googlegroups.com.
I added a small change to get the questions without notices working,
https://github.com/JWells/openaustralia-parser/commit/b35c3da6507e443720dfa1d666976d70eeb41d88
The issue with the speaker showing as the wrong person appears to be because the speaker hasn't been updated in the list of people in reprasentatives.csv. No commits on that as I'm still not all that sure how it works and what else it might effect.