Enlighten 3.0.8

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

Enlighten - NLP Library

.NET Publish

Enlighten is a simple C# library designed to assist with natural language processing (NLP) tasks. It provides a pipeline based set of tools for various NLP operations, including tokenization, sentence detection, summarization, stemming, and feature extraction.

Features

Enlighten offers the following key features:

  1. Tokenization: Efficiently break down text into individual tokens or words, making it easier to analyze and process textual data.

  2. Sentence Detection: Identify and extract sentences from a given piece of text.

  3. Summarization: Generate concise summaries of longer texts, allowing you to extract the most important information and reduce the overall length of the content.

  4. Stemming: Reduce words to their base or root form, enabling effective analysis by grouping variations of a word together.

  5. Feature Extraction: Extract relevant features using term frequency-inverse document frequency (TF-IDF) values, for use in machine learning or text mining tasks.

  6. Part-of-Speech (POS) Tagging: Assign linguistic tags to words in a sentence, indicating their grammatical properties, which can aid in tasks like named entity recognition or syntactic parsing.

Getting Started

To use Enlighten in your C# project, follow these steps:

  1. Installation: Use NuGet to pull down the package.

    dotnet add package Enlighten

  2. Initializing the Library: Create an instance of the Enlighten class to start using its methods and features:

    // Add the library and dependencies to your ServiceCollection using the RegisterEnlighten method
    var Services = new ServiceCollection()?.RegisterEnlighten()?.BuildServiceProvider();
    // Get the Pipeline service from the ServiceCollection
    var DefaultPipeline = Services.GetService<Pipeline>();
    
  3. Utilizing the NLP Tools: Once you have initialized the Enlighten library, you can utilize its various methods for tokenization, sentence detection, summarization, stemming, feature extraction, POS tagging, and more. Refer to the library's documentation or source code for detailed usage instructions and examples.

Documentation

For more detailed information on using Enlighten and its available methods, please refer to the official documentation. It provides usage examples and class documentation.

Contributing

Enlighten is an open-source project, and contributions are welcome! If you find a bug, have a feature request, or would like to contribute code improvements, please follow the guidelines in the project's GitHub repository.

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 is compatible.  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.8 178 8/19/2025
3.0.7 64 8/2/2025
3.0.6 91 8/1/2025
3.0.5 192 6/27/2025
3.0.4 166 6/27/2025
3.0.3 197 4/29/2025
3.0.2 239 4/7/2025
3.0.1 190 1/30/2025
3.0.0 190 11/25/2024
2.0.118 171 11/13/2024
2.0.117 172 11/11/2024
2.0.116 167 11/6/2024
2.0.115 159 11/5/2024
2.0.114 151 11/4/2024
2.0.113 166 10/31/2024
2.0.112 174 10/30/2024
2.0.111 182 10/29/2024
2.0.110 165 10/29/2024
2.0.109 203 10/11/2024
2.0.108 172 10/10/2024
2.0.107 154 10/8/2024
2.0.106 155 10/2/2024
2.0.105 157 10/1/2024
2.0.104 160 9/24/2024
2.0.103 183 9/17/2024
2.0.102 186 9/10/2024
2.0.101 198 9/3/2024
2.0.100 175 8/30/2024
2.0.99 170 8/27/2024
2.0.98 189 8/23/2024
2.0.97 197 8/22/2024
2.0.96 189 8/20/2024
2.0.95 188 8/19/2024
2.0.94 196 8/16/2024
2.0.93 196 8/15/2024
2.0.92 137 8/5/2024
2.0.91 160 8/2/2024
2.0.90 130 8/1/2024
2.0.89 164 7/26/2024
2.0.88 157 7/11/2024
2.0.87 191 7/2/2024
2.0.86 169 6/26/2024
2.0.85 180 6/18/2024
2.0.84 166 6/17/2024
2.0.83 173 6/14/2024
2.0.82 179 6/12/2024
2.0.81 186 5/30/2024
2.0.80 152 5/16/2024
2.0.79 198 5/8/2024
2.0.78 172 5/6/2024
2.0.77 152 5/2/2024
2.0.76 157 5/1/2024
2.0.75 208 4/30/2024
2.0.74 159 4/29/2024
2.0.73 195 4/16/2024
2.0.72 210 4/12/2024
2.0.71 179 4/11/2024
2.0.70 202 4/1/2024
2.0.69 190 3/28/2024
2.0.68 180 3/15/2024
2.0.67 193 3/13/2024
2.0.66 201 3/11/2024
2.0.65 167 3/7/2024
2.0.64 177 3/6/2024
2.0.63 176 3/5/2024
2.0.62 203 3/4/2024
2.0.61 211 2/29/2024
2.0.60 177 2/27/2024
2.0.59 201 2/23/2024
2.0.58 188 2/21/2024
2.0.57 195 2/20/2024
2.0.56 196 2/15/2024
2.0.55 192 2/12/2024
2.0.54 180 2/7/2024
2.0.53 217 2/6/2024
2.0.52 191 2/5/2024
2.0.51 179 2/1/2024
2.0.50 193 1/30/2024
2.0.49 175 1/29/2024
2.0.48 192 1/23/2024
2.0.47 212 1/11/2024
2.0.46 188 1/10/2024
2.0.45 248 12/26/2023
2.0.44 199 12/21/2023
2.0.43 222 12/14/2023
2.0.42 220 12/13/2023
2.0.41 198 12/12/2023
2.0.40 255 11/23/2023
2.0.39 202 11/20/2023
2.0.38 213 11/17/2023
2.0.37 194 11/16/2023
2.0.36 185 11/13/2023
2.0.35 190 11/8/2023
2.0.34 203 11/6/2023
2.0.33 204 11/1/2023
2.0.32 201 10/31/2023
2.0.31 200 10/30/2023
2.0.30 204 10/26/2023
2.0.29 233 10/11/2023
2.0.28 234 10/4/2023
2.0.27 226 9/25/2023
2.0.26 227 9/20/2023
2.0.25 200 9/19/2023
2.0.24 193 9/18/2023
2.0.23 213 9/14/2023
2.0.22 202 9/13/2023
2.0.21 270 9/11/2023
2.0.20 270 9/8/2023
2.0.19 265 9/6/2023
2.0.18 253 9/5/2023
2.0.17 237 9/4/2023
2.0.16 251 9/1/2023
2.0.15 258 8/31/2023
2.0.14 269 8/30/2023
2.0.13 261 8/29/2023
2.0.12 255 8/28/2023
2.0.11 264 8/24/2023
2.0.10 251 8/23/2023
2.0.9 271 8/18/2023
2.0.8 288 8/10/2023
2.0.7 269 8/8/2023
2.0.6 294 8/7/2023
2.0.5 282 8/4/2023
2.0.4 294 8/2/2023
2.0.3 278 7/26/2023
2.0.2 284 7/20/2023
2.0.1 280 7/14/2023
2.0.0 461 12/12/2022
1.0.27 683 6/10/2022
1.0.26 784 2/25/2022
1.0.25 799 1/11/2022
1.0.24 626 1/7/2021
1.0.22 781 9/13/2020
1.0.20 652 8/26/2020
1.0.19 612 8/26/2020
1.0.16 740 8/21/2020
1.0.15 746 5/17/2020
1.0.13 742 5/1/2020
1.0.12 740 5/1/2020
1.0.6 688 4/29/2020
1.0.5 695 4/28/2020
1.0.4 689 4/28/2020
1.0.3 692 4/27/2020