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 144 8/19/2025
3.0.7 40 8/2/2025
3.0.6 67 8/1/2025
3.0.5 163 6/27/2025
3.0.4 142 6/27/2025
3.0.3 179 4/29/2025
3.0.2 216 4/7/2025
3.0.1 167 1/30/2025
3.0.0 167 11/25/2024
2.0.118 160 11/13/2024
2.0.117 150 11/11/2024
2.0.116 145 11/6/2024
2.0.115 147 11/5/2024
2.0.114 139 11/4/2024
2.0.113 148 10/31/2024
2.0.112 151 10/30/2024
2.0.111 153 10/29/2024
2.0.110 143 10/29/2024
2.0.109 179 10/11/2024
2.0.108 150 10/10/2024
2.0.107 142 10/8/2024
2.0.106 143 10/2/2024
2.0.105 144 10/1/2024
2.0.104 148 9/24/2024
2.0.103 161 9/17/2024
2.0.102 173 9/10/2024
2.0.101 169 9/3/2024
2.0.100 151 8/30/2024
2.0.99 158 8/27/2024
2.0.98 177 8/23/2024
2.0.97 184 8/22/2024
2.0.96 166 8/20/2024
2.0.95 165 8/19/2024
2.0.94 174 8/16/2024
2.0.93 173 8/15/2024
2.0.92 114 8/5/2024
2.0.91 135 8/2/2024
2.0.90 107 8/1/2024
2.0.89 140 7/26/2024
2.0.88 132 7/11/2024
2.0.87 169 7/2/2024
2.0.86 146 6/26/2024
2.0.85 158 6/18/2024
2.0.84 143 6/17/2024
2.0.83 151 6/14/2024
2.0.82 157 6/12/2024
2.0.81 164 5/30/2024
2.0.80 128 5/16/2024
2.0.79 176 5/8/2024
2.0.78 149 5/6/2024
2.0.77 128 5/2/2024
2.0.76 153 5/1/2024
2.0.75 182 4/30/2024
2.0.74 136 4/29/2024
2.0.73 172 4/16/2024
2.0.72 181 4/12/2024
2.0.71 156 4/11/2024
2.0.70 173 4/1/2024
2.0.69 167 3/28/2024
2.0.68 157 3/15/2024
2.0.67 170 3/13/2024
2.0.66 176 3/11/2024
2.0.65 152 3/7/2024
2.0.64 164 3/6/2024
2.0.63 164 3/5/2024
2.0.62 181 3/4/2024
2.0.61 189 2/29/2024
2.0.60 155 2/27/2024
2.0.59 178 2/23/2024
2.0.58 166 2/21/2024
2.0.57 172 2/20/2024
2.0.56 172 2/15/2024
2.0.55 169 2/12/2024
2.0.54 157 2/7/2024
2.0.53 191 2/6/2024
2.0.52 164 2/5/2024
2.0.51 155 2/1/2024
2.0.50 170 1/30/2024
2.0.49 152 1/29/2024
2.0.48 170 1/23/2024
2.0.47 187 1/11/2024
2.0.46 166 1/10/2024
2.0.45 225 12/26/2023
2.0.44 186 12/21/2023
2.0.43 198 12/14/2023
2.0.42 207 12/13/2023
2.0.41 176 12/12/2023
2.0.40 234 11/23/2023
2.0.39 182 11/20/2023
2.0.38 192 11/17/2023
2.0.37 184 11/16/2023
2.0.36 163 11/13/2023
2.0.35 180 11/8/2023
2.0.34 182 11/6/2023
2.0.33 183 11/1/2023
2.0.32 193 10/31/2023
2.0.31 190 10/30/2023
2.0.30 184 10/26/2023
2.0.29 213 10/11/2023
2.0.28 214 10/4/2023
2.0.27 206 9/25/2023
2.0.26 205 9/20/2023
2.0.25 189 9/19/2023
2.0.24 173 9/18/2023
2.0.23 192 9/14/2023
2.0.22 192 9/13/2023
2.0.21 234 9/11/2023
2.0.20 249 9/8/2023
2.0.19 242 9/6/2023
2.0.18 230 9/5/2023
2.0.17 224 9/4/2023
2.0.16 219 9/1/2023
2.0.15 235 8/31/2023
2.0.14 257 8/30/2023
2.0.13 248 8/29/2023
2.0.12 232 8/28/2023
2.0.11 239 8/24/2023
2.0.10 227 8/23/2023
2.0.9 248 8/18/2023
2.0.8 264 8/10/2023
2.0.7 245 8/8/2023
2.0.6 265 8/7/2023
2.0.5 258 8/4/2023
2.0.4 270 8/2/2023
2.0.3 264 7/26/2023
2.0.2 260 7/20/2023
2.0.1 266 7/14/2023
2.0.0 435 12/12/2022
1.0.27 658 6/10/2022
1.0.26 757 2/25/2022
1.0.25 771 1/11/2022
1.0.24 598 1/7/2021
1.0.22 746 9/13/2020
1.0.20 634 8/26/2020
1.0.19 583 8/26/2020
1.0.16 723 8/21/2020
1.0.15 719 5/17/2020
1.0.13 705 5/1/2020
1.0.12 711 5/1/2020
1.0.6 669 4/29/2020
1.0.5 666 4/28/2020
1.0.4 662 4/28/2020
1.0.3 674 4/27/2020