Posts
Understanding Grammar Error Correction in Morphologically Rich Languages
In this article we will be discussing the research paper on grammar error correction in morphologically rich languages especially in Russian Languages. The research paper is titled: The Grammar Error Correction in Morphologically Rich Languages: The Case of Russian and it is published in the Journal of Language Technology. The research paper is available here Rozovskaya and Roth 2019, uses a corpus of the Russian Learner Corpus of Academic Writing (RULEC, 560K words) which is written by students in United States learning Russian....
Flutter Push Notification using AWS SNS
Welcome everyone, in this article we will be implementing the Flutter push notifications using the AWS Simple Notification Services (SNS). We will be using Firebase Cloud Messaging as the Service Provider for the Messaging. Creating a Flutter Project: Firstly we will create a new project and I will name it flutter_aws_notification. You can give any name to your package. Ensure that you remember it because we will need it while registering our app on Google Firebase....