DawgSharp by Sergey Slepov

<PackageReference Include="DawgSharp" Version="1.1.0" />

 DawgSharp 1.1.0

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 algorithm and persistence support.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>DawgSharp</id>
    <version>1.1.0</version>
    <authors>Sergey Slepov</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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 algorithm and persistence support.</description>
    <summary>A clever string dictionary in C#</summary>
    <releaseNotes>Add method DawgBuilder.TryGetValue to support getting and modifying values for existing keys.</releaseNotes>
    <tags>DAWG string dictionary</tags>
  </metadata>
</package>