Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: No numpy required #8

Merged
merged 6 commits into from
Jan 9, 2025
Merged

feat: No numpy required #8

merged 6 commits into from
Jan 9, 2025

Conversation

sudoskys
Copy link
Member

@sudoskys sudoskys commented Jan 9, 2025

No description provided.

- Refactor model loading to use a unified `load_fasttext_model` function
- Simplify and improve error handling
- Remove `ModelType` enum and use string keys for model caching
- Enhance download logic with a dedicated `download_model` function
- Improve logging and exception handling for clarity
🧪 test: add lingua_t.py for language detection tests

🔄 chore: update dependencies in pyproject.toml
📚 docs: update README.md for improved clarity and formatting

- Enhanced language and structure for better readability
- Added new sections and notes for usage and prerequisites
📚 docs: update README.md for improved clarity and formatting

- Enhanced language and structure for better readability
- Added new sections and notes for usage and prerequisites
📚 docs: update README.md for improved clarity and formatting

- Enhanced language and structure for better readability
- Added new sections and notes for usage and prerequisites
📚 docs: update README.md for improved clarity and formatting

- Enhanced language and structure for better readability
- Added new sections and notes for usage and prerequisites
@sudoskys sudoskys added the enhancement New feature or request label Jan 9, 2025
@sudoskys sudoskys linked an issue Jan 9, 2025 that may be closed by this pull request
@sudoskys sudoskys merged commit 88f88fb into main Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: FastText Incompatibility with NumPy >= 2.0.0
1 participant