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
<PackageReference Include="Shim.System.Text.Rune" Version="6.0.2" />
<PackageVersion Include="Shim.System.Text.Rune" Version="6.0.2" />
<PackageReference Include="Shim.System.Text.Rune" />
paket add Shim.System.Text.Rune --version 6.0.2
#r "nuget: Shim.System.Text.Rune, 6.0.2"
#:package Shim.System.Text.Rune@6.0.2
#addin nuget:?package=Shim.System.Text.Rune&version=6.0.2
#tool nuget:?package=Shim.System.Text.Rune&version=6.0.2
Shim.System.Text.Rune
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 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
.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.
|