Icomm.Core.Text.FlashText (0.1.2.3)
Published 2025-05-05 22:21:24 +07:00 by Long Nguyễn Đình - Core
Installation
dotnet nuget add source --name ic --username your_username --password your_token https://git.icomm.vn/api/packages/ic/nuget/index.jsondotnet add package --source ic --version 0.1.2.3 Icomm.Core.Text.FlashTextAbout this package
FlashText
Getting started
dotnet add package Icomm.Core.Text.FlashText
Usage
using Icomm.Core.Text.FlashText;
KeywordProcessor keywordProcessor = new KeywordProcessor();
// Thêm từ khoá
keywordProcessor.AddKeyword("từ khoá", "từ khoá lấy được khi bóc");
// Tìm từ khoá trong nội dung
string content = "Đây là nội dung cần tìm kiếm từ khoá";
var c1 = keywordProcessor.ExtractKeywords(content);
// c1.Key :string => "từ khoá lấy được khi bóc"
// c1.Value : List<int> => Danh sách vị trí từ khoá tìm thấy trong nội dung
Details
2025-05-05 22:21:24 +07:00
Assets (2)
Versions (15)
View all
NuGet
95
long.nguyen
9.1 KiB