Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

For the text = """ Thank you for reaching out regarding the delivery issue. We apologize for the delay. Your package is on its way and should arrive by the end of the week. """

expected output: ["delivery issue", "delayed", "arrival: end of week"]

I am getting the following output from the models:

miniLM with keyphrase_ngram_range = (1, 2) and top_n = 5: ['delivery issue', 'regarding delivery', 'delivery', 'arrive', 'way arrive']

miniLM with keyphrase_ngram_range = (1, 3) and top_n = 3: ['reaching regarding delivery', 'arrive end week', 'delivery issue']

About

in the process of extracting keywords from emails, I am experimenting on different models and will be posting the results here

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages