Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 691 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 691 Bytes

Stop Word Removal

Stop word removal is one of the most commonly used preprocessing steps across different NLP applications. The idea is simply removing the words that occur commonly across all the documents in the corpus. Typically, articles and pronouns are generally classified as stop words. However, for morphologically rich languages such as Malayalam, stop word varies based on the application. The system automatically removes the stop words from the Malayalam document .In the module,the input is tokenized and searches and removes the stopwords from the tokenized list.


### Requirements 

 1 FLASK package 


Contributors

  1. Anzi A S ,ICFOSS,Research Assistant