An open API service indexing awesome lists of open source software.

https://github.com/asayem172153/nlp-bengali-text-processing-with-banglanltk-

Natural Language Processing (NLP) Worked with a simple Bangla text using Bangla NLTK. Explored different Libraries from banglanltk. Discussed about some differences in stemmer and Lemmatization. Create bag of words
https://github.com/asayem172153/nlp-bengali-text-processing-with-banglanltk-

analysis bangla-nlp banglanltk machine-learning nlp text-processing

Last synced: 2 months ago
JSON representation

Natural Language Processing (NLP) Worked with a simple Bangla text using Bangla NLTK. Explored different Libraries from banglanltk. Discussed about some differences in stemmer and Lemmatization. Create bag of words

Awesome Lists containing this project

README

        

# Natural Language Processing (NLP)
Here I have workd with a simple **Bangla text** using **Bangla NLTK**. Banglanltk is a python package for Bengali Natural Language Processing.
Explored different Libraries like **word_tokenaizer, sent_tokenizer (sentence tokenizer), stemmer** etc.
Discussed about some differences in stemmer and Lemmatization
and Using Counter Vetorizer creat bag of words for the Begali Text.