Closed polm closed 6 years ago
You really shouldnt run a tagger without pre-trained word vectors. You simply will not be able to match performance obtainable with pre-trained embeddings. Can you point out where I said this, and I will fix it?
The comment in the docs is here
If you want to use only the convolutional filter word vectors (and no word embeddings), just remove the -embed line above.
I understand that not using vectors has no chance of matching the performance of running with vectors, I just figured I'd give it a shot to check that everything else was OK while I was downloading the Glove vectors.
Besides that this is a lovely project, thanks for making it!
Thank you!
The README for
tag_char_rnn.py
indicates it can be run without word vectors by omitting the--embed
option. However, when I try to run it that way I get this error:Looks like it's trying to use embeddings even when not available - maybe the note about running it without them should be removed?