{"id":15620661,"url":"https://github.com/akb89/embeddix","last_synced_at":"2026-01-08T13:06:39.379Z","repository":{"id":40959313,"uuid":"245596594","full_name":"akb89/embeddix","owner":"akb89","description":"A general purpose toolkit for word embeddings","archived":false,"fork":false,"pushed_at":"2023-07-06T22:13:21.000Z","size":412,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T23:20:01.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akb89.png","metadata":{"files":{"readme":"README.md","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":"2020-03-07T08:38:39.000Z","updated_at":"2020-09-01T09:13:26.000Z","dependencies_parsed_at":"2024-10-22T20:45:18.682Z","dependency_job_id":null,"html_url":"https://github.com/akb89/embeddix","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.040000000000000036","last_synced_commit":"de453a0c2a60c7b83ae5122cdefd487b2a799dd5"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2Fembeddix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2Fembeddix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2Fembeddix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akb89%2Fembeddix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akb89","download_url":"https://codeload.github.com/akb89/embeddix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207491,"owners_count":20740723,"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-10-03T09:01:52.680Z","updated_at":"2026-01-08T13:06:39.326Z","avatar_url":"https://github.com/akb89.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embeddix\n[![GitHub release][release-image]][release-url]\n[![PyPI release][pypi-image]][pypi-url]\n[![Build][build-image]][build-url]\n[![MIT License][license-image]][license-url]\n\n\n[release-image]:https://img.shields.io/github/release/akb89/embeddix.svg?style=flat-square\n[release-url]:https://github.com/akb89/embeddix/releases/latest\n[pypi-image]:https://img.shields.io/pypi/v/embeddix.svg?style=flat-square\n[pypi-url]:https://pypi.org/project/embeddix/\n[build-image]:https://img.shields.io/github/workflow/status/akb89/embeddix/CI?style=flat-square\n[build-url]:https://github.com/akb89/embeddix/actions?query=workflow%3ACI\n[license-image]:http://img.shields.io/badge/license-MIT-000000.svg?style=flat-square\n[license-url]:LICENSE.txt\n\nA small toolkit for processing word embeddings with numpy. You can use `embeddix` to convert .txt embeddings (such as glove files) to numpy and vice-versa.\n\n## Install\n```shell\npip install embeddix\n```\n\nor, after a git clone:\n```shell\npython3 setup.py install\n```\n\n## Use\n\n### Extract vocabulary from a txt embeddings file\n```shell\nembeddix extract --embeddings /absolute/path/to/embeddings.txt\n```\n\n### Convert from txt to numpy\n```shell\nembeddix convert --to numpy --embeddings /absolute/path/to/embeddings.txt\n```\n\n### Convert from numpy to txt\n```shell\nembeddix convert --to txt --embeddings /absolute/path/to/embeddings.npy\n```\n\n### Evaluate DSM on intrinsic tasks\nEvaluate on lexical similarity (men, simlex, simverb) or concept categorization (essli, ap, battig)\n```shell\nembeddix evaluate \\\n--embeddings /absolute/path/to/embeddings.npy \\\n--vocab /absolute/path/to/embeddings.vocab \\\n--dataset instrinsic_task_dataset_name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakb89%2Fembeddix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakb89%2Fembeddix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakb89%2Fembeddix/lists"}