Applications
In this section, I have divided the applications into two sections; one is the NLP application and the other one is the generalized AI application.
NLP applications using the rule-based system
Here, we mention some of the NLP applications that use the RB system:
- Sentence boundary detection:
- Sentence boundary detection is easy for general English writing but it will be complicated when you are dealing with research papers or other scientific documents
- So, handcrafted post-processing rules will help us to identify the sentence boundary accurately
- This approach has been used by Grammarly Inc. for the grammar correction system
- Machine translation:
- When we think of a machine translation system, in our mind, we think of the Google Neural Machine Translation (GNMT) system
- For many Indian languages, Google used to use a complex rule-based system with a statistical prediction system, so they have an hybrid system
- In 2016, Google launched the neural network based MT system
- Many research projects...