/text-processing-tools

Application with NLP tools in the web interface

Primary LanguagePython

text-processing-tools

Application with NLP tools in the web interface.

Development

Requires poetry.

Set Up Database

docker compose up -d

Install dependencies

poetry install

Lint

poetry run flake8
poetry run mypy text_processing_tools/

Run

poetry run uvicorn text_processing_tools:app