I tried using the 'logical constitution' that describes the Constitution of Japan in a logical programming language and displays it in an easy-to-understand manner using a Q & A method.
I tried using the web application ' Logical Constitution ' that describes the text of the
Logical constitution
http://bitlaw-jp.github.io/logicon-system/index.html
The top screen of the 'Logical Constitution' looks like this. A selection box for setting the question content is placed in the center of the screen, and the set question content is displayed below it. By default, the question 'What is the Emperor?' Was displayed, so I decided to just click 'Ask a question' to see the answer.
The display of the answer looks like this. The results of the 'Logical Constitution' program are displayed on the left side, and the answers 'The emperor is a symbol of Japan (Article 1)' and 'The emperor is a symbol of Japanese national integration (Article 1)' are displayed on the right side. Is displayed. In this way, the 'Logical Constitution' makes it possible to display the contents of the Constitution of Japan in a concise and easy-to-understand manner. I'm curious about how it works, so click 'Check Source Code' to display
If you check the source code, you can see that the text of the Constitution of Japan is written in
Also, at the bottom of the answer, there is a button that says 'Confirm the original text of the Constitution of Japan', and it is designed so that you can check the original text on
On the question screen, you can select the predicate to use for the question by clicking the selection box on the left. This time, I selected 'do'.
You can select the subject in the selection box on the right, so select 'Cabinet'.
Now that the question 'What does the Cabinet do?' Is complete, click 'Ask a question' to display the answer.
The answer is like this. It was possible to display the contents divided into multiple articles as 'what the Cabinet does' at once.
The 'Logical Constitution' was developed as part of the ' bitlaw ' project, which aims to enable discussion of legal texts without using legal thinking by rewriting the legal texts into a form that can be processed by computers. In addition, all the source code related to bitlaw is published on GitHub , and anyone can modify and propose it.
Related Posts:
in Review, Web Application, Posted by log1o_hf