You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "text_to_CoNLL.py", line 9, in <module>
from pre_process.CoNLL_Annotations import CoNLLUP_Token_Template
ModuleNotFoundError: No module named 'pre_process'
I am trying to find a fix for it cause I know it's mostly about the nested module imports but I don't want to have to edit every file and mess with the file structure a bunch so I figured I would let you guys know.
Thanks in advance
The text was updated successfully, but these errors were encountered:
First off, wanted to say great work on this! I am very interested in this work and I appreciate you laying out clear instructions on this repo.
When running one of the example snippets (seen below), it produces the following error:
I am trying to find a fix for it cause I know it's mostly about the nested module imports but I don't want to have to edit every file and mess with the file structure a bunch so I figured I would let you guys know.
Thanks in advance
The text was updated successfully, but these errors were encountered: