Last updated:
0 purchases
pyguess 0.2.2
pyguess
The Python library to Guess Swiss Streets
Table of Contents
Disclaimer
Installation
Usage
Disclaimer
The library is in the alpha stage, which means there's a lot of work to do still! So, don't expect too much from it!
Installation
To install from PyPi, run:
pip install pyguess
Usage
import pyguess
from pyguess import Config, Candidate
config = Config(
path_to_streets="../misc/data/streets_data",
)
candidate = pyguess.guess_address("Rigistrasse 10", "Pfaffikon", config)
assert candidate == Candidate("rigistrasse 10", "pfäffikon zh")
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.