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
(spacy) mememe@ubuntugpu:~$ parse-as-conll en_core_web_sm spacy --input_str "I like cookies. What about you?" -t --include_headers
Traceback (most recent call last):
File "/mnt/data/mememe/.local/bin/parse-as-conll", line 8, in <module>
sys.exit(main())
File "/mnt/data/mememe/.local/lib/python3.10/site-packages/spacy_conll/cli/parse.py", line 175, in main
parse(cargs)
File "/mnt/data/mememe/.local/lib/python3.10/site-packages/spacy_conll/cli/parse.py", line 23, in parse
parser = ConllParser(nlp, is_tokenized=args.is_tokenized)
TypeError: ConllParser.__init__() got an unexpected keyword argument 'is_tokenized'
I have to change line 23 to "parser = ConllParser(nlp)".
The text was updated successfully, but these errors were encountered:
Whether I use -t argument or not.
I have to change line 23 to "parser = ConllParser(nlp)".
The text was updated successfully, but these errors were encountered: