DawgSharp 1.0.5
See the version list below for details.
dotnet add package DawgSharp --version 1.0.5
NuGet\Install-Package DawgSharp -Version 1.0.5
<PackageReference Include="DawgSharp" Version="1.0.5" />
<PackageVersion Include="DawgSharp" Version="1.0.5" />
<PackageReference Include="DawgSharp" />
paket add DawgSharp --version 1.0.5
#r "nuget: DawgSharp, 1.0.5"
#:package DawgSharp@1.0.5
#addin nuget:?package=DawgSharp&version=1.0.5
#tool nuget:?package=DawgSharp&version=1.0.5
DAWG is a data structure for effectively storing and searching large word lists. DawgSharp is an open-source C# implementation featuring a linear time graph reduction algoritm and persistence support.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DawgSharp:
| Package | Downloads |
|---|---|
|
Nestor
.NET Morphological library for Russian language |
|
|
Nestor.Chronicles
.NET Vector words library for Russian language |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DawgSharp:
| Repository | Stars |
|---|---|
|
bzaar/DawgSharp
DAWG String Dictionary in C#
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.7.1 | 1,334 | 8/18/2024 |
| 1.7.0 | 2,909 | 8/3/2022 |
| 1.6.0 | 1,421 | 2/15/2022 |
| 1.5.0 | 1,599 | 12/1/2021 |
| 1.4.0 | 1,439 | 11/30/2021 |
| 1.3.0 | 23,847 | 6/23/2018 |
| 1.2.0 | 19,681 | 10/8/2015 |
| 1.1.1 | 1,936 | 7/10/2015 |
| 1.1.0 | 1,602 | 7/10/2015 |
| 1.0.7 | 6,360 | 1/2/2015 |
| 1.0.6 | 2,205 | 10/31/2014 |
| 1.0.5 | 1,696 | 6/2/2014 |
| 1.0.4 | 1,741 | 5/5/2014 |
| 1.0.3 | 1,698 | 5/4/2014 |
| 1.0.2 | 2,208 | 4/27/2014 |
Fix a bug in Dawg.MatchPrefix and add a test to cover it.
Add Dawg.GetLongestCommonPrefixLength.
Implement IEnumerable on Dawg and add IEnumerable.ToDawg extension method, similar to IEnumerable.ToDictionary.