attardi / deepnl

Deep Learning for Natural Language Processing
GNU General Public License v3.0
457 stars 116 forks source link

dl-words usage #49

Closed mrazakhan closed 7 years ago

mrazakhan commented 7 years ago

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?