/
TF_CLASSIFY

문서 최신화를 위해서 변경된 부분 또는 수정할 부분이 발견되면 발견자가 꼭! 수정해주시기 바랍니다. !!!

TF_CLASSIFY

  • message type key: TF_CLASSIFY

  • 트랜드 시간은 키워드 분석 설정 참조 분석 설정

    • keyword.trend.type

  • 정보는 count 값으로 내림차순 정렬되어 있음

  • Response (json object)

Key

Description

Type

Child Type

trend_times

trend 의 기준시간값, 유닉스타임

JsonArray

Long

classifies

분류정보 배열

JsonArray

JsonObject

[

 

 

 

code

분류코드

String

 

name

분류명

String

 

count

전체건수

Integer

 

trend

트랜드 time 별 건수
times 배열정보에 해당하는건수

JsonArray

Integer

]

 

 

 

  • sample response

{ "type":"term_frequency_classify", "message":{ "trend_times":[ 1582678800000, 1582686000000, 1582693200000, 1582700400000, 1582707600000, 1582714800000, 1582722000000, 1582729200000, 1582736400000, 1582743600000, 1582750800000, 1582758000000, 1582765200000, 1582772400000, 1582779600000, 1582786800000, 1582794000000, 1582801200000, 1582808400000, 1582815600000, 1582822800000, 1582830000000, 1582837200000, 1582844400000 ], "classifies":[ { "code":"U678002", "trend":[ 0, 0, 0, 0, 0, 0, 0, 439, 440, 494, 454, 466, 420, 423, 430, 415, 452, 437, 419, 416, 474, 438, 446, 468 ], "name":"제외", "count":10724 }, { "code":"U676002", "trend":[ 0, 0, 0, 0, 0, 0, 0, 426, 434, 486, 459, 454, 417, 428, 424, 415, 445, 433, 407, 418, 463, 441, 444, 459 ], "name":"제외", "count":10604 }, { "code":"U676001", "trend":[ 0, 0, 0, 0, 0, 0, 0, 30, 19, 26, 20, 22, 19, 15, 25, 17, 23, 18, 21, 21, 25, 15, 15, 27 ], "name":"분류", "count":516 }, { "code":"U678001", "trend":[ 0, 0, 0, 0, 0, 0, 0, 17, 13, 18, 25, 10, 16, 20, 19, 17, 16, 14, 9, 23, 14, 18, 13, 18 ], "name":"분류", "count":396 } ] } }
Copyright(c) WIGO Corp. All rights reserved.