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

Check list before using eMFD #25

Open
uless opened this issue Apr 28, 2024 · 0 comments
Open

Check list before using eMFD #25

uless opened this issue Apr 28, 2024 · 0 comments

Comments

@uless
Copy link

uless commented Apr 28, 2024

  1. SpaCy version should be 3.4.0. (as per my ticket 2 years ago)
    Otherwise you will see this:
    Pipeline component 'mfd_tokenizer' returned <class 'list'> instead of a Doc. If you're using a custom component, maybe you forgot to return the processed Doc?

  2. Pandas version should be lower than 2.0.0 (worked with version 1.5.3)
    Otherwise you will see this:
    ``AttributeError: 'Series' object has no attribute 'iteritems'

  3. Input dataframe should be heading-less.
    Just do it, make your input dataframe looks exactly like the template.

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

No branches or pull requests

1 participant