{"id":23691105,"url":"https://github.com/sagorbrur/bnlp","last_synced_at":"2025-10-09T23:04:43.477Z","repository":{"id":45194042,"uuid":"223375563","full_name":"sagorbrur/bnlp","owner":"sagorbrur","description":"BNLP is a natural language processing toolkit for Bengali Language.","archived":false,"fork":false,"pushed_at":"2024-12-06T06:52:51.000Z","size":23639,"stargazers_count":290,"open_issues_count":0,"forks_count":64,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-15T00:49:58.392Z","etag":null,"topics":["bangla","bangla-nlp","bangla-pos-tagging","bangla-word2vec","bengal-pos-tagging","bengali","bengali-fasttext","bengali-language","bengali-ner","bengali-nlp","bengali-nlp-library","bengali-tokenization","bengali-word-embedding","bengali-word2vec","bn-glove","named-entity-recognition","ner","nlp","nltk-tokenizer"],"latest_commit_sha":null,"homepage":"https://sagorbrur.github.io/bnlp/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sagorbrur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"sagorsarker","thanks_dev":null,"custom":null}},"created_at":"2019-11-22T10:02:15.000Z","updated_at":"2025-04-05T16:37:34.000Z","dependencies_parsed_at":"2023-02-09T22:45:18.681Z","dependency_job_id":"545615e8-aaf2-43da-b0ff-ddbc0a5cf45a","html_url":"https://github.com/sagorbrur/bnlp","commit_stats":{"total_commits":379,"total_committers":7,"mean_commits":"54.142857142857146","dds":0.04485488126649073,"last_synced_commit":"b09310ee4daa8d3b97571108e0a559ba932694b3"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagorbrur%2Fbnlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagorbrur%2Fbnlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagorbrur%2Fbnlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagorbrur%2Fbnlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagorbrur","download_url":"https://codeload.github.com/sagorbrur/bnlp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283336,"owners_count":22045140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bangla","bangla-nlp","bangla-pos-tagging","bangla-word2vec","bengal-pos-tagging","bengali","bengali-fasttext","bengali-language","bengali-ner","bengali-nlp","bengali-nlp-library","bengali-tokenization","bengali-word-embedding","bengali-word2vec","bn-glove","named-entity-recognition","ner","nlp","nltk-tokenizer"],"created_at":"2024-12-30T02:54:45.702Z","updated_at":"2025-10-09T23:04:43.416Z","avatar_url":"https://github.com/sagorbrur.png","language":"Jupyter Notebook","funding_links":["https://buymeacoffee.com/sagorsarker"],"categories":["Developer Tools \u0026 Libraries","\u003ca name='Libraries'\u003e\u003c/a\u003eLibraries and Tools","NLP Tools, Scripts and Utilities (also Projects)"],"sub_categories":["🚀 How to contribute","NLP Tools"],"readme":"# Bengali Natural Language Processing(BNLP)\n\n[![PyPI version](https://img.shields.io/pypi/v/bnlp_toolkit)](https://pypi.org/project/bnlp-toolkit/)\n[![Downloads](https://static.pepy.tech/badge/bnlp_toolkit)](https://pepy.tech/project/bnlp_toolkit)\n\nBNLP is a natural language processing toolkit for Bengali Language. This tool will help you to **tokenize Bengali text**, **Embedding Bengali words**, **Embedding Bengali Document**, **Bengali POS Tagging**, **Bengali Name Entity Recognition**, **Bangla Text Cleaning** for Bengali NLP purposes.\n\n\n## Features\n- Tokenization\n   - [Basic Tokenizer](./docs/README.md#basic-tokenizer)\n   - [NLTK Tokenizer](./docs/README.md#nltk-tokenization)\n   - [Sentencepiece Tokenizer](./docs/README.md#bengali-sentencepiece-tokenization)\n- Embeddings\n   - [Word2vec embedding](./docs/README.md#bengali-word2vec)\n   - [Fasttext embedding](./docs/README.md#bengali-fasttext)\n   - [Glove Embedding](./docs/README.md#bengali-glove-word-vectors)\n   - [Doc2vec Document embedding](./docs/README.md#document-embedding)\n- Part of speech tagging\n   - [CRF-based POS tagging](./docs/README.md#bengali-crf-pos-tagging)\n- Named Entity Recognition\n   - [CRF-based NER](./docs/README.md#bengali-crf-ner)\n- [Text Cleaning](./docs/README.md#text-cleaning)\n- [Corpus](./docs/README.md#bengali-corpus-class)\n   - Letters, vowels, punctuations, stopwords\n\n## Installation\n\n### PIP installer\n\n  ```\n  pip install bnlp_toolkit\n  ```\n  **or Upgrade**\n\n  ```\n  pip install -U bnlp_toolkit\n  ```\n  - Python: 3.8, 3.9, 3.10, 3.11\n  - OS: Linux, Windows, Mac\n\n### Build from source\n```\ngit clone https://github.com/sagorbrur/bnlp.git\ncd bnlp\npython setup.py install\n```\n\n## Sample Usage\n\n```py\nfrom bnlp import BasicTokenizer\n\ntokenizer = BasicTokenizer()\n\nraw_text = \"আমি বাংলায় গান গাই।\"\ntokens = tokenizer(raw_text)\nprint(tokens)\n# output: [\"আমি\", \"বাংলায়\", \"গান\", \"গাই\", \"।\"]\n```\n\n## Documentation\nFull documentation are available [here](https://sagorbrur.github.io/bnlp/)\n\nIf you are using previous version of **bnlp** check the documentation [archive](https://sagorbrur.github.io/bnlp/docs/archive)\n\n## Contributor Guide\n\nCheck [CONTRIBUTING.md](https://github.com/sagorbrur/bnlp/blob/master/CONTRIBUTING.md) page for details.\n\n\n## Thanks To\n\n* [Semantics Lab](https://www.facebook.com/lab.semantics/)\n* All the developers who are contributing to enrich Bengali NLP.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagorbrur%2Fbnlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagorbrur%2Fbnlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagorbrur%2Fbnlp/lists"}