Skip to content

iwpnd/toponym-api

Repository files navigation

Toponym-API

API for Toponym built with the amazing FastAPI.

Description

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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

Running the tests

git clone https://github.com/iwpnd/toponym-api.git
cd toponym-api
pip install poetry
poetry install
pytest -v

Deployment

see blogpost

Authors

  • Benjamin Ramser - Initial work - iwpnd

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

API to generate toponyms from input words

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published