diff --git a/src/cooccur.c b/src/cooccur.c index 43b35d5..2dc81e7 100644 --- a/src/cooccur.c +++ b/src/cooccur.c @@ -19,7 +19,7 @@ // For more information, bug reports, fixes, contact: // Jeffrey Pennington (jpennin@stanford.edu) // GlobalVectors@googlegroups.com -// http://www-nlp.stanford.edu/projects/glove/ +// http://nlp.stanford.edu/projects/glove/ #include #include @@ -474,4 +474,3 @@ int main(int argc, char **argv) { return get_cooccurrence(); } - diff --git a/src/glove.c b/src/glove.c index ff1b30f..c3bd904 100644 --- a/src/glove.c +++ b/src/glove.c @@ -19,7 +19,7 @@ // For more information, bug reports, fixes, contact: // Jeffrey Pennington (jpennin@stanford.edu) // GlobalVectors@googlegroups.com -// http://www-nlp.stanford.edu/projects/glove/ +// http://nlp.stanford.edu/projects/glove/ #include diff --git a/src/shuffle.c b/src/shuffle.c index a6da769..7b68712 100644 --- a/src/shuffle.c +++ b/src/shuffle.c @@ -19,7 +19,7 @@ // For more information, bug reports, fixes, contact: // Jeffrey Pennington (jpennin@stanford.edu) // GlobalVectors@googlegroups.com -// http://www-nlp.stanford.edu/projects/glove/ +// http://nlp.stanford.edu/projects/glove/ #include #include diff --git a/src/vocab_count.c b/src/vocab_count.c index 2174a33..e1c090f 100644 --- a/src/vocab_count.c +++ b/src/vocab_count.c @@ -20,7 +20,7 @@ // For more information, bug reports, fixes, contact: // Jeffrey Pennington (jpennin@stanford.edu) // GlobalVectors@googlegroups.com -// http://www-nlp.stanford.edu/projects/glove/ +// http://nlp.stanford.edu/projects/glove/ #include #include @@ -208,4 +208,3 @@ int main(int argc, char **argv) { return get_counts(); } -