Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 491 Bytes

gesetz_buche

This is an improved search interface of the online version German law books. This service adds fuzzy text matching and suggested corrections.

The textual law is parsed via parse_gesetz.py, and indexed on an ElasticSearch DB (docker image). To popualte the DB:

docker compose up -d
python parse_gesetz.py 

The search interface itself is powered via a streamlit server. To activate it:

streamlit run app.py