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

"Lemmatize (Spacy)" Event Driver Broken #4

Open
DavidBerdik opened this issue Apr 1, 2022 · 0 comments
Open

"Lemmatize (Spacy)" Event Driver Broken #4

DavidBerdik opened this issue Apr 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@DavidBerdik
Copy link
Owner

When trying to run the "Lemmatize (Spacy)" event driver through the GUI, the following error prints in the terminal when trying to process the experiment.

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Program Files\Python 3.10\lib\tkinter\__init__.py", line 1921, in __call__
    return self.func(*args)
  File "C:\PyGAAP\backend\GUI.py", line 1459, in <lambda>
    button = Tab_RP_Process_Button:run_experiment(selected_parameters, lb, labels, button, True))
  File "C:\PyGAAP\backend\GUI.py", line 616, in run_experiment
    processed_docs.append(run_pre_processing(backend_API, doc))
  File "C:\PyGAAP\backend\GUI.py", line 530, in run_pre_processing
    doc.setEventSet(e.createEventSet(doc.text), append=True)
  File "C:\PyGAAP\generics\EventDriver.py", line 221, in createEventSet
    if EventDriver._spacy_lang_pipeline == None:
AttributeError: type object 'EventDriver' has no attribute '_spacy_lang_pipeline'

@Michaeljfang

@DavidBerdik DavidBerdik added the bug Something isn't working label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant