Metadata-Version: 2.1
Name: pos_tagging
Version: 0.6.2
Description-Content-Type: text/markdown
Requires-Dist: langchain-google-genai>=2.0.0

# Project Summary

This Python package facilitates part-of-speech (POS) tagging for input sentences, utilizing advanced generative AI technologies. The package is designed to enhance natural language processing (NLP) capabilities by accurately identifying the grammatical categories of each word within a given sentence. By employing Google Gemini's LLM in conjunction with LangChain, the package leverages state-of-the-art AI models to deliver precise tagging results.

## Features

1. Generative AI Integration: Utilizes Google Gemini's capabilities to generate accurate POS tags for words in sentences.
2. User-Friendly Interface: Simplifies the process of tagging by allowing users to input sentences directly and receive tagged outputs.
3. Comprehensive Tagging: Supports a wide range of grammatical categories, including nouns, verbs, adjectives, adverbs, and more.
4. Efficient Processing: Optimized for performance, ensuring rapid tagging even for longer sentences.

## Installation

### To install the package, use pip

pip install your-package-name
