Skip to content

stopwordgen automatically builds the stop words for a given dataset.

License

Notifications You must be signed in to change notification settings

bnriiitb/autostopwordgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoStopwordGen

Installing Dependencies

autostopwordgen requires:

  • Python (>= 3.5)

To set up your python environment to run the code in this project, follow the instructions below.

  1. Clone the repository with the below command:

    git clone https://github.com/bnriiitb/autostopwordgen.git
    
  2. Navigate to the autostopwordgen/ folder. Then, install dependencies as mentioned in requirements.txt by running the below command.

    pip install -r requirements.txt
    
  3. To test the functionality of AutoStopwordGen navigate to autostopwordgen/ folder and run the below command.

    python test.py
    

Credits

This is an implementaion of the research paper published An Auto Generated Approach of Stop Words Using Aggregated Analysis by Olatunde et al.,

Issues

  • If you find any issues while using this code, please drop me a mail at [[email protected]]