Angri450.Nong.Inspect 3.0.0

dotnet add package Angri450.Nong.Inspect --version 3.0.0
                    
NuGet\Install-Package Angri450.Nong.Inspect -Version 3.0.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="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Angri450.Nong.Inspect" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Angri450.Nong.Inspect" />
                    
Project file
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 3.0.0
                    
#r "nuget: Angri450.Nong.Inspect, 3.0.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@3.0.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=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Angri450.Nong.Inspect&version=3.0.0
                    
Install as a Cake Tool

Angri450.Nong.Inspect

AI-generated content inspection toolkit. Built on Angri450.Nong.Docx.

What it does

Paper inspection: 16-type classification, structure extraction, evidence chain diagnosis, data requirements assessment, gap grading (A-E), reference risk analysis, variable operationalization planning.

Paper writing: Chainable API generating complete papers (Chinese/English title, abstract, keywords, auto-numbered headings, citations, bibliography, variable tables).

Official documents & letters: Basic writers with standard formatting (under development).

Dependencies

  • Angri450.Nong.ThirdParty (foundation)
  • Angri450.Nong.Docx (Word engine)

Quick Start

using Nong.Inspect;
using DocxCore;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;

// Write a paper
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("...");

// Inspect a paper
var text = File.ReadAllText("paper.txt");
var types = PaperTypeClassifier.Classify(text);
var structure = PaperStructureExtractor.BuildPaperStructure(text);
var diagnosis = PaperDiagnostics.DiagnosePaperQuality(text, ...);

License

MIT

Product 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.

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
3.0.0 44 6/2/2026