ic

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.json
dotnet add package --source ic --version 0.1.2.3 Icomm.Core.Text.FlashText

About this package

FlashText

Getting started

NuGet package:

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
NuGet
2025-05-05 22:21:24 +07:00
95
long.nguyen
9.1 KiB
Assets (2)
Versions (15) View all
0.1.10 2025-07-30
0.1.9.3 2025-07-17
0.1.9.2 2025-07-15
0.1.9.1 2025-07-15
0.1.9 2025-07-14