{"id":19532469,"url":"https://github.com/rain1024/glove","last_synced_at":"2026-06-11T04:31:24.443Z","repository":{"id":79575304,"uuid":"162254159","full_name":"rain1024/glove","owner":"rain1024","description":"Glove","archived":false,"fork":false,"pushed_at":"2018-12-21T13:42:34.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T17:08:01.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rain1024.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-18T08:18:50.000Z","updated_at":"2019-07-11T04:40:51.000Z","dependencies_parsed_at":"2023-05-12T09:15:45.359Z","dependency_job_id":null,"html_url":"https://github.com/rain1024/glove","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rain1024%2Fglove","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rain1024%2Fglove/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rain1024%2Fglove/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rain1024%2Fglove/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rain1024","download_url":"https://codeload.github.com/rain1024/glove/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240784284,"owners_count":19856988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T01:51:17.168Z","updated_at":"2026-06-11T04:31:24.406Z","avatar_url":"https://github.com/rain1024.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"GloVe: Global Vectors for Word Representation\n_____________________________________________________\n\n\nWe provide an implementation of the GloVe model for learning word representations, as well as some auxiliary tools to construct word-word cooccurrence matrices from large corpora.\n\nPlease see the project page for more information:\nhttp://nlp.stanford.edu/projects/glove/\n\nThis package includes four main tools:\n1) vocab_count\nConstructs unigram counts from a corpus, and optionally thresholds the resulting vocabulary based on total vocabulary size or minimum frequency count. This file should already consist of whitespace-separated tokens. Use something like the Stanford Tokenizer (http://nlp.stanford.edu/software/tokenizer.shtml) first on raw text.\n2) cooccur\nConstructs word-word cooccurrence statistics from a corpus. The user should supply a vocabulary file, as produced by 'vocab_count', and may specify a variety of parameters, as described by running './cooccur'.\n3) shuffle\nShuffles the binary file of cooccurrence statistics produced by 'cooccur'. For large files, the file is automatically split into chunks, each of which is shuffled and stored on disk before being merged and shuffled togther. The user may specify a number of parameters, as described by running './shuffle'.\n4) glove\nTrain the GloVe model on the specified cooccurrence data, which typically will be the output of the 'shuffle' tool. The user should supply a vocabulary file, as given by 'vocab_count', and may specify a number of other parameters, which are described by running './glove'.\n\nThe package also provides a demo script 'demo.sh'. It downloads a small corpus, consisting of the first 100M characters of Wikipedia, collects unigram counts, constructs and shuffles cooccurrence data, and trains a simple version of the GloVe model. It also runs a word analogy evaluation script in python.\n\nAll work contained in this package is licensed under the Apache License, Version 2.0. See the include LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frain1024%2Fglove","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frain1024%2Fglove","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frain1024%2Fglove/lists"}