Metadata-Version: 2.1
Name: bnpreprocessor
Version: 1.0.4
Summary: bengali automatic text preprocessor
Home-page: https://github.com/kaisarmasum/bnpreprocessor
Author: Abu Kaisar Mohammad Masum
Author-email: abukaisar24@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: regex
Requires-Dist: string

﻿Bengali Text Preprocessor
===================

Installation
-------------

    pip install bnpreprocessor== 1.0.4

Quick Start
-------------
After installation, using bengali preprocessor should be fairly straight forward:

**Text Preprocess**

    from bnpreprocessor import preprocessor

    text = preprocessor("আগে যখন আমি ফুটবল বুঝতাম না ও দেখতাম না তখন ভাবতাম মেসিই সেরা। তারপর যখন আমি ফুটবল বোঝা ও দেখা শুরু করলাম তখন উপলব্ধি করলাম যে,আগে আমি ভুল ছিলাম না।")
    print(text)




