hin/key4.py

6 lines
188 B
Python
Raw Normal View History

2024-09-27 12:11:59 +02:00
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))