Skip to main content

A Python NLP Library for Persian language, by PartDP AI

Project description

https://raw.githubusercontent.com/partdpai/PartNLP/master/images/PartAiLogo.png

PartNLP Project

Overview

documentation

This documentation is all about PartNLP package. PartNLP designs to help developers to perprocessing their text automatically! Also it has many useful features that makes perprocessing more fun! However, This is not an exhaustive description but it should show you how use the package effortlessly.

Introduction

PartNLP is an integrated package uses many famous packages. Moreover, PartNLP supports multi languages. In the below table you can see all valid operations accomplishing by PartNLP and their corresponder packages.

Operations

Keyword

Packages

normalize

NORMALIZE

HAZM, PARSIVAR

sent tokenize

S_TOKENIZE

HAZM, PARSIVAR, STANZA

word tokenize

W_TOKENIZE

HAZM, PARSIVAR, STANZA

lemmatize

LEMMATIZE

HAZM, STANZA

stem

STEM

HAZM, PARSIVAR, STANZA

Installation

for installing, you can simply use pip to install the package.

>>> pip install PartNLP

Pipeline Usage Example

>>> from PartNLP import Pipeline

>>> Pipeline(lang='persian', package='hazm', processors=['W_TOKENIZE', 'LEMMATIZE'], text='این متن، جهت بررسی عملکرد بسته نوشته شده است')

Output of Hazm word tokenizer:
['این', 'متن', '،', 'جهت', 'بررسی', 'عملکرد', 'بسته', 'نوشته_شده_است']
Output of Hazm Lemmatizer :
['این', 'متن', '،', 'جهت', 'بررسی', 'عملکرد', 'بسته', 'نویس']

Pipeline also can handle missing required data in which should be passed by users. In the below example no package, language or processors entered but Pipeline asks you to fill them out.

 >>> Pipeline(text='این متن، جهت بررسی عملکرد بسته نوشته شده است')
Warning: no package selected. List of supported packages:['HAZM', 'PARSIVAR', 'STANZA']
please enter a valid value: 'hazm'
Warning: no language selected. List of supported languages:['ENGLISH', 'PERSIAN']
please enter a valid value: 'persian'
Warning: no operator selected. List of supported operations for 'hazm' package :['NORMALIZE', 'S_TOKENIZE', 'STEM', 'W_TOKENIZE', 'LEMMATIZE']

Interface Usage Example

In this section we are going to see the simple usage of PartNLP package.

https://raw.githubusercontent.com/partdpai/PartNLP/master/images/Interface.gif

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

PartNLP-0.1.23.tar.gz (16.0 kB view details)

Uploaded Source

Built Distribution

PartNLP-0.1.23-py3-none-any.whl (27.4 kB view details)

Uploaded Python 3

File details

Details for the file PartNLP-0.1.23.tar.gz.

File metadata

  • Download URL: PartNLP-0.1.23.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for PartNLP-0.1.23.tar.gz
Algorithm Hash digest
SHA256 4c7db6bd08462ecd4103c99b3a00d5e7decffc07e7c6522674f53673155f32e1
MD5 856b0a8e3d48405b40ab1c963a56b27c
BLAKE2b-256 fc9de2655958cffe8668299c66a7dfffbfe2aa1da5a0d900b2cb00b5ec7fd867

See more details on using hashes here.

File details

Details for the file PartNLP-0.1.23-py3-none-any.whl.

File metadata

  • Download URL: PartNLP-0.1.23-py3-none-any.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for PartNLP-0.1.23-py3-none-any.whl
Algorithm Hash digest
SHA256 59e420ba4480b33c59b9726ee0a40deb22f09ea5344ed8168b2f0cd7b33bdd5d
MD5 4bb235e58274f20dafac68f3ca46048b
BLAKE2b-256 cd69e995a6ec81aede971bf1a0ccc2a96f728ed2689b3107687b8cd50fd1bae7

See more details on using hashes here.

Supported by

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