https://github.com/rajaprerak/tag_generation
https://github.com/rajaprerak/tag_generation
natural-language-processing nlp nltk numpy pandas python sklearn
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajaprerak/tag_generation
- Owner: rajaprerak
- Created: 2017-11-27T13:01:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T08:32:26.000Z (over 5 years ago)
- Last Synced: 2025-04-14T20:14:08.216Z (6 months ago)
- Topics: natural-language-processing, nlp, nltk, numpy, pandas, python, sklearn
- Language: Jupyter Notebook
- Size: 880 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tag Generation
* Given stack exchange question, generate relevant tags related to the question.### Steps
* Cleaning the data
* Tokenizing
* Selecting the nouns
* Lemmatization
* Applying algorithm to get relevant tags