explosion / sense2vec

🦆 Contextually-keyed word vectors
https://explosion.ai/blog/sense2vec-reloaded
MIT License
1.62k stars 240 forks source link

moved last with output file in scripts/01 parse.py #132

Closed ericfeunekes closed 3 years ago

ericfeunekes commented 3 years ago

See discussion on #128

The last with output_file in scripts/01 parse.py is in the wrong place. Moved it to line 56 and fixed indents so that it opens the final output_file, rather than throwing an error or opening the second last output_file

svlandeg commented 3 years ago

Looks good to me, thanks for the fix!