DawgSharp 1.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DawgSharp --version 1.0.7
NuGet\Install-Package DawgSharp -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DawgSharp" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DawgSharp" Version="1.0.7" />
<PackageReference Include="DawgSharp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DawgSharp --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DawgSharp, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DawgSharp@1.0.7
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DawgSharp&version=1.0.7
#tool nuget:?package=DawgSharp&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
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,143 | 8/18/2024 |
| 1.7.0 | 2,861 | 8/3/2022 |
| 1.6.0 | 1,379 | 2/15/2022 |
| 1.5.0 | 1,557 | 12/1/2021 |
| 1.4.0 | 1,357 | 11/30/2021 |
| 1.3.0 | 22,777 | 6/23/2018 |
| 1.2.0 | 19,598 | 10/8/2015 |
| 1.1.1 | 1,891 | 7/10/2015 |
| 1.1.0 | 1,540 | 7/10/2015 |
| 1.0.7 | 6,324 | 1/2/2015 |
| 1.0.6 | 2,157 | 10/31/2014 |
| 1.0.5 | 1,653 | 6/2/2014 |
| 1.0.4 | 1,694 | 5/5/2014 |
| 1.0.3 | 1,657 | 5/4/2014 |
| 1.0.2 | 2,157 | 4/27/2014 |
Speed improvements in BuildDawg().