https://github.com/yard1/lawsemanalyser
https://github.com/yard1/lawsemanalyser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yard1/lawsemanalyser
- Owner: Yard1
- License: gpl-3.0
- Created: 2020-05-17T20:36:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:37:59.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:24:04.378Z (5 months ago)
- Language: HTML
- Size: 3.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LawSemAnalyser
## Requirements
* Python 3.7 or higher
* Docker 19.03.11 or higher, running from the same user account as Python## Installation
Run `Python/setup.py` to install the package.
## Quickstart
1. Create two folders - input and output
2. Grab HTML files using [ISAP API](http://isap.sejm.gov.pl/api/isap/#/default/downloadHTML) and save them in the input folder
3. Run:
```python
from LawSemAnalyser import SemAnalyseranalyser = SemAnalyser("path/to/output/folder", "path/to/input/folder")
analyser.analyse_docs()
```The required Docker image will be pulled automatically.
## Author
Antoni Baum