I'm really tempted to collect the XML files and put them on github, with periodic checkpoints to update it with the latest. Watching the evolution of law over time is a fascinating thing and using SW engineering tools to help would be really fun.
I was under the impression law is essentially "append only". New laws override existing laws, but the text of the existing law never changes.
The entire US Code is now online in XML
21–30 of 244 posts
Re: The entire US Code is now online in XML
#22I'm really tempted to collect the XML files and put them on github, with periodic checkpoints to update it with the latest. Watching the evolution of law over time is a fascinating thing and using SW engineering tools to help would be really fun.
We actually have something similar in germany, called the "Bundesgit" ( https://github.com/bundestag/gesetze )
Re: The entire US Code is now online in XML
#23For those of us who don't know anything about it, what are the uses of machine readable law?
Just from a Natural Language perspective, this is amazing. By using the code as as a corpus, we can see how differently legal language differs from day-to-day parlance. Such an analysis might be fascinating, especially if we compare to word frequency in Google Ngram's historical index. I suspect legal language trails several decades behind modern lingo. Semi-intelligent queries can be executed, such that ignorance of…
Re: The entire US Code is now online in XML
#24I'm really tempted to collect the XML files and put them on github, with periodic checkpoints to update it with the latest. Watching the evolution of law over time is a fascinating thing and using SW engineering tools to help would be really fun.
I was under the impression law is essentially "append only". New laws override existing laws, but the text of the existing law never changes.
See: http://en.wikipedia.org/wiki/United_States_Code#Legal_status
Re: The entire US Code is now online in XML
#25Re: The entire US Code is now online in XML
#26I'm really tempted to collect the XML files and put them on github, with periodic checkpoints to update it with the latest. Watching the evolution of law over time is a fascinating thing and using SW engineering tools to help would be really fun.
I was under the impression law is essentially "append only". New laws override existing laws, but the text of the existing law never changes.
Re: The entire US Code is now online in XML
#27Re: The entire US Code is now online in XML
#28XML? this should be in json!
Heck they didn't even bother to include a way to inherit styles, they are just included in every case.
Re: The entire US Code is now online in XML
#29XML? this should be in json!
Re: The entire US Code is now online in XML
#30I'm really tempted to collect the XML files and put them on github, with periodic checkpoints to update it with the latest. Watching the evolution of law over time is a fascinating thing and using SW engineering tools to help would be really fun.
https://github.com/divegeek/uscode
The diffs are huge.