We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
While running any of the notebooks I get the following error:
Input In [8], in <cell line: 9>() 5 root_path = os.path.abspath(os.path.join(os.path.dirname("__file__"), '..')) 7 sys.path.insert(0, root_path) ----> 9 from crest import Converter 10 from crest.crest import crest2brat, brat2crest ImportError: cannot import name 'Converter' from 'crest' (unknown location)`
The text was updated successfully, but these errors were encountered:
phosseini
No branches or pull requests
Hi,
While running any of the notebooks I get the following error:
The text was updated successfully, but these errors were encountered: