Hi,
I am trying to generate vectors through dl-words.py but having some issues with the vectors file. The docstring says that the vector file is either read, updated or created
parser.add_argument('--vectors', required=True,
help='Embeddings file, either read and updated or created')
but the dl-words command gives an error if the vector file is not specified (obvious from required=True) and even if an empty file is specified. Can you clarify how can one generate word vectors from text file?
Hi, I am trying to generate vectors through dl-words.py but having some issues with the vectors file. The docstring says that the vector file is either read, updated or created
but the dl-words command gives an error if the vector file is not specified (obvious from required=True) and even if an empty file is specified. Can you clarify how can one generate word vectors from text file?