{"id":28639389,"url":"https://github.com/scisharp/cherubnlp","last_synced_at":"2025-06-12T19:40:24.093Z","repository":{"id":33199684,"uuid":"152975061","full_name":"SciSharp/CherubNLP","owner":"SciSharp","description":"Natural Language Processing in .NET Core","archived":false,"fork":false,"pushed_at":"2023-02-06T02:47:29.000Z","size":3185,"stargazers_count":116,"open_issues_count":6,"forks_count":33,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-11T19:53:14.263Z","etag":null,"topics":["machine-learning","nlp","nlu"],"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/SciSharp.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":"2018-10-14T13:10:29.000Z","updated_at":"2024-11-25T16:43:54.000Z","dependencies_parsed_at":"2023-02-19T04:00:48.393Z","dependency_job_id":null,"html_url":"https://github.com/SciSharp/CherubNLP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SciSharp/CherubNLP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FCherubNLP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FCherubNLP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FCherubNLP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FCherubNLP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciSharp","download_url":"https://codeload.github.com/SciSharp/CherubNLP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FCherubNLP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259520285,"owners_count":22870415,"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":["machine-learning","nlp","nlu"],"created_at":"2025-06-12T19:40:23.531Z","updated_at":"2025-06-12T19:40:24.084Z","avatar_url":"https://github.com/SciSharp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CherubNLP\nNatural Language Processing in .NET Standard.\n\n```powershell\nPM \u003e Install-Package CherubNLP\n```\n\n\n\n\n#### Word Vector\n#### Text Vector\n\n#### Text Similarity\n\n```csharp\nusing NumSharp;\n\nvar similarities = Similarity.Cosine(\"We can use Cosine to compute the similarity of two hardcoded lists.\", new[]\n            {\n                \"Cosine Similarity algorithm function sample.\",\n                \"The Cosine Similarity function computes the similarity of two lists of numbers.\",\n                \"Compute the similarity of two hardcoded lists.\",\n                \"We can compute the similarity of two hardcoded lists.\",\n                \"Coronavirus app could trace your contacts without sacrificing your privacy\"\n            }, \"dbpedia.ftz\"));\n\nAssert.AreEqual(new[] { 0, 4, 1, 3, 2 }, np.argsort\u003cdouble\u003e(similarities));\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisharp%2Fcherubnlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscisharp%2Fcherubnlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisharp%2Fcherubnlp/lists"}