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 130 8/19/2025
3.0.7 38 8/2/2025
3.0.6 65 8/1/2025
3.0.5 154 6/27/2025
3.0.4 138 6/27/2025
3.0.3 169 4/29/2025
3.0.2 212 4/7/2025
3.0.1 164 1/30/2025
3.0.0 163 11/25/2024
2.0.118 156 11/13/2024
2.0.117 145 11/11/2024
2.0.116 141 11/6/2024
2.0.115 142 11/5/2024
2.0.114 135 11/4/2024
2.0.113 143 10/31/2024
2.0.112 147 10/30/2024
2.0.111 147 10/29/2024
2.0.110 139 10/29/2024
2.0.109 175 10/11/2024
2.0.108 146 10/10/2024
2.0.107 139 10/8/2024
2.0.106 139 10/2/2024
2.0.105 139 10/1/2024
2.0.104 143 9/24/2024
2.0.103 156 9/17/2024
2.0.102 169 9/10/2024
2.0.101 164 9/3/2024
2.0.100 146 8/30/2024
2.0.99 154 8/27/2024
2.0.98 173 8/23/2024
2.0.97 180 8/22/2024
2.0.96 162 8/20/2024
2.0.95 160 8/19/2024
2.0.94 169 8/16/2024
2.0.93 169 8/15/2024
2.0.92 110 8/5/2024
2.0.91 127 8/2/2024
2.0.90 103 8/1/2024
2.0.89 136 7/26/2024
2.0.88 127 7/11/2024
2.0.87 165 7/2/2024
2.0.86 142 6/26/2024
2.0.85 154 6/18/2024
2.0.84 139 6/17/2024
2.0.83 146 6/14/2024
2.0.82 153 6/12/2024
2.0.81 160 5/30/2024
2.0.80 125 5/16/2024
2.0.79 172 5/8/2024
2.0.78 145 5/6/2024
2.0.77 124 5/2/2024
2.0.76 149 5/1/2024
2.0.75 175 4/30/2024
2.0.74 133 4/29/2024
2.0.73 168 4/16/2024
2.0.72 176 4/12/2024
2.0.71 151 4/11/2024
2.0.70 168 4/1/2024
2.0.69 163 3/28/2024
2.0.68 153 3/15/2024
2.0.67 166 3/13/2024
2.0.66 172 3/11/2024
2.0.65 148 3/7/2024
2.0.64 160 3/6/2024
2.0.63 159 3/5/2024
2.0.62 174 3/4/2024
2.0.61 185 2/29/2024
2.0.60 151 2/27/2024
2.0.59 174 2/23/2024
2.0.58 161 2/21/2024
2.0.57 167 2/20/2024
2.0.56 168 2/15/2024
2.0.55 164 2/12/2024
2.0.54 152 2/7/2024
2.0.53 182 2/6/2024
2.0.52 158 2/5/2024
2.0.51 151 2/1/2024
2.0.50 166 1/30/2024
2.0.49 148 1/29/2024
2.0.48 166 1/23/2024
2.0.47 183 1/11/2024
2.0.46 162 1/10/2024
2.0.45 219 12/26/2023
2.0.44 181 12/21/2023
2.0.43 194 12/14/2023
2.0.42 203 12/13/2023
2.0.41 171 12/12/2023
2.0.40 234 11/23/2023
2.0.39 181 11/20/2023
2.0.38 191 11/17/2023
2.0.37 183 11/16/2023
2.0.36 163 11/13/2023
2.0.35 179 11/8/2023
2.0.34 182 11/6/2023
2.0.33 182 11/1/2023
2.0.32 192 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 213 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 172 9/18/2023
2.0.23 191 9/14/2023
2.0.22 192 9/13/2023
2.0.21 226 9/11/2023
2.0.20 246 9/8/2023
2.0.19 240 9/6/2023
2.0.18 228 9/5/2023
2.0.17 221 9/4/2023
2.0.16 217 9/1/2023
2.0.15 232 8/31/2023
2.0.14 254 8/30/2023
2.0.13 245 8/29/2023
2.0.12 229 8/28/2023
2.0.11 237 8/24/2023
2.0.10 225 8/23/2023
2.0.9 246 8/18/2023
2.0.8 260 8/10/2023
2.0.7 241 8/8/2023
2.0.6 259 8/7/2023
2.0.5 255 8/4/2023
2.0.4 266 8/2/2023
2.0.3 260 7/26/2023
2.0.2 256 7/20/2023
2.0.1 262 7/14/2023
2.0.0 430 12/12/2022
1.0.27 653 6/10/2022
1.0.26 752 2/25/2022
1.0.25 766 1/11/2022
1.0.24 596 1/7/2021
1.0.22 745 9/13/2020
1.0.20 633 8/26/2020
1.0.19 582 8/26/2020
1.0.16 720 8/21/2020
1.0.15 716 5/17/2020
1.0.13 703 5/1/2020
1.0.12 710 5/1/2020
1.0.6 667 4/29/2020
1.0.5 664 4/28/2020
1.0.4 661 4/28/2020
1.0.3 673 4/27/2020