stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

which standard IDE should use to run code? #151

Closed umeshpant closed 4 years ago

umeshpant commented 5 years ago

I am not able to run the "vocab_count.c" file on codeblocks IDE ...which IDE I need to use to generate vectors for my own corpus? please help

trewtzu commented 4 years ago

You dont need a IDE. This is C code, just run it from a terminal. Its designed to use GCC so you problem need to run it on Linux. make sure you have GCC installed