jieba.NET
0.42.2
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.0
This package targets .NET Framework 4.0. The package is compatible with this framework or higher.
dotnet add package jieba.NET --version 0.42.2
NuGet\Install-Package jieba.NET -Version 0.42.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="jieba.NET" Version="0.42.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jieba.NET --version 0.42.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: jieba.NET, 0.42.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.
// Install jieba.NET as a Cake Addin #addin nuget:?package=jieba.NET&version=0.42.2 // Install jieba.NET as a Cake Tool #tool nuget:?package=jieba.NET&version=0.42.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
jieba.NET支持多种分词模式,适用于不同的应用场景;可以对繁体中文分词;还可以添加自定义词典以改善特定场景下的分词。jieba.NET提供了TF-IDF和TextRank两种关键词提取算法。
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. |
.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 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- Newtonsoft.Json (>= 12.0.3)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- System.Configuration.ConfigurationManager (>= 4.7.0)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on jieba.NET:
Package | Downloads |
---|---|
EachShow.ES
Package Description |
|
OpenCCNET
The .Net version of OpenCC(Open Chinese Convert), for the conversion between Simplified Chinese and Traditional Chinese. |
|
Sharetop.Libra.Infra
Sharetop Libra Infra |
|
Cigel.DotNetCore
Package Description |
|
Muyan.Search
基于Lucene.NET的通用工具包,支持.NET Core,包含通用的索引操作、检索查询、维度统计、地理信息检索等,默认使用JieBa分词器。 |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on jieba.NET:
Repository | Stars |
---|---|
SuxueCode/WechatBakTool
基于C#的微信PC版聊天记录备份工具,提供图形界面,解密微信数据库并导出聊天记录。
|
|
GardenHamster/Theresa3rd-Bot
一个QQ群聊机器人,基于Mirai和GoCQHttp,包括 Pixiv搜索、Pixiv推送、Pixiv日榜、词云、定时提醒、复读机等功能
|
|
MuJint/QQ-RoBot
一个使用c#编写,基于onebot标准的QQ机器人
|
1. 添加 `KeywordProcessor`,可以更灵活地从文本中提取关键词;