boostcampaitech4lv23nlp1 / final-project-level3-nlp-07

final-project-level2-nlp-07 created by GitHub Classroom
4 stars 5 forks source link

feat : fix timeline, add pos_filter and link #31

Closed neulvo closed 1 year ago

neulvo commented 1 year ago
  1. 타임 라인 갱신 안되는 오류를 해결하였습니다.
  2. 키워드 추출에 명사 필터링을 추가하였습니다.
  3. 결과 창을 다듬고 검색 링크를 추가하였습니다.

Description

  1. app.py의 if 'items' not in st.session_state: 부분을 주석 처리하여 해결하였습니다.
  2. prediction.py에 nltk의 pos_tag, word_tokenize를 임포트하여 해결하였습니다.
    • 설치해야 할 모듈이 따로 있어 예외처리로 넣었습니다.
  3. 키워드와 기간을 활용해 요약 결과를 다듬고 시각화는 링크로 대체하였습니다.
    • 현재 링크로 넣어놨지만 검색 창이 실제로 뜨는 것을 상상했습니다.
    • 경우에 따라 검색 페이지로 페이지를 넘기는 것도 가능할 것 같습니다.
  4. 추가로 한글화 패치를 적용하였습니다.

Related Issue

26