Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broaden legislative acts extraction #36

Open
spapadiamantis opened this issue Aug 14, 2019 · 0 comments
Open

Broaden legislative acts extraction #36

spapadiamantis opened this issue Aug 14, 2019 · 0 comments
Labels
enhancement New feature or request GSOC-2019 Issues created during Google Summer of Code 2019 NLP NLP Related Stuff

Comments

@spapadiamantis
Copy link
Collaborator

The codifier module currently detects, codifies and stores all laws and presidential decrees that are found in the Greek Government Gazette issues.Even though these types of amendments are most important in Greek legislation they do not account for the largest part of GGG issues.

We want to broaden extraction capabilities using regular expressions to include parliamentary regulations (Κανονισμός της Βουλής), treaties (Συνθήκες), Prime Minister, Minister and Deputy Minister decisions, as well as acts of appointment, dismissal and transfer of public officials. An extensive account of types of legislative acts per GGG issue can be found in the [Ethnikon Typografeion website] (http://www.et.gr/index.php/f-e-k/teyxi).

As mentioned the legislative act extraction is currently performed using regular expressions in the entities module. An alternative to this is would be to train a neural network that can detect legislative acts and determines the type although this would be a complex solution depending on the number of issue types.

Since the GGG corpus contains a great number of types of legislative we should prioritize those found in main issue types such as 'Α', 'Β', 'Γ' , 'Δ'.

@spapadiamantis spapadiamantis added enhancement New feature or request NLP NLP Related Stuff GSOC-2019 Issues created during Google Summer of Code 2019 labels Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GSOC-2019 Issues created during Google Summer of Code 2019 NLP NLP Related Stuff
Projects
None yet
Development

No branches or pull requests

1 participant