CREST
CREST copied to clipboard
Import utils.py fail
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)`