autostopwordgen requires:
- Python (>= 3.5)
To set up your python environment to run the code in this project, follow the instructions below.
-
Clone the repository with the below command:
git clone https://github.com/bnriiitb/autostopwordgen.git
-
Navigate to the
autostopwordgen/
folder. Then, install dependencies as mentioned in requirements.txt by running the below command.pip install -r requirements.txt
-
To test the functionality of AutoStopwordGen navigate to
autostopwordgen/
folder and run the below command.python test.py
This is an implementaion of the research paper published An Auto Generated Approach of Stop Words Using Aggregated Analysis by Olatunde et al.,
- If you find any issues while using this code, please drop me a mail at [nagaraju.iiit@gmail.com]