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 dependencies and description how to import idNet #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebastian-nagel
Copy link

Fix dependencies in setup.py

  • add missing separator
  • add TensorFlow as requirement (at least one Keras back-end is required to run the language identification, of course, Theano could be used instead)

Fix import in README:

  • "idNet_Enrich" is defined in "idNet/idNet.py", so the the import statement should be from idNet.idNet import ...

- add missing separator
- add TensorFlow as requirement (at least one Keras backend is required
  to run the language identification)

Fix import in README
@kargaranamir
Copy link

kargaranamir commented Jun 8, 2023

In addition, sklearn is deprecated and needs to be changed to scikit-learn ...

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.

None yet

2 participants