No description
  • Python 95.2%
  • Nix 2.5%
  • Dockerfile 2.3%
Find a file
zwanto 9aff5167df
Some checks failed
/ test (push) Failing after 46m26s
/ check-version (push) Has been cancelled
/ build (push) Has been cancelled
feat: add semantic similarity comparison and SQL parsing functionality
- Introduced `parser.py` for parsing SQL UPDATE statements, extracting table names, SET and WHERE clauses, and generating processed SQL files.
- Added `semantic_similarity.py` to compute cosine similarity between English and French text lists using a multilingual E5 model.
- Updated `__init__.py` to include new functionalities and maintain module exports.
- Enhanced `pyproject.toml` with dependencies for PyTorch and Transformers.
2026-07-30 21:06:46 +02:00
.devcontainer Initial commit 2025-10-16 07:23:05 +00:00
.forgejo/workflows Initial commit 2025-10-16 07:23:05 +00:00
src/translation_pack feat: add semantic similarity comparison and SQL parsing functionality 2026-07-30 21:06:46 +02:00
.gitignore feat: add semantic similarity comparison and SQL parsing functionality 2026-07-30 21:06:46 +02:00
.pre-commit-config.yaml Initial commit 2025-10-16 07:23:05 +00:00
poetry.lock feat: add semantic similarity comparison and SQL parsing functionality 2026-07-30 21:06:46 +02:00
pyproject.toml feat: add semantic similarity comparison and SQL parsing functionality 2026-07-30 21:06:46 +02:00
README.md Initial commit 2025-10-16 07:23:05 +00:00
shell.nix Initial commit 2025-10-16 07:23:05 +00:00

translation-pack