nusnlp / mlconvgec2018

Code and model files for the paper: "A Multilayer Convolutional Encoder-Decoder Neural Network for Grammatical Error Correction" (AAAI-18).
GNU General Public License v3.0
185 stars 73 forks source link

Python error: <stdin> is a directory, cannot continue #17

Closed h123c closed 5 years ago

h123c commented 5 years ago

hello: I get some error when I run the command of "./run.sh /home/.../mlconvgec2018/data/test/conll14st-test /home/.../mlconvgec2018/outputs 1 /home/...mlconvgec2018/models/mlconv".It shows Python error: is a directory, cannot continue.Can you help me?

shamilcm commented 5 years ago
should be the full path to the tokenized input file as mentioned in the README and not the test dataset directory.
h123c commented 5 years ago

@shamilcm OK,thank you.