Skip to main content

Dutch Text Analytics is a versatile toolkit designed to facilitate the exploration, execution, and validation of a diverse range of Natural Language Processing (NLP) tasks specifically tailored for the Dutch language. This repository provides a comprehensive set of tools, including code examples, scripts, and resources, to enhance and streamline your Dutch NLP projects.

Project description

Dutch Text Analytics

Dutch Text Analytics is a versatile toolkit designed to facilitate the exploration, execution, and validation of a diverse range of Natural Language Processing (NLP) tasks specifically tailored for the Dutch language. This repository provides a comprehensive set of tools, including code examples, scripts, and resources, to enhance and streamline your Dutch NLP projects.

Getting Started

Prerequisites

  • Ensure you have Python version 3.8.10 installed on your system.

Installation

  • To install the Dutch Text Analytics package, open a command prompt and run:
pip install dutch_text_analytics

Usage

  • In your Python script or Jupyter Notebook, import the library as follows:
import dutch_text_analytics.text_analytics as ta
  • To access modules and leverage the functionalities provided by the toolkit, instantiate the TextProcessing class:
text_processor = ta.TextProcessing()
  • For detailed usage examples and demonstrations, refer to the demo scripts available in the demos folder.

Modules Overview

Text Processing

  • The TextProcessing module provides powerful tools for working with Dutch text, including lemmatization, handling separable verbs, and displaying dependency trees.
# Example: Instantiate TextProcessing
text_processor = ta.TextProcessing()

# Example: Lemmatize a sentence
lemmatized_sentence = text_processor.lemmatize("Your Dutch sentence here.")

# Example: Handle separable verbs in a sentence
processed_sentence = text_processor.handle_separable_verbs("Your Dutch sentence here.")

# Example: Display dependency tree of a sentence
text_processor.display_dependency("Your Dutch sentence here.")
  • Explore the module for additional functionalities to enhance your Dutch text processing workflows.

  • Tip: The TextProcessing takes in language argument. For english:

# Example: Instantiate TextProcessing
text_processor = ta.TextProcessing(language='en')

Demos

  • Check out the demos folder for hands-on demonstrations and code examples showcasing the capabilities of Dutch Text Analytics across various NLP tasks.

Feel free to contribute, report issues, or suggest improvements. Happy coding with Dutch Text Analytics!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dutch_text_analytics-0.1.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dutch_text_analytics-0.1.2-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file dutch_text_analytics-0.1.2.tar.gz.

File metadata

  • Download URL: dutch_text_analytics-0.1.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for dutch_text_analytics-0.1.2.tar.gz
Algorithm Hash digest
SHA256 987460c8802dd772cc5cd859ff9acdd934cd8ef54f1d100dafc199add7d18f4b
MD5 fe5506d284b35be29115eaba1c784344
BLAKE2b-256 f813c4420d7e9216f4ee170838a58e73fb0c55d39d114abe11abac90c4712d6c

See more details on using hashes here.

File details

Details for the file dutch_text_analytics-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for dutch_text_analytics-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 72c038d3d5e82085c88a1aa71a4613315db7bd59be0c52df42c7a18398372078
MD5 2f135bed0b46a664cb9167946ea4c681
BLAKE2b-256 2ebaed7767a27260ea5d84106f6bc6f4c5d9caae3e3f6d82577930eb0387217f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page