@rekhtya/pashto-linguistic-toolkit
Version:
A toolkit for processing Pashto language, providing translation and part of speech analysis using Google's APIs.
17 lines (10 loc) • 875 B
Markdown
# Pashto Linguistic Toolkit
The **Pashto Linguistic Toolkit** is an NPM package that provides functionalities for translating Pashto text to English and analyzing the part of speech of words using Google's Translation and Natural Language APIs. It offers an easy-to-use interface for Pashto language processing, making it suitable for developers working with Pashto texts.
## Features
- **Translate Pashto to English**: Translate Pashto text into English using the Google Translate API.
- **Analyze Part of Speech**: Determine the part of speech (e.g., noun, verb) of a word using Google Cloud's Natural Language API.
- **Parse Sentences**: Parse a sentence into word-level metadata, including translations and parts of speech.
## Installation
You can install the `PashtoLinguisticToolkit` package via npm:
```bash
npm install pashto-linguistic-toolkit