This is code with Modern standard arabic training dataset
Project description
Yarub
This is a head start to Modern standard arabic training dataset library which provides Morphological, Named Entity recognization, Sentiment Analysis, Word Embedding, Dialect Identification,Part of speech and so on training dataset.
Downloading the library with specific version using pip command.
pip install yarub==0.1.0
Basic Instruction
You need to first install dependent libraries before download like
requests, zipfile,os, io and struct.
After successful installation of dependent library you can install
Yarub library with pip command.
Example of Yarub
import yarub # Load Library package from yarub import load_sentiment,load_ner,load_dialect,load_word_embedding,load_morphology,load_pos
OR
==
from yarub import * # Second method to call library and load entire function.
Load the dataset in your local system.
df = load_sentiment() # This function wil load `Sentiment analysis` training dataset df1 = load_ner() # This function will load `Named entity recognization` training dataset. df2 = load_dialect() # This function will load modern standard arabic `Dialect identification` training dataset. df3 = load_word_embedding() # This function will load `Word embedding` training dataset. df4 = load_morphology() # This function will load `Morphological analysis` training dataset. df5 = load_pos() # This function will load `Part of speech` training dataset.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file yarub-0.1.0.tar.gz
.
File metadata
- Download URL: yarub-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b859f81bddb3493f44195762bfb4b6f24cd3fac7a0e981850e97dd37a3081ca |
|
MD5 | 753072308948036a825b86cd1bcf1eaa |
|
BLAKE2b-256 | 7c327e12bac16481daf74820db770c2f9865d60c6fb1c742a752b7516ef3152c |
File details
Details for the file yarub-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: yarub-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ead6baa6e13666f20eaccc27a8e3174c14f5ddb173b616061951f8121e036b0e |
|
MD5 | 20d2dd533f4ef989c18ea71629b98ea3 |
|
BLAKE2b-256 | 87464dddf91066b739d9a07cc6d13b6fd01f97f8b570421af17f9d9e7d0e8b2b |