An open API service indexing awesome lists of open source software.

https://github.com/yard1/lawsemanalyser


https://github.com/yard1/lawsemanalyser

Last synced: 3 months ago
JSON representation

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 SemAnalyser

analyser = SemAnalyser("path/to/output/folder", "path/to/input/folder")
analyser.analyse_docs()
```

The required Docker image will be pulled automatically.

## Author

Antoni Baum