VOOZH about

URL: https://www.nuget.org/packages/Shim.System.Text.Rune/

⇱ NuGet Gallery | Shim.System.Text.Rune 6.0.2




Shim.System.Text.Rune 6.0.2

dotnet add package Shim.System.Text.Rune --version 6.0.2
 
 
NuGet\Install-Package Shim.System.Text.Rune -Version 6.0.2
 
 
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="Shim.System.Text.Rune" Version="6.0.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shim.System.Text.Rune" Version="6.0.2" />
 
Directory.Packages.props
<PackageReference Include="Shim.System.Text.Rune" />
 
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 Shim.System.Text.Rune --version 6.0.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Shim.System.Text.Rune, 6.0.2"
 
 
#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 Shim.System.Text.Rune@6.0.2
 
 
#: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=Shim.System.Text.Rune&version=6.0.2
 
Install as a Cake Addin
#tool nuget:?package=Shim.System.Text.Rune&version=6.0.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Shim.System.Text.Rune

👁 NuGet version

This package provides System.Text.Rune to .NET Standard2.0 and .NET Standard2.1.

The source code has been backported from dotnet/runtime.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

  • .NETStandard 2.1

    • No dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Shim.System.Text.Rune:

Package Downloads
AOTba

AOTba是jieba中文分词的.NET版本(C#实现),支持AOT编译。 基于jieba 0.42,提供与jieba基本一致的功能与接口,但不支持其最新的paddle模式。关于jieba的实现思路,可以看看这篇wiki里提到的资料。 此外,也提供了KeywordProcessor,参考FlashText实现。KeywordProcessor可以更灵活地从文本中提取词典中的关键词,比如忽略大小写、含空格的词等。 如果您在开发中遇到与分词有关的需求或困难,请提交一个issue,I see u!

ExtremeJsonEncoders

For System.Text.Json. A MinimalJsonEncoder, that only escape what the RFC require. Also a MaximalJsonEncoder, for fun:-)

FlatlinerDOA.Rope

C# implementation of a Rope immutable data structure. A Rope is an immutable sequence built using a b-tree style data structure that is useful for efficiently applying and storing edits, most commonly used with strings, but any list or sequence can be efficiently edited using the Rope data structure.

Glot

A text type for .NET that stores UTF-8, UTF-16, or UTF-32 data behind a single API. Work with Text, not bytes or chars — search, slice, and mutate without transcoding. Ships Text, TextSpan, OwnedText, TextBuilder, and typed Utf8Text/Utf16Text/Utf32Text views. Encoding-independent equality, ArrayPool-backed mutation variants, zero-alloc slicing, and Rune enumeration.

AOTba.net10p

AOTba.net10p是基于jieba.NET大幅增强的中文分词库,支持AOT编译。支持emoji分词、繁体中文;可以满足GB18030-2022及一号修改单所定级别3支持范围。 基于jieba 0.42,提供与jieba基本一致的功能与接口,但不支持其最新的paddle模式。关于jieba的实现思路,可以看看这篇wiki里提到的资料。 此外,也提供了KeywordProcessor,参考FlashText实现。KeywordProcessor可以更灵活地从文本中提取词典中的关键词,比如忽略大小写、含空格的词等。 如果您在开发中遇到与分词有关的需求或困难,请提交一个issue,I see u!

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Shim.System.Text.Rune:

Repository Stars
FlatlinerDOA/Rope
C# implementation of a Rope<T> immutable data structure.
Version Downloads Last Updated
6.0.2 7,096 2/5/2022
6.0.1 634 2/4/2022
6.0.0 641 2/4/2022