jieba.NET 0.42.2

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
#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

jieba.NET支持多种分词模式,适用于不同的应用场景;可以对繁体中文分词;还可以添加自定义词典以改善特定场景下的分词。jieba.NET提供了TF-IDF和TextRank两种关键词提取算法。

Product 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.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on jieba.NET:

Package Downloads
EachShow.ES

Package Description

Sharetop.Libra.Infra

Sharetop Libra Infra

Cigel.DotNetCore

Package Description

OpenCCNET

The .Net version of OpenCC(Open Chinese Convert), for the conversion between Simplified Chinese and Traditional Chinese.

Crawler.Net

Package Description

GitHub repositories (5)

Showing the top 5 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机器人
chenxuuu/receiver-meow
🐱依靠Lua脚本实现功能的QQ机器人插件,基于 .Net 5。 对接OneBot协议。
liulei901112/TextLocator
基于.net实现的本地文档的全文索引定位器,根据关键词搜索定位本地文档内容。便于查找历史文档时节省时间,本地文本搜索神器!
Version Downloads Last updated
0.42.2 235,585 1/29/2020
0.42.1 802 1/18/2020
0.42.0 757 1/14/2020
0.39.1 17,521 2/27/2018
0.39.0 1,242 2/27/2018
0.38.3 11,558 12/4/2016
0.38.2 2,643 10/9/2016
0.38.1 2,006 6/29/2016
0.38.0 1,693 2/4/2016
0.37.1 1,729 9/8/2015
0.37.0 1,733 9/8/2015

1. 添加 `KeywordProcessor`,可以更灵活地从文本中提取关键词;