Skip to content

Commit

Permalink
remove trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseo authored Oct 20, 2021
1 parent 85f4de4 commit cca5c22
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions WEB(FE)/frontend/public/static/data/SecretData.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,15 @@
"entities": {
"ORG": ["에미트바이오", "EmitBio"],
"PER": ["", "헌터"],
"CVL": [
"업체",
"",
"대표",
],
"DAT": [
"지난",
"1일",
],
"CVL": ["업체", "", "대표"],
"DAT": ["지난", "1일"],
"EVT": ["치료"],
"LOC": ["노스캐롤라이나"]
},
"true_score": 0.39909706115723,
"isAnalyzed": true,
"isLeaked": false,
"isFakeNews": true,
"isFakeNews": true
},
{
"_id": 1631,
Expand All @@ -48,19 +41,15 @@
"entities": {
"ORG": ["", "", "부대", "군부대"],
"PER": ["친구", "가족", "당직자"],
"CVL": [
"",
"당직",
"부장",
],
"CVL": ["", "당직", "부장"],
"DAT": ["우선", "야간"],
"TRM": ["", "안테나"],
"LOC": ["", "군부대"]
},
"true_score": 0.495305597782135,
"isAnalyzed": true,
"isLeaked": true,
"isFakeNews": false,
"isFakeNews": false
},
{
"_id": 1612,
Expand All @@ -74,10 +63,7 @@
"summarized": "천안함 xx들 왜 자꾸 x냐 xx한테 xx들이면 제발 양심적으로 설치고 다니지마라 국군의 x인 x들이 뭐가 잘났다고 x냐",
"positivity": 0.5638898015022278,
"entities": {
"LOC": [
"천안",
"",
],
"LOC": ["천안", ""],
"ORG": ["천안함", "국군", "북괴"],
"DAT": [""],
"PER": ["국군"],
Expand All @@ -86,7 +72,7 @@
"true_score": 0.5152323842048645,
"isAnalyzed": true,
"isLeaked": false,
"isFakeNews": true,
"isFakeNews": true
}
],
"filterTags": {
Expand All @@ -110,20 +96,19 @@
"군부대": 4,
"배": 2,
"북": 1,
"노스캐롤라이나": 1,
"노스캐롤라이나": 1
},
"CVL": {
"군": 4,
"당직": 1,
"부장": 1,
"국군": 1,
"국군": 1
},
"DAT": {
"일": 6,
"지난": 1,
"1일": 1,
"야간": 1,

"야간": 1
},
"TIM": {
"오전": 1,
Expand Down

0 comments on commit cca5c22

Please sign in to comment.