explosion / sense2vec

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

error on 01_parse.py #128 #131

Closed ericfeunekes closed 3 years ago

ericfeunekes commented 3 years ago

The with output_file.open statement in line 54 of scripts/01 parse.py is in the wrong place. As it stands the last output file is never written.

See comments in #128