Introduce dual-script ONNX NER routing (English/Tamil/mixed), Tamil console samples and integration tests, model download scripts, and a resizable WPF MVVM harness with click-to-load prompts, batch validation, and runtime-adjustable detection panels.
9 lines
181 B
C#
9 lines
181 B
C#
using PiiRedaction.Core.Detection;
|
|
|
|
namespace PiiRedaction.TestHarness.Wpf.Services;
|
|
|
|
public interface IScriptAnalysisService
|
|
{
|
|
ScriptComposition GetComposition(string text);
|
|
}
|