박은주

Update README

......@@ -13,15 +13,17 @@ Web Page의 메인에서 지난 24시간 업로드된 글의 개수/긍정/부
* selenium, bs4
* konlpy, Py-Hanspell``
* jpype
* flask
## TODO
```angular2html
pip install -r requirements.txt
pip install git+https://github.com/lovit/textrank.git
pip install git+https://github.com/mrlee23/KoreanSentimentAnalyzer
```
## Reference
> TextRank Package https://github.com/lovit/textrank/ <br>
> WordCloud https://lovit.github.io/nlp/2018/04/17/word_cloud/ <br>
> Sentiment Analyzer https://github.com/mrlee23/KoreanSentimentAnalyzer <br>
> Sentiment Analyzer BERT 언어 모델을 이용한 감정 분석 시스템(2020) https://github.com/SKTBrain/KoBERT <br>
> 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
- [x] 지난 24시간 이내의 게시판 분위기 정리<br>
- [ ] ~~질문 입력시 해당하는 게시글 검색~~ -> 구현은 가능하나, 차용한 HTML Template 내에 적용할만한 파트가 있을지?(타 기능 적용 후 다시 생각) <br>
- [x] HTML template 수정 -> 거의 완료 <br>
- [ ] Remote 서버에 업로드
\ No newline at end of file
- [x] Remote 서버에 업로드
\ No newline at end of file
......