murthyrudra / NeuralNER

Implementation of Multilingual Neural NER
GNU General Public License v3.0
5 stars 2 forks source link

Invalid argument #10

Open Onkar-2803 opened 2 years ago

Onkar-2803 commented 2 years ago

While evaluating the model(NeuralNER)/NeuralNERMono/), --vocabTag is specified as the parameter but it doesn't exist.

murthyrudra commented 2 years ago

Hi, There was an error in Readme file. The argument should be vocabOutput and not vocabTag. Have pushed the update here https://github.com/murthyrudra/NeuralNER/commit/63ba0350871259085ce02026d2fc499dd26e22d8

Please change the argument from --vocabTag to --vocabOutput

Onkar-2803 commented 2 years ago

Thanks!