# UzParser
https://pypi.org/project/uzparser <br>
https://github.com/MardonaKarimova/uzparser
UzParser is focused to make syntactical analysis of tagged sentence with morphological Part of Speech (POS) tagset of Uzbek sentences based on Context Free Grammar. The tool includes list of CFG rules, tagged sentencce.
It is created as a python library and uploaded to [PyPI](https://pypi.org/). It is simply easy to use in your python project or other programming language projects via the API.
## About project
The tool is focused to make sysntactical analysing of sentence according based on morphological Part of Speech (POS) tagset of Uzbek sentence.
## Quick links
- [Github](https://github.com/MardonaKarimova/uzparser)
- [PyPI](https://pypi.org/project/uzparser/)
## Features
- Syntactic analysis
- Tree parser
## Usage
Three options to run uztagger:
- pip
### pip installation
To install UzParser, simply run:
```code
pip install UzParser
```
### POS tag list
Tagger using following options as POS tag:<br>
`N` Noun<br>
`VERB` Verb<br>
`ADJ ` Adjective<br>
`NUM ` Numeric<br>
`ADV ` Adverb<br>
`PRN ` Pronoun<br>
`CNJ ` Conjunction<br>
`ADP ` Adposition<br>
`PRT ` Particle<br>
`INTJ` Interjection<br>
`MOD ` Modal<br>
`IMIT` Imitation<br>
`AUX ` Auxiliary verb<br>
`PPN ` Proper noun<br>
`PUNC` Punctuation<br>
`SYM ` Symbol<br>
## Documentation
See [here](https://github.com/MardonaKarimova/uzparser).
Raw data
{
"_id": null,
"home_page": "https://github.com/MardonaKarimova/uzparser",
"name": "UzParser",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "syntax analysis,parser,uzbek-language,tree,pos tagging,morphological tagging",
"author": "Mardona Karimova",
"author_email": "karimovaam@gmail.com",
"download_url": "",
"platform": null,
"description": "# UzParser\n\nhttps://pypi.org/project/uzparser <br>\nhttps://github.com/MardonaKarimova/uzparser\n\nUzParser is focused to make syntactical analysis of tagged sentence with morphological Part of Speech (POS) tagset of Uzbek sentences based on Context Free Grammar. The tool includes list of CFG rules, tagged sentencce. \nIt is created as a python library and uploaded to [PyPI](https://pypi.org/). It is simply easy to use in your python project or other programming language projects via the API. \n\n## About project\nThe tool is focused to make sysntactical analysing of sentence according based on morphological Part of Speech (POS) tagset of Uzbek sentence.\n\n## Quick links\n\n- [Github](https://github.com/MardonaKarimova/uzparser)\n- [PyPI](https://pypi.org/project/uzparser/)\n\n## Features\n\n- Syntactic analysis \n- Tree parser\n\n## Usage\n\nThree options to run uztagger:\n\n- pip\n\n### pip installation\n\nTo install UzParser, simply run:\n\n```code\npip install UzParser\n```\n\n### POS tag list\nTagger using following options as POS tag:<br>\n `N` Noun<br>\n `VERB` Verb<br>\n `ADJ ` Adjective<br>\n `NUM ` Numeric<br>\n `ADV ` Adverb<br>\n `PRN ` Pronoun<br>\n `CNJ ` Conjunction<br>\n `ADP ` Adposition<br>\n `PRT ` Particle<br>\n `INTJ` Interjection<br>\n `MOD ` Modal<br>\n `IMIT` Imitation<br>\n `AUX ` Auxiliary verb<br>\n `PPN ` Proper noun<br>\n `PUNC` Punctuation<br>\n `SYM ` Symbol<br>\n\n## Documentation\n\nSee [here](https://github.com/MardonaKarimova/uzparser).\n\n",
"bugtrack_url": null,
"license": "",
"summary": "uzparser | Uzbek Syntax Parser on Python",
"version": "0.0.9",
"project_urls": {
"Bug Tracker": "https://github.com/MardonaKarimova/uzparser/issues",
"Homepage": "https://github.com/MardonaKarimova/uzparser"
},
"split_keywords": [
"syntax analysis",
"parser",
"uzbek-language",
"tree",
"pos tagging",
"morphological tagging"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d4b14dfec8e8afd7239697f008c06c9e3a7f71c65b1ffb317e3c3732c4862c2b",
"md5": "8b52b368e47957f884ee8aaa654241ff",
"sha256": "0d323942fba3f83d5374c651c961b5f8425ec5946b4315570652f345f50c7fab"
},
"downloads": -1,
"filename": "UzParser-0.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8b52b368e47957f884ee8aaa654241ff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 350480,
"upload_time": "2023-06-13T12:03:57",
"upload_time_iso_8601": "2023-06-13T12:03:57.843449Z",
"url": "https://files.pythonhosted.org/packages/d4/b1/4dfec8e8afd7239697f008c06c9e3a7f71c65b1ffb317e3c3732c4862c2b/UzParser-0.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-13 12:03:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MardonaKarimova",
"github_project": "uzparser",
"github_not_found": true,
"lcname": "uzparser"
}