Info
Version: | 1.0.3 |
Author(s): | David West |
Last Update: | Monday, December 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davidwest/textdiscovery |
NuGet Url: | https://www.nuget.org/packages/TextDiscovery |
Install
Install-Package TextDiscovery
dotnet add package TextDiscovery
paket add TextDiscovery
TextDiscovery Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Runtime.Extensions(>= 4.3.0)
- System.Collections(>= 4.3.0)
- System.Linq(>= 4.3.0)
Tags
Break plain text into a sequence of slices which can be reconstituted as annotated text. Generate meta-rich tokens from a search expression to then be used to annotate source text matches; noise-word detection, tokenization, and matching options are configurable. Use a common adapter interface with interchangeable DOM libraries (HtmlAgility, AngleSharp, etc.) to do the following: mark search hits in the DOM, create HTML excerpts at a given word count with configurable element-breaking rules, and extract text content with selectively preserved formatting indicators. High degree of extensibility leveraging dependency injection.
While regex can be used in advanced configurations, it is not required. See project site for demos.