Skip to content

ndaelman-hu/gesetz_buche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages