jieba.NET 0.38.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package jieba.NET --version 0.38.3
NuGet\Install-Package jieba.NET -Version 0.38.3
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.38.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jieba.NET --version 0.38.3
#r "nuget: jieba.NET, 0.38.3"
#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.38.3

// Install jieba.NET as a Cake Tool
#tool nuget:?package=jieba.NET&version=0.38.3

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

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
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,703 1/29/2020
0.42.1 802 1/18/2020
0.42.0 757 1/14/2020
0.39.1 17,522 2/27/2018
0.39.0 1,242 2/27/2018
0.38.3 11,558 12/4/2016
0.38.2 2,644 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

修复NuGet发布包中的bug。