CAMeL-Lab / camel_parser

MIT License
8 stars 1 forks source link

ModuleNotFoundError: No module named 'supar.config' #3

Closed Thomas-Maged closed 22 hours ago

Thomas-Maged commented 11 months ago

when running this command to pass the input: "python text_to_conll_cli.py -f text -i input.txt" this error appears: "ModuleNotFoundError: No module named 'supar.config'" camel parser1 image

muhammed-abuodeh commented 1 month ago

Which python version are you using? CamelParser currently works with 3.9.16, and I haven't tested it with a later version.

muhammed-abuodeh commented 22 hours ago

The README was improved in order to deal with this error, and the code was tested and is working. If you face another problem, please submit another issue.