API for Toponym built with the amazing FastAPI.
In slavic languages a word can change, depending on how and where it is used within a sentence. The city Moscow (Москва
) changes to Москве
when used prepositional. See toponym.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/iwpnd/toponym-api.git
docker build -t toponym_api .
docker run -d --name toponym-api-container -p 80:80 toponym_api
git clone https://github.com/iwpnd/toponym-api.git
cd toponym-api
pip install poetry
poetry install
pytest -v
see blogpost
- Benjamin Ramser - Initial work - iwpnd
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details