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
- Host: GitHub
- URL: https://github.com/asayem172153/nlp-bengali-text-processing-with-banglanltk-
- Owner: asayem172153
- Created: 2023-12-24T04:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T04:57:36.000Z (over 1 year ago)
- Last Synced: 2024-01-30T21:52:54.609Z (over 1 year ago)
- Topics: analysis, bangla-nlp, banglanltk, machine-learning, nlp, text-processing
- Language: Jupyter Notebook
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.