boberle / corefconversion

Conversion scripts for coreference
Mozilla Public License 2.0
27 stars 4 forks source link

Fault while converting from file.txt to file.jsonlines #5

Closed hamzaelouiaazzani closed 2 years ago

hamzaelouiaazzani commented 2 years ago

Hello guys, Hello Mr. Bruno, When I run the below bash commands to convert a .txt file (the one I will use for coreference resolution prediction) to a .jsonlines file, this bug's outputted. I tried to resolve the problem but unfortunatly it deosn't work. Could you guys please help me fix this error if you can?

fault_convert_text_2_Jsonlines

hamzaelouiaazzani commented 2 years ago

I resolved the issue, Stanford NLP is out of date. Please use stanford Stanza instead https://github.com/stanfordnlp/stanza Or only use ("tekenize,pos") instead of ("tokenize,mwt,pos") for stanfordnlp