ToolGood.Words.Core
1.7.8
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。ToolGood.Words的.net standard 2.0实现。
Install-Package ToolGood.Words.Core -Version 1.7.8
dotnet add package ToolGood.Words.Core --version 1.7.8
<PackageReference Include="ToolGood.Words.Core" Version="1.7.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ToolGood.Words.Core --version 1.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
请大家支持原项目 https://github.com/toolgood/ToolGood.Words ,nuget: https://www.nuget.org/packages/ToolGood.Words
请大家支持原项目 https://github.com/toolgood/ToolGood.Words ,nuget: https://www.nuget.org/packages/ToolGood.Words
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ToolGood.Words.Core:
Package | Downloads |
---|---|
iCom
iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on.
// HttpContext Called in the ConfigureServices method
services.AddContextAccessor();
// Called in the Configure method
app.UseHttpContext();
// EfCore Called in the ConfigureServices method
// Application Assembly
var assembly = Assembly.GetExecutingAssembly();
// Register Database Models
services.AddDbContext(assembly);
// Auto Update Database
services.AddMigrate();
// Register All Services
services.AddService(assembly);
|
GitHub repositories
This package is not used by any popular GitHub repositories.