Starseer 1.0.0

dotnet add package Starseer --version 1.0.0
                    
NuGet\Install-Package Starseer -Version 1.0.0
                    
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="Starseer" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Starseer" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Starseer" />
                    
Project file
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 Starseer --version 1.0.0
                    
#r "nuget: Starseer, 1.0.0"
                    
#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 Starseer@1.0.0
                    
#: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=Starseer&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Starseer&version=1.0.0
                    
Install as a Cake Tool

Starseer

'Starseer'는 C#을 위한 가벼우면서도 강력한 편집 거리 라이브러리입니다.

Key Features

  • Hangul Specialized: 한글 자모 분해 처리를 통해 한글이 포함된 문자열에도 정확한 유사도 검색을 지원합니다.
  • Generic & Flexible: INumber<T> 지원으로 int, float, double 등 다양한 수치 타입을 선택하여 정밀도를 조절할 수 있습니다.
  • Step Tracing: 두 문자열 사이의 편집 과정(Match, Insert, Delete, Substitute)을 역추적하여 상세한 경로를 제공합니다.

Example

단순 Levenshtein 거리 측정

var result = EditDistance.Levenshtein<int>("kitten", "sitting");
Console.WriteLine(result);
// -> 3
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 117 3/5/2026