Enlighten 2.0.69

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

// Install Enlighten as a Cake Tool
#tool nuget:?package=Enlighten&version=2.0.69

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 AddCanisterModules method
    var Services = new ServiceCollection()?.AddCanisterModules()?.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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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
2.0.69 24 3/28/2024
2.0.68 63 3/15/2024
2.0.67 78 3/13/2024
2.0.66 82 3/11/2024
2.0.65 85 3/7/2024
2.0.64 80 3/6/2024
2.0.63 82 3/5/2024
2.0.62 94 3/4/2024
2.0.61 91 2/29/2024
2.0.60 72 2/27/2024
2.0.59 91 2/23/2024
2.0.58 85 2/21/2024
2.0.57 79 2/20/2024
2.0.56 79 2/15/2024
2.0.55 80 2/12/2024
2.0.54 84 2/7/2024
2.0.53 78 2/6/2024
2.0.52 69 2/5/2024
2.0.51 78 2/1/2024
2.0.50 74 1/30/2024
2.0.49 70 1/29/2024
2.0.48 79 1/23/2024
2.0.47 102 1/11/2024
2.0.46 81 1/10/2024
2.0.45 134 12/26/2023
2.0.44 107 12/21/2023
2.0.43 116 12/14/2023
2.0.42 121 12/13/2023
2.0.41 94 12/12/2023
2.0.40 168 11/23/2023
2.0.39 122 11/20/2023
2.0.38 131 11/17/2023
2.0.37 105 11/16/2023
2.0.36 101 11/13/2023
2.0.35 119 11/8/2023
2.0.34 125 11/6/2023
2.0.33 118 11/1/2023
2.0.32 133 10/31/2023
2.0.31 129 10/30/2023
2.0.30 116 10/26/2023
2.0.29 146 10/11/2023
2.0.28 139 10/4/2023
2.0.27 128 9/25/2023
2.0.26 133 9/20/2023
2.0.25 122 9/19/2023
2.0.24 114 9/18/2023
2.0.23 126 9/14/2023
2.0.22 123 9/13/2023
2.0.21 144 9/11/2023
2.0.20 164 9/8/2023
2.0.19 159 9/6/2023
2.0.18 153 9/5/2023
2.0.17 147 9/4/2023
2.0.16 138 9/1/2023
2.0.15 163 8/31/2023
2.0.14 183 8/30/2023
2.0.13 168 8/29/2023
2.0.12 145 8/28/2023
2.0.11 162 8/24/2023
2.0.10 149 8/23/2023
2.0.9 167 8/18/2023
2.0.8 181 8/10/2023
2.0.7 160 8/8/2023
2.0.6 176 8/7/2023
2.0.5 176 8/4/2023
2.0.4 180 8/2/2023
2.0.3 172 7/26/2023
2.0.2 174 7/20/2023
2.0.1 176 7/14/2023
2.0.0 336 12/12/2022
1.0.27 542 6/10/2022
1.0.26 645 2/25/2022
1.0.25 657 1/11/2022
1.0.24 474 1/7/2021
1.0.22 618 9/13/2020
1.0.20 497 8/26/2020
1.0.19 451 8/26/2020
1.0.16 597 8/21/2020
1.0.15 568 5/17/2020
1.0.13 562 5/1/2020
1.0.12 575 5/1/2020
1.0.6 525 4/29/2020
1.0.5 529 4/28/2020
1.0.4 511 4/28/2020
1.0.3 526 4/27/2020