GreynirServer icon indicating copy to clipboard operation
GreynirServer copied to clipboard

Using Reynir to parse laws from Alþingi

Open rbjarnason opened this issue 9 years ago • 2 comments

We at the Citizens Foundation in Iceland (Íbúar ses) are adding back an old feature to our Better Iceland website where we fetch issues from Alþingi to allow citizens to debate them. I'd be interested in using something like Reynir to help citizens understand laws better by providing some analysis and maybe key points from the law.

I wanted to know if you have had any experience using Reynir to parse laws from Alþingi?

Our citizens participation app we use for Better Iceland and Better Reykjavík is Open Source here: https://github.com/rbjarnason/your-priorities-app

We are also working on an EU funded project called Active Citizen that aims to empower citizens democratically with AI and VR. We see Reynir fitting into this work as well and plan experiments with a dataset from Better Reykjavík. https://github.com/rbjarnason/active-citizen http://www.citizens.is/active

rbjarnason avatar Dec 03 '16 15:12 rbjarnason

Yes, there is rudimentary - very basic - support for scraping and parsing text from the althingi.is website. See https://github.com/vthorsteinsson/Reynir/blob/master/scrapers/default.py#L789 - However, this could be improved and enhanced. PRs welcome and if you have specific requirements I can also try to help to implement them.

vthorsteinsson avatar Dec 04 '16 15:12 vthorsteinsson

@vthorsteinsson Thanks for this - sounds good :) I will do some experiments with the code in the next few weeks and get back to you.

rbjarnason avatar Dec 04 '16 23:12 rbjarnason