Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박은주
/
Todays_Issue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박은주
2021-06-10 01:17:18 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c8e18aea2fbec24aa1bd73608b67dc25098661a
5c8e18ae
1 parent
becffd4e
Add main
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
run.py
run.py
View file @
5c8e18a
...
...
@@ -2,6 +2,7 @@ from content import GetData
from
GetTopic
import
GetWordCloud
from
SentimentAnalyzer
import
StartSentimentAnalysis
GetData
()
GetWordCloud
()
StartSentimentAnalysis
()
\ No newline at end of file
if
__name__
==
'__main__'
:
GetData
()
GetWordCloud
()
StartSentimentAnalysis
()
\ No newline at end of file
...
...
Please
register
or
login
to post a comment