{"id":30420641,"url":"https://github.com/skybrud/skybrud.textanalysis","last_synced_at":"2025-08-22T08:19:45.029Z","repository":{"id":225640497,"uuid":"303672636","full_name":"skybrud/Skybrud.TextAnalysis","owner":"skybrud","description":"Hunspell text analysis package for .NET.","archived":false,"fork":false,"pushed_at":"2024-03-03T11:58:08.000Z","size":3792,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"v2/main","last_synced_at":"2025-08-01T04:58:48.490Z","etag":null,"topics":["analysis","hunspell","limbo","skybrud"],"latest_commit_sha":null,"homepage":"","language":"C#","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/skybrud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2020-10-13T10:54:00.000Z","updated_at":"2024-05-10T11:45:49.000Z","dependencies_parsed_at":"2024-03-03T12:52:29.543Z","dependency_job_id":null,"html_url":"https://github.com/skybrud/Skybrud.TextAnalysis","commit_stats":null,"previous_names":["skybrud/skybrud.textanalysis"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/skybrud/Skybrud.TextAnalysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skybrud%2FSkybrud.TextAnalysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skybrud%2FSkybrud.TextAnalysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skybrud%2FSkybrud.TextAnalysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skybrud%2FSkybrud.TextAnalysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skybrud","download_url":"https://codeload.github.com/skybrud/Skybrud.TextAnalysis/tar.gz/refs/heads/v2/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skybrud%2FSkybrud.TextAnalysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271606604,"owners_count":24788981,"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-22T02:00:08.480Z","response_time":65,"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":["analysis","hunspell","limbo","skybrud"],"created_at":"2025-08-22T08:19:44.454Z","updated_at":"2025-08-22T08:19:45.022Z","avatar_url":"https://github.com/skybrud.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skybrud.TextAnalysis\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.TextAnalysis/blob/v2/main/LICENSE.md)\n[![NuGet](https://img.shields.io/nuget/v/Skybrud.TextAnalysis.svg)](https://www.nuget.org/packages/Skybrud.TextAnalysis)\n[![NuGet](https://img.shields.io/nuget/dt/Skybrud.TextAnalysis.svg)](https://www.nuget.org/packages/Skybrud.TextAnalysis)\n\n`Skybrud.TextAnalysis` is a Hunspell wrapper and text analysis package for .NET.\n\nBuilding on top of the [**WeCantSpell.Hunspell**](https://github.com/aarondandy/WeCantSpell.Hunspell) package, our analyzer supports [spell checking](https://packages.skybrud.dk/skybrud.textanalysis/docs/v2.0/spell-checking/), getting [suggestions](https://packages.skybrud.dk/skybrud.textanalysis/docs/v2.0/suggestions/), [stemming](https://packages.skybrud.dk/skybrud.textanalysis/docs/v2.0/stemming/) as well as our own implementations of \n[morphing](https://packages.skybrud.dk/skybrud.textanalysis/docs/v2.0/morphing/) and [expanding](https://packages.skybrud.dk/skybrud.textanalysis/docs/v2.0/expanding/).\n\n\n## Installation\n\nVia \u003ca href=\"https://www.nuget.org/packages/Skybrud.TextAnalysis/2.0.0\" target=\"_blank\"\u003eNuGet\u003c/a\u003e:\n\n```\ndotnet add package Skybrud.TextAnalysis --version 2.0.0\n```\n\nor:\n\n```\nInstall-Package Skybrud.TextAnalysis -Version 2.0.0\n```\n\n\n\n## Found a bug? Have a question?\n\nPlease feel free to [**create an issue**][Issues], and I will get back to you ;)\n\n\n\n## Changelog\n\nThe [**releases page**][GitHubReleases] lists the relevant changes from each release.\n\n\n\n## Documentation\n\nDocumentation for this package is available at [**packages.skybrud.dk**][Documentation].\n\n   \n[NuGetPackage]: https://www.nuget.org/packages/Skybrud.TextAnalysis\n[GitHubRelease]: https://github.com/skybrud/Skybrud.TextAnalysis/releases/latest\n[GitHubReleases]: https://github.com/skybrud/Skybrud.TextAnalysis/releases\n[Changelog]: https://github.com/skybrud/Skybrud.TextAnalysis/releases\n[Issues]: https://github.com/skybrud/Skybrud.TextAnalysis/issues\n[Documentation]: https://packages.skybrud.dk/skybrud.textanalysis/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskybrud%2Fskybrud.textanalysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskybrud%2Fskybrud.textanalysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskybrud%2Fskybrud.textanalysis/lists"}