Skip to content

kowonsik/NQNA

Repository files navigation

News Quatation Network Analysis

실행방법

python run.py all  # fully connected graph
python run.py 1    # only 1 label grop noded connected graph

실행결과

  • graph png
~/png/connected_all.png
~/png/connected_part_1.png  # 1 label graph
  • excel file
~/exlfiles/result_connected_all.xlsx
~/exlfiles/result_connected_part_1.xlsx  # 1 label

완료

  • Graph

    • fully connected
    • olny label group node connected
  • excel sheet 0,1,2,3,4

    • sheet 0 : qid, q_label, q_examplar 정보 저장
    • sheet 1 : matrix 정보 저장
    • sheet 2 : 연결 Depth가 0(같은 클러스터), 연결 Depth가 1
    • sheet 3 : 연결 Depth가 2
    • sheet 4 : 연결 Depth가 3
  • connection

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages