Anncorra is a python package for giving meaning to POS (Part of Speech) tags.
Project description
Tags of AnnCorra
Indian Language Machine Translation (ILMT) project has taken the task of annotating corpora (AnnCorra) of several Indian languages and came up with tags which have been defined for the tagging schemes for POS (part of speech) tagging.
This repository would explain the POS (Part Of Speech) Tags along with examples.
Requirements
Package requires the following to run:
- python (preferable version 3+)
Installation
Use the package manager pip to install foobar.
pip install anncorra
or
git clone https://github.com/kuldip-barot/anncorra.git
cd anncorra
python setup.py install
Usage
Import the package after installation.
>>> import anncorra
>>> anncorra.explain('NN')
The output of above command:
POS Tags : NN
Full form : Noun
Desription : The tag NN tag set makes a distinction between noun singular (NN) and noun plural (NNS).
Example :
yaha bAta galI_NN galI_RDP meM phEla gayI
'this' 'talk' 'lane' 'lane' 'in' 'spread' 'went'
“The word was spread in every lane”.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
References
AnnCorra : Annotating Corpora; Guidelines For POS And Chunk Annotation For Indian Languages
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 anncorra-0.0.4.tar.gz
.
File metadata
- Download URL: anncorra-0.0.4.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af58608d1a6a7ce81f38ca18564ccc2ba20927d262afc262254d0df1a02cd576 |
|
MD5 | 2e02883ef37b0b4f1a52828be59bd757 |
|
BLAKE2b-256 | b45e2e4713e8f58bf31ba537d9e60e409f886cc51acc2c3195b35813f467c0b8 |
File details
Details for the file anncorra-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: anncorra-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.3 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/45.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d632025fd6d1cfae364979aeccd66bffd7307b31a8dee22c947e45628b86dc8d |
|
MD5 | 38505ceba689f5a68beef09bf477af89 |
|
BLAKE2b-256 | 1ac993fbf3907bd5f3080f3c4d8d96ea3fa2f55ec4233dcdb81b1429c668320b |