Skip to content

Tags: LlmKira/fast-langdetect

Tags

pypi_1.0.0

Toggle pypi_1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #22 from LlmKira/fix/0915 ♻️ refactor(tests/infer): Unify detect functions, make the API more intuitive and avoid implicit fallbacks

pypi_0.3.2

Toggle pypi_0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from LlmKira/dev-20250304 ✨ feat(app): [Compatibility changes] add input normalization to language detection

pypi_0.3.1

Toggle pypi_0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from LlmKira/dev-20250304 🔧 fix(model): enhance Windows model loading with robust path handling

pypi_0.3.0

Toggle pypi_0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sudoskys Jasmine
🔧 refactor(config): rename `model_path` to `custom_model_path` - Update configuration parameter name for better clarity - Modify README examples to use new parameter name - Adjust test cases and implementation to reflect parameter rename - Improve documentation and code consistency

pypi_0.2.5

Toggle pypi_0.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
sudoskys Jasmine
✨ chore(workflows): update Python support to 3.13 in CI config Expanded the Python version matrix to include 3.12 and 3.13 in the GitHub Actions workflow. This ensures that the project is tested against the latest Python versions, improving compatibility and future-proofing the codebase.

pypi_0.2.4

Toggle pypi_0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from LlmKira/dev-3 ✨ feat(app): add MD5 verification for FastText model integrity

pypi_0.2.3

Toggle pypi_0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
sudoskys Jasmine
🎨 refactor(ft_detect): prepend module name to log messages 🔥 remove(feature_test): delete redundant test case for strict mode 🐛 fix(ft_detect): raise original exception as cause in strict mode 🎨 style(feature_test): adjust test case structure for clarity

pypi_0.2.2

Toggle pypi_0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from LlmKira/dev (feat): Add small model `lid.176.ftz` to library resources, for offline use

pypi_0.2.1

Toggle pypi_0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
sudoskys Jasmine
⬆️ chore: bump version to 0.2.1 and update dependencies #3

pypi_0.2.0

Toggle pypi_0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sudoskys Jasmine
🎨 chore(ft_detect): refactor detect_langs to detect_language Refactor `detect_langs` function to `detect_language` for better clarity and deprecation warning. Remove redundancy and improve code readability.