NLP with Bangla: Generating Text and Sentiment Analysis

By datasciencecentral - 2021-03-18

Description

In this blog post, I shall discuss on a few NLP techniques with Bangla language, demonstrate how to train a word2vec model with Bangla wiki corpus with tensor…

Summary

  • Generating Text and Sentiment Analysis In this blog post, I shall discuss on a few NLP techniques with Bangla language, demonstrate how to train a word2vec model with Bangla wiki corpus with tensorflow, and explore how to visualize the semantic similarity between words using t-SNE.
  • Once done, the article will focus on how to train a character / word LSTM on selected Tagore’s songs to generate songs like Tagore with keras.
  • The following animation shows how the embedding is learnt to preserve the semantic similarity in the 2D-manifold more and more as training proceeds.
  • Let’s first create sentiment analysis dataset by crawling the daily astrological predictions (রাশিফল) page of the online edition of আনন্দবাজার পত্রিকা (e.g., for the year 2013), a leading Bangla newspaper and then manually labeling the sentiment of each of the predictions corresponding to each moon-sign.

 

Topics

  1. NLP (0.34)
  2. Stock (0.07)
  3. Machine_Learning (0.04)

Similar Articles

timoschick/pet

By GitHub - 2020-10-01

This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference" - timoschick/pet

QuickGraph#17 The English WordNet in Neo4j (part 2)

By Jesús Barrasa - 2021-02-05

In this second post on WordNet on Neo4j I will be focusing on querying and analysing the graph that we created in the previous post. I'll leave for a third one more advanced analysis and integrations ...

Finding the Narrative with Natural Language Processing

By Medium - 2021-01-01

When I first started studying data science, one of the areas I was most excited to learn was natural language processing. “Unsupervised machine learning” certainly has a mystical ring to it, and…