WING-NUS / Neural-ParsCit

Neuralized version of the Reference String Parser component of the ParsCit package.
http://wing.comp.nus.edu.sg/parsCit
Other
78 stars 17 forks source link

Neural-ParsCit #20

Closed rakeshkasinathan closed 5 years ago

rakeshkasinathan commented 5 years ago

While run the below command, ./run.py --model_path models/neuralParsCit/ --pre_emb vectors_with_unk.kv --run file -i 05_Ref.txt -o output.text I got the below issues could you please suggest me what i have made wrong from: too many arguments import: unable to open X server ' @ error/import.c/ImportImageCommand/364. import: unable to open X server' @ error/import.c/ImportImageCommand/364. import: unable to open X server ' @ error/import.c/ImportImageCommand/364. import: unable to open X server' @ error/import.c/ImportImageCommand/364. import: unable to open X server ' @ error/import.c/ImportImageCommand/364. import: unable to open X server' @ error/import.c/ImportImageCommand/364. from: too many arguments from: too many arguments from: too many arguments from: too many arguments ./run.py: line 12: $'\r': command not found ./run.py: line 13: $'\r': command not found ./run.py: line 14: syntax error near unexpected token (' '/run.py: line 14:optparser = optparse.OptionParser()

kylase commented 5 years ago

Please check your newline characters. This is probably not an bug.