Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-066
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
2022-066
2022-066
Commits
2bacf9df
Commit
2bacf9df
authored
May 13, 2022
by
De Silva K.C.C.C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated module
parent
a3db68c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Backend/Python/modules/summary.py
Backend/Python/modules/summary.py
+1
-1
No files found.
Backend/Python/modules/summary.py
View file @
2bacf9df
...
...
@@ -5,8 +5,8 @@ import nltk
from
nltk.corpus
import
stopwords
from
nltk.tokenize
import
word_tokenize
,
sent_tokenize
import
textract
import
os.path
import
os.path
import
nltk
nltk
.
download
(
'stopwords'
)
nltk
.
download
(
'punkt'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment