Angri450.Nong.Inspect
12.1.0
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Angri450.Nong.Inspect --version 12.1.0
NuGet\Install-Package Angri450.Nong.Inspect -Version 12.1.0
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="Angri450.Nong.Inspect" Version="12.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Angri450.Nong.Inspect" Version="12.1.0" />
<PackageReference Include="Angri450.Nong.Inspect" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Angri450.Nong.Inspect --version 12.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Angri450.Nong.Inspect, 12.1.0"
#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.
#:package Angri450.Nong.Inspect@12.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Angri450.Nong.Inspect&version=12.1.0
#tool nuget:?package=Angri450.Nong.Inspect&version=12.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Angri450.Nong.Inspect
AI 生成内容检测工具包。angri450 基于 DocxCore 构建 —— 16 种论文分类、结构提取、证据链诊断、数据需求评估、缺口评级(A-E)、参考文献风险分析、变量操作化规划。
功能
论文检测: 16 种分类、结构提取、证据链诊断、数据需求评估、缺口评级(A-E)、参考文献风险分析、变量操作化规划。
论文写作: 链式 API 生成完整论文(中英文标题、摘要、关键词、自动编号标题、引用、参考文献、变量表)。
公文和信函: 标准格式的基本生成器(开发中)。
Dependencies
Angri450.Nong.ThirdParty(基础)Angri450.Nong.Docx(Word 引擎)
Quick Start
using Nong.Inspect;
using DocxCore;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;
// 写论文
using var doc = WordprocessingDocument.Create("paper.docx", WordprocessingDocumentType.Document);
var main = doc.AddMainDocumentPart();
main.Document = new Document(new Body());
var body = main.Document.Body!;
Gbt7714Style.BuildAll(sp.Styles);
Gbt7714Style.BuildNumbering(np.Numbering);
var w = new PaperWriter(body, doc);
w.Title("标题").Abstract("摘要").Heading("引言", 1).Body("正文[1]").BibHeading("参考文献").References("...");
// 检测论文
var text = File.ReadAllText("paper.txt");
var types = PaperTypeClassifier.Classify(text);
var structure = PaperStructureExtractor.BuildPaperStructure(text);
var diagnosis = PaperDiagnostics.DiagnosePaperQuality(text, ...);
Author
Built by angri450. Source: Nong.Cli.Net.
License
Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Angri450.Nong.Docx (>= 12.1.0)
- Angri450.Nong.ThirdParty (>= 12.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|