{"id":15667387,"url":"https://github.com/timofurrer/embedeval","last_synced_at":"2025-08-21T05:31:48.538Z","repository":{"id":57426194,"uuid":"209766108","full_name":"timofurrer/embedeval","owner":"timofurrer","description":"NLP Embeddings Evaluation Tool","archived":false,"fork":false,"pushed_at":"2020-01-20T10:33:23.000Z","size":19631,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-16T13:35:46.638Z","etag":null,"topics":["ai","awesome","hslu","ml","nlp","wipro","word-embeddings"],"latest_commit_sha":null,"homepage":"https://embedeval.readthedocs.io","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/timofurrer.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}},"created_at":"2019-09-20T10:32:53.000Z","updated_at":"2024-12-20T15:44:59.000Z","dependencies_parsed_at":"2022-09-11T04:20:57.876Z","dependency_job_id":null,"html_url":"https://github.com/timofurrer/embedeval","commit_stats":null,"previous_names":["timofurrer/hslu-wipro"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/timofurrer/embedeval","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fembedeval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fembedeval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fembedeval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fembedeval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/embedeval/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fembedeval/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271430739,"owners_count":24758362,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai","awesome","hslu","ml","nlp","wipro","word-embeddings"],"created_at":"2024-10-03T14:03:07.065Z","updated_at":"2025-08-21T05:31:47.016Z","avatar_url":"https://github.com/timofurrer.png","language":"Python","readme":"# NLP Embeddings Evaluation Tool\n\n[![PyPI License](https://img.shields.io/pypi/l/embedeval.svg)](https://github.com/timofurrer/embedeval/blob/master/LICENSE)\n\u003cbr\u003e\n[![Actions Status](https://github.com/timofurrer/embedeval/workflows/CI/badge.svg)](https://github.com/timofurrer/embedeval/actions)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\u003cbr\u003e\n[![PyPI version](https://badge.fury.io/py/embedeval.svg)](https://badge.fury.io/py/embedeval)\n[![PyPI](https://img.shields.io/pypi/pyversions/embedeval.svg)](https://pypi.python.org/pypi/embedeval)\n[![PyPI](https://img.shields.io/pypi/wheel/embedeval.svg)](https://pypi.python.org/pypi/embedeval)\n\n***\n\nThe *NLP Embeddings Evaluation Tool* is a command line tool to evaluate Natural Language Processing Embeddings\nusing custom intrinsic and extrinsic tasks.\n\n# Installation\n\nembedeval is available as `pip` package:\n\n```bash\npython -m pip install embedeval\n```\n\nNOTE: it might not be installable as of today using pip with PyPI.\nHowever, installing from source will work. Use `.` instead of `embedeval` in the pip command.\n\n# Getting started\n\nRun the `word-analogy` Task on your Word Embedding:\n\n```bash\nembedeval embedding.vec -t word-analogy\n```\n\nRun the `word-analogy` and `word-similarity` Tasks on your Word Embedding:\n\n```bash\nembedeval embedding.vec -t word-analogy -t word-similarity\n```\n\n# Documentation\n\nThe whole documentation of embedeval is available on [Read The Docs](http://embedeval.readthedocs.org).\n\n# Supported platforms\n\nembedeval is supported on Windows, Mac and Linux\n\n# Contribution\n\nYes, we are looking for some contributors and people who spread out a word about embedeval. Help us to improve these piece of software. You don't know what to do?\nJust have a look at the Issues or create a new one.\nPlease have a look at the [Contributing Guidelines](https://github.com/timofurrer/embedeval/blob/master/.github/CONTRIBUTING.md), too.\n\n# Project Information\n\nembedeval is released under the MIT license, its documentation lives at [Read The Docs](http://embedeval.readthedocs.org),\nthe code on [GitHub](https://github.com/timofurrer/embedeval),\nand the latest release on [PyPI](https://pypi.org/project/embedeval).\nIt’s rigorously tested on Python 3.5+.\n\nIf you'd like to contribute to embedeval you're most welcome and we've written a [little guide](https://github.com/timofurrer/embedeval/blob/master/.github/CONTRIBUTING.md) to get you started!\n\n***\n\n*\u003cp align=\"center\"\u003eThis project is published under [MIT](LICENSE).\u003cbr\u003eA [Timo Furrer](https://tuxtimo.me) project.\u003cbr\u003e- :tada: -\u003c/p\u003e*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fembedeval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Fembedeval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fembedeval/lists"}