dgobalak / dgobalak/File-Insights

Add option to use gensim text keyword extraction and summarization

Open
#34 0 comments 0 reactions 1 assignee Claimed by @dgobalak View on GitHub
enhancement
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Gensim has a library for summarizing text and extracting keywords. It looks like it only works for english text because of the pre-processing (removing stopwords and stemming) that takes place. Look into whether we can use our own pre-processing algorithms using NLTK so we can support more languages. If not, we can just have the gensim algorithm as an option for english text. Look [here](https://radimrehurek.com/gensim_3.8.3/auto_examples/tutorials/run_summarization.html) for more details.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.