Enlighten 3.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Enlighten --version 3.0.4
                    
NuGet\Install-Package Enlighten -Version 3.0.4
                    
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.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enlighten" Version="3.0.4" />
                    
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.4
                    
#r "nuget: Enlighten, 3.0.4"
                    
#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.
#addin nuget:?package=Enlighten&version=3.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Enlighten&version=3.0.4
                    
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.5 117 6/27/2025
3.0.4 117 6/27/2025
3.0.3 147 4/29/2025
3.0.2 194 4/7/2025
3.0.1 146 1/30/2025
3.0.0 144 11/25/2024
2.0.118 138 11/13/2024
2.0.117 128 11/11/2024
2.0.116 122 11/6/2024
2.0.115 127 11/5/2024
2.0.114 118 11/4/2024
2.0.113 124 10/31/2024
2.0.112 128 10/30/2024
2.0.111 125 10/29/2024
2.0.110 123 10/29/2024
2.0.109 160 10/11/2024
2.0.108 130 10/10/2024
2.0.107 122 10/8/2024
2.0.106 121 10/2/2024
2.0.105 123 10/1/2024
2.0.104 128 9/24/2024
2.0.103 141 9/17/2024
2.0.102 154 9/10/2024
2.0.101 143 9/3/2024
2.0.100 131 8/30/2024
2.0.99 139 8/27/2024
2.0.98 159 8/23/2024
2.0.97 165 8/22/2024
2.0.96 144 8/20/2024
2.0.95 146 8/19/2024
2.0.94 155 8/16/2024
2.0.93 154 8/15/2024
2.0.92 95 8/5/2024
2.0.91 104 8/2/2024
2.0.90 88 8/1/2024
2.0.89 119 7/26/2024
2.0.88 104 7/11/2024
2.0.87 150 7/2/2024
2.0.86 126 6/26/2024
2.0.85 138 6/18/2024
2.0.84 124 6/17/2024
2.0.83 130 6/14/2024
2.0.82 138 6/12/2024
2.0.81 144 5/30/2024
2.0.80 109 5/16/2024
2.0.79 157 5/8/2024
2.0.78 129 5/6/2024
2.0.77 110 5/2/2024
2.0.76 132 5/1/2024
2.0.75 156 4/30/2024
2.0.74 118 4/29/2024
2.0.73 153 4/16/2024
2.0.72 154 4/12/2024
2.0.71 135 4/11/2024
2.0.70 151 4/1/2024
2.0.69 147 3/28/2024
2.0.68 139 3/15/2024
2.0.67 153 3/13/2024
2.0.66 159 3/11/2024
2.0.65 134 3/7/2024
2.0.64 146 3/6/2024
2.0.63 146 3/5/2024
2.0.62 160 3/4/2024
2.0.61 171 2/29/2024
2.0.60 136 2/27/2024
2.0.59 160 2/23/2024
2.0.58 147 2/21/2024
2.0.57 149 2/20/2024
2.0.56 153 2/15/2024
2.0.55 150 2/12/2024
2.0.54 138 2/7/2024
2.0.53 162 2/6/2024
2.0.52 138 2/5/2024
2.0.51 137 2/1/2024
2.0.50 153 1/30/2024
2.0.49 134 1/29/2024
2.0.48 152 1/23/2024
2.0.47 170 1/11/2024
2.0.46 147 1/10/2024
2.0.45 206 12/26/2023
2.0.44 167 12/21/2023
2.0.43 181 12/14/2023
2.0.42 187 12/13/2023
2.0.41 155 12/12/2023
2.0.40 225 11/23/2023
2.0.39 173 11/20/2023
2.0.38 182 11/17/2023
2.0.37 173 11/16/2023
2.0.36 155 11/13/2023
2.0.35 169 11/8/2023
2.0.34 173 11/6/2023
2.0.33 172 11/1/2023
2.0.32 182 10/31/2023
2.0.31 180 10/30/2023
2.0.30 173 10/26/2023
2.0.29 201 10/11/2023
2.0.28 202 10/4/2023
2.0.27 194 9/25/2023
2.0.26 196 9/20/2023
2.0.25 178 9/19/2023
2.0.24 161 9/18/2023
2.0.23 180 9/14/2023
2.0.22 181 9/13/2023
2.0.21 208 9/11/2023
2.0.20 228 9/8/2023
2.0.19 221 9/6/2023
2.0.18 209 9/5/2023
2.0.17 205 9/4/2023
2.0.16 198 9/1/2023
2.0.15 214 8/31/2023
2.0.14 237 8/30/2023
2.0.13 226 8/29/2023
2.0.12 211 8/28/2023
2.0.11 218 8/24/2023
2.0.10 207 8/23/2023
2.0.9 228 8/18/2023
2.0.8 241 8/10/2023
2.0.7 223 8/8/2023
2.0.6 239 8/7/2023
2.0.5 235 8/4/2023
2.0.4 247 8/2/2023
2.0.3 240 7/26/2023
2.0.2 236 7/20/2023
2.0.1 241 7/14/2023
2.0.0 409 12/12/2022
1.0.27 629 6/10/2022
1.0.26 727 2/25/2022
1.0.25 742 1/11/2022
1.0.24 565 1/7/2021
1.0.22 715 9/13/2020
1.0.20 601 8/26/2020
1.0.19 551 8/26/2020
1.0.16 690 8/21/2020
1.0.15 685 5/17/2020
1.0.13 673 5/1/2020
1.0.12 679 5/1/2020
1.0.6 637 4/29/2020
1.0.5 635 4/28/2020
1.0.4 631 4/28/2020
1.0.3 640 4/27/2020