A Machine Learning NLP project to extract research topics based on publication titles using KeyBERT unsupervised keyword extraction approach.
- Anaconda 3
- Python
pip install nltk
pip install keybert
pip3 install keybert
If you don't have the nltk stopword data yet, you need to download the nltk stopword data as follows below.
import nltk
nltk.download()
- Raw Data
- Topic Result