Enlighten 3.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Enlighten --version 3.0.3
                    
NuGet\Install-Package Enlighten -Version 3.0.3
                    
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.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enlighten" Version="3.0.3" />
                    
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.3
                    
#r "nuget: Enlighten, 3.0.3"
                    
#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.3
                    
Install as a Cake Addin
#tool nuget:?package=Enlighten&version=3.0.3
                    
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 112 6/27/2025
3.0.4 112 6/27/2025
3.0.3 143 4/29/2025
3.0.2 191 4/7/2025
3.0.1 143 1/30/2025
3.0.0 142 11/25/2024
2.0.118 136 11/13/2024
2.0.117 126 11/11/2024
2.0.116 120 11/6/2024
2.0.115 125 11/5/2024
2.0.114 116 11/4/2024
2.0.113 122 10/31/2024
2.0.112 126 10/30/2024
2.0.111 122 10/29/2024
2.0.110 121 10/29/2024
2.0.109 158 10/11/2024
2.0.108 128 10/10/2024
2.0.107 120 10/8/2024
2.0.106 119 10/2/2024
2.0.105 121 10/1/2024
2.0.104 126 9/24/2024
2.0.103 139 9/17/2024
2.0.102 152 9/10/2024
2.0.101 140 9/3/2024
2.0.100 129 8/30/2024
2.0.99 137 8/27/2024
2.0.98 156 8/23/2024
2.0.97 163 8/22/2024
2.0.96 141 8/20/2024
2.0.95 144 8/19/2024
2.0.94 153 8/16/2024
2.0.93 152 8/15/2024
2.0.92 93 8/5/2024
2.0.91 102 8/2/2024
2.0.90 86 8/1/2024
2.0.89 117 7/26/2024
2.0.88 101 7/11/2024
2.0.87 148 7/2/2024
2.0.86 124 6/26/2024
2.0.85 136 6/18/2024
2.0.84 122 6/17/2024
2.0.83 128 6/14/2024
2.0.82 136 6/12/2024
2.0.81 142 5/30/2024
2.0.80 107 5/16/2024
2.0.79 155 5/8/2024
2.0.78 126 5/6/2024
2.0.77 108 5/2/2024
2.0.76 130 5/1/2024
2.0.75 153 4/30/2024
2.0.74 116 4/29/2024
2.0.73 151 4/16/2024
2.0.72 151 4/12/2024
2.0.71 133 4/11/2024
2.0.70 148 4/1/2024
2.0.69 145 3/28/2024
2.0.68 137 3/15/2024
2.0.67 151 3/13/2024
2.0.66 157 3/11/2024
2.0.65 132 3/7/2024
2.0.64 144 3/6/2024
2.0.63 143 3/5/2024
2.0.62 158 3/4/2024
2.0.61 169 2/29/2024
2.0.60 134 2/27/2024
2.0.59 157 2/23/2024
2.0.58 145 2/21/2024
2.0.57 146 2/20/2024
2.0.56 151 2/15/2024
2.0.55 148 2/12/2024
2.0.54 136 2/7/2024
2.0.53 159 2/6/2024
2.0.52 135 2/5/2024
2.0.51 135 2/1/2024
2.0.50 151 1/30/2024
2.0.49 131 1/29/2024
2.0.48 149 1/23/2024
2.0.47 167 1/11/2024
2.0.46 144 1/10/2024
2.0.45 204 12/26/2023
2.0.44 165 12/21/2023
2.0.43 179 12/14/2023
2.0.42 185 12/13/2023
2.0.41 152 12/12/2023
2.0.40 225 11/23/2023
2.0.39 172 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 179 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 207 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 234 8/4/2023
2.0.4 246 8/2/2023
2.0.3 240 7/26/2023
2.0.2 235 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 684 5/17/2020
1.0.13 672 5/1/2020
1.0.12 678 5/1/2020
1.0.6 636 4/29/2020
1.0.5 634 4/28/2020
1.0.4 630 4/28/2020
1.0.3 639 4/27/2020