Commit 8756c2be authored by De Silva K.C.C.C's avatar De Silva K.C.C.C

text summarization

parent c66ff3ca
import glob
from pptx import Presentation
import math
import os.path
import nltk
from nltk.corpus import stopwords
from nltk.tokenize import word_tokenize, sent_tokenize
import textract
import os.path
from nltk.corpus import stopwords
from nltk.tokenize import sent_tokenize, word_tokenize
from pptx import Presentation
def create_sumall(abc, ratio):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment