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

Fix ModuleNotFoundError #3

Merged
merged 2 commits into from
Jun 1, 2024
Merged

Fix ModuleNotFoundError #3

merged 2 commits into from
Jun 1, 2024

Conversation

marshmeowllo
Copy link
Contributor

@marshmeowllo marshmeowllo commented May 28, 2024

This pull request addresses the issue of the ModuleNotFoundError encountered during test runs due to the missing python-crfsuite dependency.

Changes made:

  • Added python-crfsuite==0.9.10 to requirements.txt.

This change ensures that the necessary module is available for the ThaiNameTagger used in thaidp.filter, allowing the tests to run successfully without errors.

Additionally, please make sure to install the updated requirements by running:

pip install -r requirements.txt

Copy link
Member

@wannaphong wannaphong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@wannaphong wannaphong merged commit d65aa97 into PyThaiNLP:master Jun 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants