hin/key4.py
2024-09-27 12:11:59 +02:00

6 lines
188 B
Python

from gensim.summarization import keywords
text_en = ('Characterization of SiC MOSFET using double pulse test method.')
print(keywords(text_en,words = 5,scores = True, lemmatize = True))