Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -13,15 +13,17 @@ Web Page의 메인에서 지난 24시간 업로드된 글의 개수/긍정/부 | ... | @@ -13,15 +13,17 @@ Web Page의 메인에서 지난 24시간 업로드된 글의 개수/긍정/부 |
13 | * selenium, bs4 | 13 | * selenium, bs4 |
14 | * konlpy, Py-Hanspell`` | 14 | * konlpy, Py-Hanspell`` |
15 | * jpype | 15 | * jpype |
16 | -* flask | ||
17 | 16 | ||
18 | ## TODO | 17 | ## TODO |
19 | ```angular2html | 18 | ```angular2html |
19 | +pip install -r requirements.txt | ||
20 | pip install git+https://github.com/lovit/textrank.git | 20 | pip install git+https://github.com/lovit/textrank.git |
21 | +pip install git+https://github.com/mrlee23/KoreanSentimentAnalyzer | ||
21 | ``` | 22 | ``` |
22 | 23 | ||
23 | ## Reference | 24 | ## Reference |
24 | > TextRank Package https://github.com/lovit/textrank/ <br> | 25 | > TextRank Package https://github.com/lovit/textrank/ <br> |
26 | +> WordCloud https://lovit.github.io/nlp/2018/04/17/word_cloud/ <br> | ||
25 | > Sentiment Analyzer https://github.com/mrlee23/KoreanSentimentAnalyzer <br> | 27 | > Sentiment Analyzer https://github.com/mrlee23/KoreanSentimentAnalyzer <br> |
26 | > Sentiment Analyzer BERT 언어 모델을 이용한 감정 분석 시스템(2020) https://github.com/SKTBrain/KoBERT <br> | 28 | > Sentiment Analyzer BERT 언어 모델을 이용한 감정 분석 시스템(2020) https://github.com/SKTBrain/KoBERT <br> |
27 | > HTML Template https://www.free-css.com/free-css-templates/page266/indus | 29 | > HTML Template https://www.free-css.com/free-css-templates/page266/indus |
... | @@ -33,4 +35,4 @@ pip install git+https://github.com/lovit/textrank.git | ... | @@ -33,4 +35,4 @@ pip install git+https://github.com/lovit/textrank.git |
33 | - [x] 지난 24시간 이내의 게시판 분위기 정리<br> | 35 | - [x] 지난 24시간 이내의 게시판 분위기 정리<br> |
34 | - [ ] ~~질문 입력시 해당하는 게시글 검색~~ -> 구현은 가능하나, 차용한 HTML Template 내에 적용할만한 파트가 있을지?(타 기능 적용 후 다시 생각) <br> | 36 | - [ ] ~~질문 입력시 해당하는 게시글 검색~~ -> 구현은 가능하나, 차용한 HTML Template 내에 적용할만한 파트가 있을지?(타 기능 적용 후 다시 생각) <br> |
35 | - [x] HTML template 수정 -> 거의 완료 <br> | 37 | - [x] HTML template 수정 -> 거의 완료 <br> |
36 | -- [ ] Remote 서버에 업로드 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
38 | +- [x] Remote 서버에 업로드 | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment