Skip to content

Instantly share code, notes, and snippets.

@emeeks
Created September 28, 2016 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save emeeks/19a1d77fc6ad812faedb648218b7ad60 to your computer and use it in GitHub Desktop.
Save emeeks/19a1d77fc6ad812faedb648218b7ad60 to your computer and use it in GitHub Desktop.
Word Trails

d3-bboxCollide allows for rectangular collision detection. This means we can do word cloud-like visualizations with more rules and constraints. In this case, the word clouds are split into columns based on speaker and laid out down the y-axis based on the segment of the debate for the term density of that word.

The data comes from the first Presidential debate of 2016, processed using Voyant Tools with custom stop words removed and then processed for term density into the 20 bins.

var clinton = {
"duration": 1102,
"documentTerms": {
"total": 1339,
"terms": [
{
"term": "bar",
"rawFreq": 6792,
"relativeFreq": 613051.7,
"zscore": 36.53754,
"zscoreRatio": -932.5882,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
325,
303,
309,
330,
308,
345,
515,
281,
325,
122,
308,
517,
300,
328,
198,
519,
234,
496,
329,
400
]
},
{
"term": "i",
"rawFreq": 138,
"relativeFreq": 12455.998,
"zscore": 0.69871134,
"zscoreRatio": -17.833984,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
8,
8,
6,
17,
17,
9,
1,
10,
4,
3,
8,
11,
4,
7,
7,
0,
6,
2,
4,
6
]
},
{
"term": "we",
"rawFreq": 122,
"relativeFreq": 11011.824,
"zscore": 0.61253434,
"zscoreRatio": -15.634394,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
8,
11,
13,
6,
7,
3,
1,
3,
4,
17,
6,
0,
2,
13,
12,
1,
5,
2,
8,
0
]
},
{
"term": "you",
"rawFreq": 82,
"relativeFreq": 7401.39,
"zscore": 0.39709204,
"zscoreRatio": -10.135421,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
9,
7,
0,
0,
5,
7,
0,
6,
14,
7,
1,
1,
2,
1,
5,
0,
5,
2,
2,
8
]
},
{
"term": "he",
"rawFreq": 56,
"relativeFreq": 5054.608,
"zscore": 0.25705454,
"zscoreRatio": -6.561088,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
6,
1,
0,
0,
0,
0,
13,
4,
1,
0,
0,
11,
0,
3,
0,
4,
0,
8,
5
]
},
{
"term": "do",
"rawFreq": 46,
"relativeFreq": 4151.9995,
"zscore": 0.20319395,
"zscoreRatio": -5.1863446,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
4,
1,
3,
2,
2,
2,
0,
3,
3,
7,
3,
1,
1,
2,
7,
0,
1,
0,
3,
1
]
},
{
"term": "our",
"rawFreq": 42,
"relativeFreq": 3790.9558,
"zscore": 0.18164971,
"zscoreRatio": -4.6364474,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
0,
1,
4,
1,
0,
2,
0,
6,
2,
0,
3,
6,
8,
0,
2,
1,
4,
1
]
},
{
"term": "not",
"rawFreq": 40,
"relativeFreq": 3610.4343,
"zscore": 0.1708776,
"zscoreRatio": -4.361499,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
2,
1,
2,
4,
5,
1,
4,
2,
2,
4,
0,
2,
1,
2,
2,
3,
0,
0,
1
]
},
{
"term": "would",
"rawFreq": 40,
"relativeFreq": 3610.4343,
"zscore": 0.1708776,
"zscoreRatio": -4.361499,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
3,
3,
0,
10,
2,
0,
3,
2,
1,
3,
0,
1,
2,
4,
0,
1,
0,
5,
0
]
},
{
"term": "what",
"rawFreq": 39,
"relativeFreq": 3520.1733,
"zscore": 0.16549155,
"zscoreRatio": -4.224025,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
2,
3,
3,
5,
3,
1,
3,
3,
3,
2,
1,
2,
0,
1,
0,
1,
0,
4,
0
]
},
{
"term": "think",
"rawFreq": 36,
"relativeFreq": 3249.3909,
"zscore": 0.14933337,
"zscoreRatio": -3.8116014,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
2,
3,
1,
2,
2,
1,
4,
2,
0,
4,
5,
1,
3,
2,
0,
1,
0,
1,
1
]
},
{
"term": "well",
"rawFreq": 35,
"relativeFreq": 3159.13,
"zscore": 0.14394732,
"zscoreRatio": -3.674127,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
1,
2,
5,
2,
1,
1,
1,
2,
3,
3,
1,
2,
1,
2,
0,
2,
2,
1,
2
]
},
{
"term": "has",
"rawFreq": 32,
"relativeFreq": 2888.3472,
"zscore": 0.12778914,
"zscoreRatio": -3.261704,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
1,
0,
0,
1,
1,
2,
1,
1,
4,
0,
4,
1,
2,
1,
4,
1,
2,
5
]
},
{
"term": "people",
"rawFreq": 32,
"relativeFreq": 2888.3472,
"zscore": 0.12778914,
"zscoreRatio": -3.261704,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
2,
4,
1,
1,
3,
1,
2,
3,
5,
0,
0,
2,
2,
1,
0,
0,
0,
3,
1
]
},
{
"term": "know",
"rawFreq": 28,
"relativeFreq": 2527.304,
"zscore": 0.106244914,
"zscoreRatio": -2.7118068,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
1,
1,
2,
0,
4,
1,
1,
1,
1,
1,
2,
3,
0,
5,
1,
1,
2
]
},
{
"term": "donald",
"rawFreq": 26,
"relativeFreq": 2346.7822,
"zscore": 0.0954728,
"zscoreRatio": -2.4368582,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
3,
2,
2,
1,
1,
0,
0,
0,
1,
2,
0,
1,
3,
2,
3,
0,
3,
0,
1,
1
]
},
{
"term": "because",
"rawFreq": 25,
"relativeFreq": 2256.5212,
"zscore": 0.090086736,
"zscoreRatio": -2.2993836,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
1,
3,
1,
3,
1,
0,
3,
1,
2,
2,
0,
3,
0,
2,
0,
0,
0,
0,
2
]
},
{
"term": "one",
"rawFreq": 25,
"relativeFreq": 2256.5212,
"zscore": 0.090086736,
"zscoreRatio": -2.2993836,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
1,
2,
0,
0,
0,
0,
3,
2,
3,
0,
3,
3,
2,
0,
2,
1,
0,
3
]
},
{
"term": "your",
"rawFreq": 25,
"relativeFreq": 2256.5212,
"zscore": 0.090086736,
"zscoreRatio": -2.2993836,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
3,
3,
0,
2,
2,
2,
0,
0,
9,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2
]
},
{
"term": "need",
"rawFreq": 24,
"relativeFreq": 2166.2605,
"zscore": 0.08470069,
"zscoreRatio": -2.1619096,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
2,
1,
0,
2,
1,
1,
0,
1,
5,
3,
0,
0,
3,
2,
1,
0,
0,
1,
0
]
},
{
"term": "really",
"rawFreq": 23,
"relativeFreq": 2075.9998,
"zscore": 0.07931463,
"zscoreRatio": -2.0244353,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
2,
0,
2,
0,
2,
0,
1,
1,
4,
2,
0,
1,
2,
3,
0,
0,
1,
0,
1
]
},
{
"term": "us",
"rawFreq": 22,
"relativeFreq": 1985.7388,
"zscore": 0.07392857,
"zscoreRatio": -1.886961,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
5,
1,
1,
1,
1,
1,
0,
0,
1,
1,
3,
0,
1,
0,
0,
1,
1,
0,
3,
1
]
},
{
"term": "when",
"rawFreq": 22,
"relativeFreq": 1985.7388,
"zscore": 0.07392857,
"zscoreRatio": -1.886961,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
2,
1,
2,
0,
3,
2,
1,
1,
0,
1,
1,
3,
0,
3,
2,
0,
0
]
},
{
"term": "more",
"rawFreq": 21,
"relativeFreq": 1895.4779,
"zscore": 0.06854251,
"zscoreRatio": -1.7494866,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
3,
2,
1,
1,
3,
1,
0,
0,
2,
2,
0,
0,
1,
2,
0,
0,
0,
1,
0
]
},
{
"term": "who",
"rawFreq": 21,
"relativeFreq": 1895.4779,
"zscore": 0.06854251,
"zscoreRatio": -1.7494866,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
3,
0,
1,
0,
0,
0,
0,
1,
4,
1,
2,
0,
1,
2,
0,
0,
2,
0,
1,
3
]
},
{
"term": "will",
"rawFreq": 21,
"relativeFreq": 1895.4779,
"zscore": 0.06854251,
"zscoreRatio": -1.7494866,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
3,
3,
2,
2,
0,
2,
0,
0,
0,
1,
1,
0,
1,
1,
0,
0,
0,
1,
2,
2
]
},
{
"term": "there",
"rawFreq": 20,
"relativeFreq": 1805.2172,
"zscore": 0.063156456,
"zscoreRatio": -1.6120123,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
0,
4,
0,
0,
2,
1,
5,
1,
0,
2,
1,
0,
0,
2,
0,
0,
1
]
},
{
"term": "jobs",
"rawFreq": 19,
"relativeFreq": 1714.9563,
"zscore": 0.057770398,
"zscoreRatio": -1.474538,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
4,
3,
3,
6,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "their",
"rawFreq": 19,
"relativeFreq": 1714.9563,
"zscore": 0.057770398,
"zscoreRatio": -1.474538,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
3,
0,
1,
3,
1,
0,
1,
2,
0,
0,
0,
2,
3,
0,
1,
0,
1,
0
]
},
{
"term": "want",
"rawFreq": 19,
"relativeFreq": 1714.9563,
"zscore": 0.057770398,
"zscoreRatio": -1.474538,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
5,
1,
0,
0,
1,
0,
0,
1,
0,
2,
4,
0,
0,
2,
0,
0,
0,
1,
1,
1
]
},
{
"term": "from",
"rawFreq": 18,
"relativeFreq": 1624.6954,
"zscore": 0.05238434,
"zscoreRatio": -1.3370637,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
3,
1,
0,
0,
1,
0,
0,
2,
2,
0,
0,
1,
1,
3,
0,
1,
0,
0,
1
]
},
{
"term": "his",
"rawFreq": 18,
"relativeFreq": 1624.6954,
"zscore": 0.05238434,
"zscoreRatio": -1.3370637,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
4,
1,
0,
0,
0,
0,
3,
0,
1,
0,
0,
5,
0,
0,
0,
2,
0,
2,
0
]
},
{
"term": "if",
"rawFreq": 18,
"relativeFreq": 1624.6954,
"zscore": 0.05238434,
"zscoreRatio": -1.3370637,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
1,
2,
1,
1,
0,
0,
2,
2,
2,
1,
0,
0,
0,
0,
0,
4,
0,
1,
0
]
},
{
"term": "by",
"rawFreq": 17,
"relativeFreq": 1534.4344,
"zscore": 0.04699828,
"zscoreRatio": -1.1995893,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
2,
0,
1,
2,
0,
0,
1,
1,
1,
0,
2,
1,
1,
0,
3,
1,
0,
0
]
},
{
"term": "country",
"rawFreq": 17,
"relativeFreq": 1534.4344,
"zscore": 0.04699828,
"zscoreRatio": -1.1995893,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
2,
1,
0,
2,
0,
0,
1,
0,
3,
1,
0,
1,
2,
0,
0,
0,
0,
1,
1
]
},
{
"term": "said",
"rawFreq": 17,
"relativeFreq": 1534.4344,
"zscore": 0.04699828,
"zscoreRatio": -1.1995893,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
3,
1,
1,
1,
0,
0,
1,
0,
1,
0,
1,
1,
0,
0,
4,
0,
0,
3
]
},
{
"term": "some",
"rawFreq": 17,
"relativeFreq": 1534.4344,
"zscore": 0.04699828,
"zscoreRatio": -1.1995893,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
4,
1,
0,
0,
0,
0,
1,
6,
0,
0,
1,
0,
1,
1,
1,
1,
0,
0
]
},
{
"term": "we’re",
"rawFreq": 17,
"relativeFreq": 1534.4344,
"zscore": 0.04699828,
"zscoreRatio": -1.1995893,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
0,
1,
4,
0,
2,
0,
0,
0,
1,
1,
0,
1,
1,
4,
0,
0,
0,
0,
0
]
},
{
"term": "good",
"rawFreq": 16,
"relativeFreq": 1444.1736,
"zscore": 0.041612223,
"zscoreRatio": -1.062115,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
0,
0,
1,
2,
0,
0,
0,
1,
2,
1,
1,
0,
0,
0,
0,
2,
2,
1,
1
]
},
{
"term": "tax",
"rawFreq": 16,
"relativeFreq": 1444.1736,
"zscore": 0.041612223,
"zscoreRatio": -1.062115,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
2,
2,
0,
1,
3,
1,
6,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "we’ve",
"rawFreq": 16,
"relativeFreq": 1444.1736,
"zscore": 0.041612223,
"zscoreRatio": -1.062115,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
1,
1,
1,
0,
0,
0,
5,
0,
0,
0,
0,
5,
2,
0,
0,
0,
0
]
},
{
"term": "business",
"rawFreq": 15,
"relativeFreq": 1353.9127,
"zscore": 0.03622617,
"zscoreRatio": -0.9246407,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
1,
0,
0,
1,
1,
0,
1,
7,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0
]
},
{
"term": "get",
"rawFreq": 15,
"relativeFreq": 1353.9127,
"zscore": 0.03622617,
"zscoreRatio": -0.9246407,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
1,
3,
1,
2,
0,
2,
0,
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1
]
},
{
"term": "how",
"rawFreq": 15,
"relativeFreq": 1353.9127,
"zscore": 0.03622617,
"zscoreRatio": -0.9246407,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
4,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
2,
2,
0,
0,
0,
1,
0
]
},
{
"term": "out",
"rawFreq": 15,
"relativeFreq": 1353.9127,
"zscore": 0.03622617,
"zscoreRatio": -0.9246407,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
2,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
7,
0,
1,
0,
0,
2
]
},
{
"term": "s",
"rawFreq": 15,
"relativeFreq": 1353.9127,
"zscore": 0.03622617,
"zscoreRatio": -0.9246407,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
2,
1,
4,
0,
3,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
1,
0,
0
]
},
{
"term": "got",
"rawFreq": 14,
"relativeFreq": 1263.652,
"zscore": 0.030840108,
"zscoreRatio": -0.7871663,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
1,
0,
1,
0,
1,
0,
3,
1,
0,
0,
0,
5,
0,
2,
0,
0,
0
]
},
{
"term": "make",
"rawFreq": 14,
"relativeFreq": 1263.652,
"zscore": 0.030840108,
"zscoreRatio": -0.7871663,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
1,
1,
0,
0,
1,
0,
1,
0,
2,
0,
0,
1,
2,
2,
0,
0,
0,
1,
0
]
},
{
"term": "new",
"rawFreq": 14,
"relativeFreq": 1263.652,
"zscore": 0.030840108,
"zscoreRatio": -0.7871663,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
0,
1,
5,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
1,
0
]
},
{
"term": "should",
"rawFreq": 14,
"relativeFreq": 1263.652,
"zscore": 0.030840108,
"zscoreRatio": -0.7871663,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
0,
1,
0,
1,
0,
1,
1,
4,
1,
0,
0,
1,
0,
0,
2,
0,
1,
0
]
},
{
"term": "up",
"rawFreq": 14,
"relativeFreq": 1263.652,
"zscore": 0.030840108,
"zscoreRatio": -0.7871663,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
2,
1,
2,
1,
1,
0,
0,
0,
3,
0,
0,
0,
0,
2,
0,
0,
0,
1,
1
]
},
{
"term": "very",
"rawFreq": 14,
"relativeFreq": 1263.652,
"zscore": 0.030840108,
"zscoreRatio": -0.7871663,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
1,
1,
0,
1,
0,
1,
2,
1,
0,
1,
2,
1,
0,
0,
0,
1,
1
]
},
{
"term": "all",
"rawFreq": 13,
"relativeFreq": 1173.3911,
"zscore": 0.025454052,
"zscoreRatio": -0.649692,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
2,
0,
2,
1,
0,
0,
4,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
1,
0
]
},
{
"term": "american",
"rawFreq": 13,
"relativeFreq": 1173.3911,
"zscore": 0.025454052,
"zscoreRatio": -0.649692,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
1,
0,
0,
0,
2,
0,
2,
0,
0,
1,
0,
3,
0,
1,
0,
2,
0
]
},
{
"term": "but",
"rawFreq": 13,
"relativeFreq": 1173.3911,
"zscore": 0.025454052,
"zscoreRatio": -0.649692,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
1,
0,
0,
0,
0,
0,
3,
2,
0,
4,
1,
2,
0,
0,
0,
0,
0
]
},
{
"term": "economy",
"rawFreq": 13,
"relativeFreq": 1173.3911,
"zscore": 0.025454052,
"zscoreRatio": -0.649692,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
3,
2,
2,
3,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "go",
"rawFreq": 13,
"relativeFreq": 1173.3911,
"zscore": 0.025454052,
"zscoreRatio": -0.649692,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
3,
0,
1,
1,
0,
1,
0,
0,
1,
0,
2,
2,
1,
0,
1,
0,
0,
0
]
},
{
"term": "work",
"rawFreq": 13,
"relativeFreq": 1173.3911,
"zscore": 0.025454052,
"zscoreRatio": -0.649692,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
2,
0,
1,
0,
3,
0,
0,
1,
2,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0
]
},
{
"term": "also",
"rawFreq": 12,
"relativeFreq": 1083.1302,
"zscore": 0.020067994,
"zscoreRatio": -0.5122177,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
3,
1,
0,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
0,
0,
0,
2,
0
]
},
{
"term": "been",
"rawFreq": 12,
"relativeFreq": 1083.1302,
"zscore": 0.020067994,
"zscoreRatio": -0.5122177,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
1,
2,
0,
0,
0,
1,
0,
0,
1,
0,
1,
1,
1,
0,
3,
0,
1,
0
]
},
{
"term": "had",
"rawFreq": 12,
"relativeFreq": 1083.1302,
"zscore": 0.020067994,
"zscoreRatio": -0.5122177,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
1,
1,
0,
0,
0,
2,
0,
1,
0,
0,
0,
0,
1,
0,
4,
0,
1,
0
]
},
{
"term": "back",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
3,
3,
1,
0,
1,
0,
0,
0,
1,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "he’s",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
9,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0
]
},
{
"term": "look",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
2,
4,
2,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0
]
},
{
"term": "million",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
2,
5,
1,
2,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "no",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
0,
2,
1,
0,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
2,
0
]
},
{
"term": "nuclear",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
0,
1,
0
]
},
{
"term": "police",
"rawFreq": 11,
"relativeFreq": 992.8694,
"zscore": 0.014681935,
"zscoreRatio": -0.37474334,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
6,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "actually",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
4,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
3,
0,
0,
0,
0,
0
]
},
{
"term": "debt",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
1,
0,
4,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "don’t",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
0,
0,
2,
0,
3,
0,
1,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1
]
},
{
"term": "down",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
3,
0,
0,
0,
3,
0,
0,
1,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0
]
},
{
"term": "fact",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
1,
0,
2,
1,
0,
0,
0,
2,
0,
0,
0,
0,
2,
0,
1,
0,
0,
0
]
},
{
"term": "important",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
1,
1,
0,
1,
0,
0,
1,
1,
0,
1,
0,
0,
0,
1,
0,
1,
0,
1,
0
]
},
{
"term": "into",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
1,
0,
1,
1,
0,
0,
0,
0,
1,
0,
1,
4,
0,
0,
0,
0,
0,
0
]
},
{
"term": "i’ve",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
1,
3,
0,
0,
0,
0,
1,
2,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0
]
},
{
"term": "kind",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
2,
2,
0,
0,
1,
0,
0,
0,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1
]
},
{
"term": "many",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
5,
2,
0,
0,
0,
1,
0,
0,
0,
1,
0
]
},
{
"term": "see",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
1,
1,
0,
0,
2,
1,
0,
3,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "that’s",
"rawFreq": 10,
"relativeFreq": 902.6086,
"zscore": 0.009295878,
"zscoreRatio": -0.23726901,
"tfidf": 0.0,
"totalTermsCount": 11079,
"docIndex": 0,
"docId": "ef662ac953baea9ffdb8bc49e87c4e99",
"distributions": [
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
4,
0,
1,
0
]
}
]
}
}
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('d3-quadtree')) :
typeof define === 'function' && define.amd ? define(['exports', 'd3-quadtree'], factory) :
(factory((global.d3 = global.d3 || {}),global.d3));
}(this, function (exports,d3Quadtree) { 'use strict';
function bboxCollide (bbox) {
function x (d) {
return d.x + d.vx;
}
function y (d) {
return d.y + d.vy;
}
function constant (x) {
return function () {
return x;
};
}
var nodes,
boundingBoxes,
strength = 1,
iterations = 1;
if (typeof bbox !== "function") {
bbox = constant(bbox === null ? [[0,0][1,1]] : bbox)
}
function force () {
var i,
tree,
node,
xi,
yi,
bbi,
nx1,
ny1,
nx2,
ny2
var cornerNodes = []
nodes.forEach(function (d, i) {
cornerNodes.push({node: d, vx: d.vx, vy: d.vy, x: d.x + (boundingBoxes[i][1][0] + boundingBoxes[i][0][0]) / 2, y: d.y + (boundingBoxes[i][0][1] + boundingBoxes[i][1][1]) / 2})
cornerNodes.push({node: d, vx: d.vx, vy: d.vy, x: d.x + boundingBoxes[i][0][0], y: d.y + boundingBoxes[i][0][1]})
cornerNodes.push({node: d, vx: d.vx, vy: d.vy, x: d.x + boundingBoxes[i][0][0], y: d.y + boundingBoxes[i][1][1]})
cornerNodes.push({node: d, vx: d.vx, vy: d.vy, x: d.x + boundingBoxes[i][1][0], y: d.y + boundingBoxes[i][0][1]})
cornerNodes.push({node: d, vx: d.vx, vy: d.vy, x: d.x + boundingBoxes[i][1][0], y: d.y + boundingBoxes[i][1][1]})
})
var cn = cornerNodes.length
for (var k = 0; k < iterations; ++k) {
tree = d3Quadtree.quadtree(cornerNodes, x, y).visitAfter(prepareCorners);
for (i = 0; i < cn; ++i) {
var nodeI = ~~(i / 5);
node = nodes[nodeI]
bbi = boundingBoxes[nodeI]
xi = node.x + node.vx
yi = node.y + node.vy
nx1 = xi + bbi[0][0]
ny1 = yi + bbi[0][1]
nx2 = xi + bbi[1][0]
ny2 = yi + bbi[1][1]
tree.visit(apply);
}
}
function apply (quad, x0, y0, x1, y1) {
var data = quad.data
if (data) {
var bWidth = bbLength(bbi, 0),
bHeight = bbLength(bbi, 1);
if (data.node.index !== nodeI) {
var dataNode = data.node
var bbj = boundingBoxes[dataNode.index],
dnx1 = dataNode.x + dataNode.vx + bbj[0][0],
dny1 = dataNode.y + dataNode.vy + bbj[0][1],
dnx2 = dataNode.x + dataNode.vx + bbj[1][0],
dny2 = dataNode.y + dataNode.vy + bbj[1][1],
dWidth = bbLength(bbj, 0),
dHeight = bbLength(bbj, 1)
if (nx1 <= dnx2 && dnx1 <= nx2 && ny1 <= dny2 && dny1 <= ny2) {
var xSize = [Math.min.apply(null, [dnx1, dnx2, nx1, nx2]), Math.max.apply(null, [dnx1, dnx2, nx1, nx2])]
var ySize = [Math.min.apply(null, [dny1, dny2, ny1, ny2]), Math.max.apply(null, [dny1, dny2, ny1, ny2])]
var xOverlap = bWidth + dWidth - (xSize[1] - xSize[0])
var yOverlap = bHeight + dHeight - (ySize[1] - ySize[0])
var xBPush = xOverlap * strength * (yOverlap / bHeight)
var yBPush = yOverlap * strength * (xOverlap / bWidth)
var xDPush = xOverlap * strength * (yOverlap / dHeight)
var yDPush = yOverlap * strength * (xOverlap / dWidth)
if ((nx1 + nx2) / 2 < (dnx1 + dnx2) / 2) {
node.vx -= xBPush
dataNode.vx += xDPush
}
else {
node.vx += xBPush
dataNode.vx -= xDPush
}
if ((ny1 + ny2) / 2 < (dny1 + dny2) / 2) {
node.vy -= yBPush
dataNode.vy += yDPush
}
else {
node.vy += yBPush
dataNode.vy -= yDPush
}
}
}
return;
}
return x0 > nx2 || x1 < nx1 || y0 > ny2 || y1 < ny1;
}
}
function prepareCorners (quad) {
if (quad.data) {
return quad.bb = boundingBoxes[quad.data.node.index]
}
quad.bb = [[0,0],[0,0]]
for (var i = 0; i < 4; ++i) {
if (quad[i] && quad[i].bb[0][0] < quad.bb[0][0]) {
quad.bb[0][0] = quad[i].bb[0][0]
}
if (quad[i] && quad[i].bb[0][1] < quad.bb[0][1]) {
quad.bb[0][1] = quad[i].bb[0][1]
}
if (quad[i] && quad[i].bb[1][0] > quad.bb[1][0]) {
quad.bb[1][0] = quad[i].bb[1][0]
}
if (quad[i] && quad[i].bb[1][1] > quad.bb[1][1]) {
quad.bb[1][1] = quad[i].bb[1][1]
}
}
}
function bbLength (bbox, heightWidth) {
return bbox[1][heightWidth] - bbox[0][heightWidth]
}
force.initialize = function (_) {
var i, n = (nodes = _).length; boundingBoxes = new Array(n);
for (i = 0; i < n; ++i) boundingBoxes[i] = bbox(nodes[i], i, nodes);
};
force.iterations = function (_) {
return arguments.length ? (iterations = +_, force) : iterations;
};
force.strength = function (_) {
return arguments.length ? (strength = +_, force) : strength;
};
force.bbox = function (_) {
return arguments.length ? (bbox = typeof _ === "function" ? _ : constant(+_), force) : bbox;
};
return force;
}
exports.bboxCollide = bboxCollide;
Object.defineProperty(exports, '__esModule', { value: true });
}));
var holt = {
"duration": 1187,
"documentTerms": {
"total": 527,
"terms": [
{
"term": "bar",
"rawFreq": 9986,
"relativeFreq": 882857.4,
"zscore": 22.911911,
"zscoreRatio": -486.95392,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
279,
560,
531,
556,
514,
487,
469,
550,
553,
488,
515,
452,
516,
545,
504,
520,
537,
509,
471,
430
]
},
{
"term": "you",
"rawFreq": 59,
"relativeFreq": 5216.161,
"zscore": 0.08631053,
"zscoreRatio": -1.8343843,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
9,
1,
2,
0,
3,
6,
2,
1,
1,
3,
4,
8,
2,
1,
3,
2,
1,
3,
2,
5
]
},
{
"term": "trump",
"rawFreq": 28,
"relativeFreq": 2475.4663,
"zscore": 0.015030826,
"zscoreRatio": -0.3194548,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
1,
1,
3,
2,
1,
1,
0,
2,
3,
1,
1,
1,
2,
0,
1,
2,
3
]
},
{
"term": "mr",
"rawFreq": 25,
"relativeFreq": 2210.2378,
"zscore": 0.00813279,
"zscoreRatio": -0.1728487,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
1,
1,
3,
2,
1,
1,
0,
2,
3,
1,
1,
1,
2,
0,
1,
2,
2
]
},
{
"term": "clinton",
"rawFreq": 24,
"relativeFreq": 2121.8284,
"zscore": 0.005833445,
"zscoreRatio": -0.12398001,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
4,
1,
1,
0,
0,
2,
1,
0,
0,
3,
1,
1,
1,
1,
1,
0,
2,
2,
1,
2
]
},
{
"term": "secretary",
"rawFreq": 22,
"relativeFreq": 1945.0094,
"zscore": 0.0012347543,
"zscoreRatio": -0.026242616,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
1,
1,
0,
0,
4,
1,
0,
0,
3,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1
]
},
{
"term": "we",
"rawFreq": 22,
"relativeFreq": 1945.0094,
"zscore": 0.0012347543,
"zscoreRatio": -0.026242616,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
4,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
2,
1,
2,
0,
0,
2,
2,
7
]
},
{
"term": "your",
"rawFreq": 21,
"relativeFreq": 1856.5999,
"zscore": -0.001064591,
"zscoreRatio": 0.022626081,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
5,
0,
0,
0,
0,
0,
4,
1,
0,
0,
0,
1,
0,
1,
0,
5,
2,
1,
1,
0
]
},
{
"term": "i",
"rawFreq": 18,
"relativeFreq": 1591.3712,
"zscore": -0.007962627,
"zscoreRatio": 0.16923217,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
6,
0,
0,
1,
0,
1,
0,
0,
0,
1,
1,
6,
0,
0,
0,
0,
0,
0,
1,
1
]
},
{
"term": "question",
"rawFreq": 18,
"relativeFreq": 1591.3712,
"zscore": -0.007962627,
"zscoreRatio": 0.16923217,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
1,
0,
0,
1,
1,
0,
0,
0,
0,
2,
1,
1,
0,
1,
1,
1,
0,
6
]
},
{
"term": "we’re",
"rawFreq": 15,
"relativeFreq": 1326.1427,
"zscore": -0.014860663,
"zscoreRatio": 0.31583825,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
6,
1,
2,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1
]
},
{
"term": "segment",
"rawFreq": 14,
"relativeFreq": 1237.7332,
"zscore": -0.017160008,
"zscoreRatio": 0.36470693,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
4,
0,
0,
0,
1,
2,
0,
1,
2,
0,
0,
0,
0,
1,
0,
0
]
},
{
"term": "will",
"rawFreq": 13,
"relativeFreq": 1149.3236,
"zscore": -0.019459354,
"zscoreRatio": 0.41357565,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
4,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
6
]
},
{
"term": "let",
"rawFreq": 12,
"relativeFreq": 1060.9142,
"zscore": -0.021758698,
"zscoreRatio": 0.46244434,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
3,
0,
1,
0,
2,
0,
2,
0,
0,
3,
0,
0,
0,
0,
0,
0,
1,
0
]
},
{
"term": "twominutes",
"rawFreq": 12,
"relativeFreq": 1060.9142,
"zscore": -0.021758698,
"zscoreRatio": 0.46244434,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
0,
3,
0,
0,
0,
1,
0,
0,
0,
2,
0,
0,
0,
3,
1,
0
]
},
{
"term": "do",
"rawFreq": 11,
"relativeFreq": 972.5047,
"zscore": -0.024058044,
"zscoreRatio": 0.511313,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
2,
0,
0,
0,
0,
1,
0,
1,
2,
1,
1,
1,
0,
0,
0,
1,
0,
1
]
},
{
"term": "next",
"rawFreq": 11,
"relativeFreq": 972.5047,
"zscore": -0.024058044,
"zscoreRatio": 0.511313,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
3,
1,
0,
0,
1,
2,
0,
0,
2,
0,
0,
0,
0,
1,
0,
1
]
},
{
"term": "respond",
"rawFreq": 10,
"relativeFreq": 884.09515,
"zscore": -0.02635739,
"zscoreRatio": 0.56018174,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
1,
2,
1,
0,
0,
1,
0,
0,
1,
0
]
},
{
"term": "americans",
"rawFreq": 9,
"relativeFreq": 795.6856,
"zscore": -0.028656734,
"zscoreRatio": 0.60905045,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
2,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "applause",
"rawFreq": 9,
"relativeFreq": 795.6856,
"zscore": -0.028656734,
"zscoreRatio": 0.60905045,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
2,
4
]
},
{
"term": "crosstalk",
"rawFreq": 9,
"relativeFreq": 795.6856,
"zscore": -0.028656734,
"zscoreRatio": 0.60905045,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
2,
2,
1,
0,
0,
0,
0,
0,
3,
0,
1,
0,
0,
0,
0,
0,
0
]
},
{
"term": "move",
"rawFreq": 9,
"relativeFreq": 795.6856,
"zscore": -0.028656734,
"zscoreRatio": 0.60905045,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
3,
0,
0,
0,
1,
2,
0,
0,
1,
0,
0,
0,
0,
1,
0,
1
]
},
{
"term": "right",
"rawFreq": 9,
"relativeFreq": 795.6856,
"zscore": -0.028656734,
"zscoreRatio": 0.60905045,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
2,
1,
2,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1
]
},
{
"term": "why",
"rawFreq": 9,
"relativeFreq": 795.6856,
"zscore": -0.028656734,
"zscoreRatio": 0.60905045,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6,
2,
0,
0,
0
]
},
{
"term": "by",
"rawFreq": 8,
"relativeFreq": 707.2761,
"zscore": -0.03095608,
"zscoreRatio": 0.6579191,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
0,
0,
0,
0,
0,
3,
0,
0,
0,
0,
1,
0,
0,
0,
2,
0
]
},
{
"term": "i’d",
"rawFreq": 8,
"relativeFreq": 707.2761,
"zscore": -0.03095608,
"zscoreRatio": 0.6579191,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
1,
0,
2,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
1,
0,
1,
0
]
},
{
"term": "our",
"rawFreq": 8,
"relativeFreq": 707.2761,
"zscore": -0.03095608,
"zscoreRatio": 0.6579191,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
3,
0,
0,
0,
0,
2,
0,
1
]
},
{
"term": "there",
"rawFreq": 8,
"relativeFreq": 707.2761,
"zscore": -0.03095608,
"zscoreRatio": 0.6579191,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
1,
0,
2,
0,
0,
0,
0,
1,
0,
0,
2,
0,
0,
0,
0,
0
]
},
{
"term": "well",
"rawFreq": 8,
"relativeFreq": 707.2761,
"zscore": -0.03095608,
"zscoreRatio": 0.6579191,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
1,
0,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1
]
},
{
"term": "what",
"rawFreq": 8,
"relativeFreq": 707.2761,
"zscore": -0.03095608,
"zscoreRatio": 0.6579191,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4,
0,
0,
0,
1,
1,
0,
1,
0
]
},
{
"term": "american",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0
]
},
{
"term": "here",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
1,
0,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
0
]
},
{
"term": "judgment",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4,
3,
0,
0,
0
]
},
{
"term": "my",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
2,
1,
0,
2
]
},
{
"term": "president",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1,
1,
0
]
},
{
"term": "presidential",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2
]
},
{
"term": "us",
"rawFreq": 7,
"relativeFreq": 618.8666,
"zscore": -0.033255424,
"zscoreRatio": 0.7067878,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2
]
},
{
"term": "been",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0
]
},
{
"term": "final",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
5
]
},
{
"term": "how",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0
]
},
{
"term": "into",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
2,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "me",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
2,
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0
]
},
{
"term": "new",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
1,
0
]
},
{
"term": "please",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
3,
0,
0,
0,
0,
1,
0,
0,
0,
1
]
},
{
"term": "very",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
3
]
},
{
"term": "want",
"rawFreq": 6,
"relativeFreq": 530.4571,
"zscore": -0.03555477,
"zscoreRatio": 0.75565654,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
1,
0,
1,
0,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "ask",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
1
]
},
{
"term": "candidates",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "debate",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
]
},
{
"term": "e",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
3,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "he",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0
]
},
{
"term": "i’m",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "last",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
1,
0,
0,
2,
0,
0
]
},
{
"term": "laughter",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
2,
1,
0,
0
]
},
{
"term": "not",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
2
]
},
{
"term": "quickly",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
3
]
},
{
"term": "same",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1
]
},
{
"term": "tonight",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
]
},
{
"term": "university",
"rawFreq": 5,
"relativeFreq": 442.04758,
"zscore": -0.037854116,
"zscoreRatio": 0.80452526,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4
]
},
{
"term": "a",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1
]
},
{
"term": "achieving",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "all",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1
]
},
{
"term": "america",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0
]
},
{
"term": "answer",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "any",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0
]
},
{
"term": "back",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "first",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
0
]
},
{
"term": "get",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "is",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
1,
0,
0,
1,
0
]
},
{
"term": "it",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0
]
},
{
"term": "jobs",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "let’s",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0
]
},
{
"term": "money",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "more",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
3,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "one",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
]
},
{
"term": "prosperity",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
2,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "race",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
3,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "s",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0
]
},
{
"term": "talking",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
0,
1,
0,
0,
2,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "tax",
"rawFreq": 4,
"relativeFreq": 353.63806,
"zscore": -0.040153462,
"zscoreRatio": 0.853394,
"tfidf": 0.0,
"totalTermsCount": 11311,
"docIndex": 0,
"docId": "fda23e26e0c65646192cc190e3d3c10e",
"distributions": [
0,
0,
0,
0,
0,
3,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
}
]
}
}
<html>
<head>
<title>Word Trails</title>
<meta charset="utf-8" />
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="collide.js"></script>
<script src="clinton.js"></script>
<script src="trump.js"></script>
<script src="holt.js"></script>
<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono" rel="stylesheet">
</head>
<style>
body {
font-family: 'Oxygen Mono', monospace;
}
svg {
height: 1000px;
width: 1000px;
border: 1px solid lightgray;
}
</style>
<body>
<div id="viz">
<svg class="main">
</svg>
</div>
</body>
<footer>
<script>
function rectWidth(word, value) {
return word.length * value
}
valueScale = d3.scaleLinear().domain([1,40]).range([2,80])
var data = [{segment: -1.5, word: "Trump", value: 40, speaker: "trump"},
{segment: -1.5, word: "Holt", value: 40, speaker: "holt"},
{segment: -1.5, word: "Clinton", value: 40, speaker: "clinton"}]
holt.documentTerms.terms.forEach(function (d) {
d.distributions.forEach(function (dist, i) {
if (dist !== 0 && d.term !== "bar" && dist > 3) {
data.push({ segment: i, word: d.term, value: valueScale(dist), speaker: "holt" })
}
})
})
trump.documentTerms.terms.forEach(function (d) {
d.distributions.forEach(function (dist, i) {
if (dist !== 0 && d.term !== "bar" && dist > 3) {
data.push({ segment: i, word: d.term, value: valueScale(dist), speaker: "trump" })
}
})
})
clinton.documentTerms.terms.forEach(function (d) {
d.distributions.forEach(function (dist, i) {
if (dist !== 0 && d.term !== "bar" && dist > 3) {
data.push({ segment: i, word: d.term, value: valueScale(dist), speaker: "clinton" })
}
})
})
var speakerHash = {
holt: "#222127",
trump: "#d4324a",
clinton: "#6475bb"
}
var speakerColumn = {
holt: 1,
trump: 2,
clinton: 0
}
var widthMod = 1
var heightMod = 0.5
var networkCenter = d3.forceCenter().x(400).y(480);
var forceX = d3
// .forceX(function (d) {return 250})
.forceX(function (d) {return speakerColumn[d.speaker] * 200 + 50})
.strength(1)
var forceY = d3.forceY(function (d) {return d.segment * 40})
.strength(1)
var collide = d3.bboxCollide(function (d,i) {
var width = rectWidth(d.word, d.value)
return [[-width / 2, -d.value * heightMod],[width / 2, d.value * heightMod]]
})
.strength(1)
.iterations(2)
var color = d3.scaleOrdinal(d3.schemeCategory20b)
var force = d3.forceSimulation(data)
.velocityDecay(0.6)
.force("center", networkCenter)
.force("x", forceX)
.force("y", forceY)
.force("collide", collide)
.on("tick", updateNetwork);
var nodeEnter = d3.select("svg.main")
.append("g")
.selectAll("g.node")
.data(data)
.enter()
.append("g")
.attr("class", "node")
nodeEnter.append("text")
.style("font-size", function (d) {return d.value})
.style("text-anchor", "middle")
.attr("y", function (d) {return d.value / 4})
.style("fill", function (d, i) {return speakerHash[d.speaker]})
.style("font-weight", 600)
.text(function (d) {return d.word})
function updateNetwork() {
d3.select("svg.main").selectAll("g.node")
.attr("transform", function (d) {return "translate(" + d.x + "," + d.y + ")"})
}
</script>
</footer>
</html>
var trump = {
"duration": 1512,
"documentTerms": {
"total": 1177,
"terms": [
{
"term": "bar",
"rawFreq": 5855,
"relativeFreq": 521371.3,
"zscore": 34.203907,
"zscoreRatio": -684.3833,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
534,
268,
293,
241,
332,
292,
107,
315,
257,
510,
317,
165,
309,
261,
428,
105,
339,
129,
293,
360
]
},
{
"term": "i",
"rawFreq": 233,
"relativeFreq": 20747.996,
"zscore": 1.3075387,
"zscoreRatio": -26.162441,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
5,
7,
8,
10,
1,
19,
11,
8,
0,
13,
30,
19,
14,
3,
30,
14,
18,
8,
15
]
},
{
"term": "you",
"rawFreq": 188,
"relativeFreq": 16740.873,
"zscore": 1.0442274,
"zscoreRatio": -20.893864,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
2,
3,
10,
24,
16,
4,
9,
20,
2,
0,
9,
16,
12,
2,
2,
15,
9,
8,
16,
9
]
},
{
"term": "we",
"rawFreq": 107,
"relativeFreq": 9528.05,
"zscore": 0.57026684,
"zscoreRatio": -11.410425,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
14,
7,
4,
0,
4,
9,
1,
11,
4,
3,
0,
2,
13,
3,
8,
1,
15,
7,
1
]
},
{
"term": "very",
"rawFreq": 64,
"relativeFreq": 5699.0205,
"zscore": 0.3186582,
"zscoreRatio": -6.376007,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
6,
3,
0,
1,
1,
2,
4,
0,
1,
6,
12,
6,
6,
1,
8,
1,
3,
1,
2
]
},
{
"term": "because",
"rawFreq": 55,
"relativeFreq": 4897.5957,
"zscore": 0.26599595,
"zscoreRatio": -5.3222923,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
5,
1,
1,
10,
3,
1,
4,
1,
0,
7,
1,
2,
3,
6,
3,
3,
2,
0
]
},
{
"term": "do",
"rawFreq": 53,
"relativeFreq": 4719.5015,
"zscore": 0.2542932,
"zscoreRatio": -5.088133,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
3,
7,
5,
0,
3,
4,
1,
5,
2,
1,
0,
3,
2,
0,
4,
0,
8,
2,
3
]
},
{
"term": "our",
"rawFreq": 53,
"relativeFreq": 4719.5015,
"zscore": 0.2542932,
"zscoreRatio": -5.088133,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
4,
10,
6,
5,
0,
6,
5,
5,
4,
2,
0,
1,
0,
3,
0,
0,
0,
0,
2,
0
]
},
{
"term": "not",
"rawFreq": 51,
"relativeFreq": 4541.4067,
"zscore": 0.24259049,
"zscoreRatio": -4.8539743,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
5,
2,
1,
5,
4,
6,
0,
0,
0,
1,
1,
2,
1,
5,
3,
9,
2,
3
]
},
{
"term": "country",
"rawFreq": 45,
"relativeFreq": 4007.1238,
"zscore": 0.20748231,
"zscoreRatio": -4.1514974,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
2,
2,
3,
4,
0,
6,
6,
4,
5,
1,
0,
1,
2,
3,
0,
1,
0,
3,
1,
1
]
},
{
"term": "all",
"rawFreq": 41,
"relativeFreq": 3650.9348,
"zscore": 0.18407685,
"zscoreRatio": -3.6831791,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
5,
2,
3,
4,
0,
2,
0,
4,
0,
2,
2,
1,
0,
1,
1,
0,
7,
6,
1
]
},
{
"term": "what",
"rawFreq": 41,
"relativeFreq": 3650.9348,
"zscore": 0.18407685,
"zscoreRatio": -3.6831791,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
3,
2,
3,
2,
2,
1,
1,
6,
2,
0,
3,
1,
5,
1,
3,
2,
2,
1,
0
]
},
{
"term": "look",
"rawFreq": 39,
"relativeFreq": 3472.8406,
"zscore": 0.17237411,
"zscoreRatio": -3.4490201,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
3,
1,
4,
3,
1,
2,
1,
2,
0,
1,
7,
2,
4,
0,
3,
0,
2,
1,
1
]
},
{
"term": "me",
"rawFreq": 39,
"relativeFreq": 3472.8406,
"zscore": 0.17237411,
"zscoreRatio": -3.4490201,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
2,
2,
0,
0,
4,
2,
2,
0,
1,
4,
1,
1,
0,
7,
3,
1,
4,
4
]
},
{
"term": "think",
"rawFreq": 39,
"relativeFreq": 3472.8406,
"zscore": 0.17237411,
"zscoreRatio": -3.4490201,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
1,
3,
3,
1,
0,
1,
2,
0,
7,
4,
1,
2,
1,
6,
2,
3,
0,
1
]
},
{
"term": "when",
"rawFreq": 38,
"relativeFreq": 3383.7935,
"zscore": 0.16652276,
"zscoreRatio": -3.331941,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
4,
0,
2,
2,
4,
3,
2,
0,
4,
2,
2,
2,
0,
7,
0,
2,
0,
0
]
},
{
"term": "said",
"rawFreq": 37,
"relativeFreq": 3294.746,
"zscore": 0.1606714,
"zscoreRatio": -3.2148614,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
0,
1,
2,
0,
1,
2,
0,
0,
0,
1,
1,
1,
1,
12,
5,
2,
1,
5
]
},
{
"term": "been",
"rawFreq": 35,
"relativeFreq": 3116.6519,
"zscore": 0.14896867,
"zscoreRatio": -2.9807024,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
4,
2,
1,
2,
4,
0,
2,
0,
1,
5,
1,
0,
6,
1,
2,
2,
1,
1
]
},
{
"term": "she",
"rawFreq": 33,
"relativeFreq": 2938.5574,
"zscore": 0.13726594,
"zscoreRatio": -2.7465434,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
2,
1,
1,
0,
4,
0,
1,
0,
0,
4,
0,
0,
1,
1,
5,
1,
9,
3
]
},
{
"term": "will",
"rawFreq": 33,
"relativeFreq": 2938.5574,
"zscore": 0.13726594,
"zscoreRatio": -2.7465434,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
4,
0,
6,
1,
0,
9,
0,
0,
0,
0,
3,
0,
2,
1,
0,
0,
1,
3,
3
]
},
{
"term": "don’t",
"rawFreq": 32,
"relativeFreq": 2849.5103,
"zscore": 0.13141458,
"zscoreRatio": -2.6294641,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
2,
0,
1,
0,
6,
1,
3,
0,
3,
0,
2,
4,
0,
2,
1,
2,
2,
2
]
},
{
"term": "say",
"rawFreq": 32,
"relativeFreq": 2849.5103,
"zscore": 0.13141458,
"zscoreRatio": -2.6294641,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
4,
0,
0,
0,
2,
2,
1,
0,
3,
5,
1,
2,
1,
0,
1,
4,
3,
2
]
},
{
"term": "i’m",
"rawFreq": 29,
"relativeFreq": 2582.3687,
"zscore": 0.11386048,
"zscoreRatio": -2.2782254,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
1,
4,
2,
2,
1,
3,
0,
2,
2,
3,
1,
0,
5,
0,
0,
0,
2
]
},
{
"term": "know",
"rawFreq": 28,
"relativeFreq": 2493.3215,
"zscore": 0.108009115,
"zscoreRatio": -2.161146,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
1,
1,
0,
4,
2,
1,
0,
3,
2,
1,
2,
0,
1,
5,
1,
1,
2
]
},
{
"term": "no",
"rawFreq": 28,
"relativeFreq": 2493.3215,
"zscore": 0.108009115,
"zscoreRatio": -2.161146,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
0,
3,
5,
3,
0,
1,
0,
5,
0,
3,
0,
0,
1,
5,
0,
1,
0
]
},
{
"term": "doing",
"rawFreq": 27,
"relativeFreq": 2404.2742,
"zscore": 0.10215775,
"zscoreRatio": -2.0440664,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
5,
4,
3,
0,
1,
4,
0,
2,
0,
0,
0,
0,
3,
1,
1,
0,
2,
0,
0
]
},
{
"term": "s",
"rawFreq": 27,
"relativeFreq": 2404.2742,
"zscore": 0.10215775,
"zscoreRatio": -2.0440664,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
2,
2,
0,
0,
6,
1,
2,
0,
1,
3,
1,
1,
0,
2,
2,
1,
1,
0
]
},
{
"term": "get",
"rawFreq": 26,
"relativeFreq": 2315.2273,
"zscore": 0.09630639,
"zscoreRatio": -1.926987,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
0,
0,
4,
3,
0,
4,
0,
1,
7,
0,
1,
0,
3,
1,
1,
1,
0
]
},
{
"term": "out",
"rawFreq": 26,
"relativeFreq": 2315.2273,
"zscore": 0.09630639,
"zscoreRatio": -1.926987,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
1,
3,
1,
1,
0,
0,
0,
0,
2,
2,
0,
7,
5,
1,
3,
0,
0
]
},
{
"term": "people",
"rawFreq": 25,
"relativeFreq": 2226.18,
"zscore": 0.090455025,
"zscoreRatio": -1.8099076,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
0,
1,
1,
1,
4,
0,
4,
2,
5,
1,
0,
2,
0,
2,
0,
0,
0,
0
]
},
{
"term": "secretary",
"rawFreq": 25,
"relativeFreq": 2226.18,
"zscore": 0.090455025,
"zscoreRatio": -1.8099076,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
3,
1,
2,
2,
2,
0,
2,
0,
0,
2,
0,
3,
2,
3,
1,
2,
0,
0
]
},
{
"term": "should",
"rawFreq": 25,
"relativeFreq": 2226.18,
"zscore": 0.090455025,
"zscoreRatio": -1.8099076,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
2,
0,
1,
2,
1,
1,
2,
1,
0,
1,
0,
2,
1,
5,
1,
5,
0,
0
]
},
{
"term": "by",
"rawFreq": 24,
"relativeFreq": 2137.1326,
"zscore": 0.08460366,
"zscoreRatio": -1.692828,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
0,
1,
0,
4,
1,
0,
1,
2,
2,
0,
4,
0,
3,
1,
3,
1,
0
]
},
{
"term": "many",
"rawFreq": 24,
"relativeFreq": 2137.1326,
"zscore": 0.08460366,
"zscoreRatio": -1.692828,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
6,
3,
1,
0,
0,
0,
0,
1,
0,
0,
0,
4,
3,
0,
2,
0,
0,
2,
1
]
},
{
"term": "one",
"rawFreq": 24,
"relativeFreq": 2137.1326,
"zscore": 0.08460366,
"zscoreRatio": -1.692828,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
2,
2,
0,
0,
1,
1,
0,
1,
1,
2,
1,
2,
1,
1,
7,
1,
0
]
},
{
"term": "we’re",
"rawFreq": 24,
"relativeFreq": 2137.1326,
"zscore": 0.08460366,
"zscoreRatio": -1.692828,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
3,
1,
1,
0,
0,
2,
0,
5,
0,
0,
0,
0,
3,
0,
1,
0,
6,
2,
0
]
},
{
"term": "years",
"rawFreq": 23,
"relativeFreq": 2048.0854,
"zscore": 0.078752294,
"zscoreRatio": -1.5757486,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
4,
8,
0,
0,
2,
0,
0,
0,
0,
2,
0,
2,
0,
1,
0,
2,
1,
1
]
},
{
"term": "if",
"rawFreq": 22,
"relativeFreq": 1959.0382,
"zscore": 0.072900936,
"zscoreRatio": -1.4586692,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
1,
0,
1,
5,
1,
2,
0,
2,
2,
0,
0,
1,
0,
3,
1,
1,
1
]
},
{
"term": "want",
"rawFreq": 22,
"relativeFreq": 1959.0382,
"zscore": 0.072900936,
"zscoreRatio": -1.4586692,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
3,
3,
1,
2,
0,
0,
1,
0,
3,
4,
0,
1,
0,
0,
0,
1,
1,
2
]
},
{
"term": "but",
"rawFreq": 21,
"relativeFreq": 1869.9911,
"zscore": 0.06704957,
"zscoreRatio": -1.3415896,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
1,
0,
0,
1,
2,
1,
3,
0,
2,
1,
2,
2,
0,
2,
0,
0,
1,
2
]
},
{
"term": "their",
"rawFreq": 21,
"relativeFreq": 1869.9911,
"zscore": 0.06704957,
"zscoreRatio": -1.3415896,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
2,
0,
2,
0,
5,
3,
0,
0,
0,
0,
2,
0,
2,
1,
1,
0,
2,
0,
0
]
},
{
"term": "your",
"rawFreq": 21,
"relativeFreq": 1869.9911,
"zscore": 0.06704957,
"zscoreRatio": -1.3415896,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
3,
1,
1,
1,
2,
1,
1,
0,
0,
1,
3,
1,
0,
1,
1,
4,
0,
0
]
},
{
"term": "can’t",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
3,
0,
6,
0,
0,
0,
0,
1,
2,
0,
0,
0,
1,
0,
2,
0,
4
]
},
{
"term": "clinton",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
3,
1,
0,
2,
2,
0,
2,
0,
0,
2,
0,
3,
2,
1,
1,
1,
0,
0
]
},
{
"term": "companies",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
6,
3,
3,
2,
4,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "her",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
0,
5,
0,
3,
0,
0,
0,
0,
2,
0,
1,
1,
2,
0,
1,
1,
4
]
},
{
"term": "like",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
0,
2,
1,
1,
1,
2,
0,
3,
3,
0,
0,
1,
1,
0,
3,
1,
0
]
},
{
"term": "much",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
0,
3,
1,
3,
0,
2,
0,
0,
0,
2,
0,
1,
0,
0,
4,
2,
0,
0
]
},
{
"term": "my",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
0,
1,
1,
1,
4,
2,
4,
0,
1,
0,
1,
0,
0,
1,
2,
0,
0,
0
]
},
{
"term": "now",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
2,
4,
0,
0,
2,
0,
2,
0,
0,
2,
2,
1,
1,
3,
0,
0,
1,
0
]
},
{
"term": "well",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
1,
2,
1,
1,
1,
0,
1,
0,
1,
3,
0,
0,
2,
3,
1,
2,
0,
0
]
},
{
"term": "would",
"rawFreq": 20,
"relativeFreq": 1780.944,
"zscore": 0.061198205,
"zscoreRatio": -1.2245101,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
1,
1,
1,
3,
3,
1,
0,
0,
0,
1,
1,
1,
1,
2,
3,
0,
1
]
},
{
"term": "other",
"rawFreq": 19,
"relativeFreq": 1691.8967,
"zscore": 0.055346843,
"zscoreRatio": -1.1074307,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
2,
2,
0,
0,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
3,
1,
5,
0,
0
]
},
{
"term": "things",
"rawFreq": 19,
"relativeFreq": 1691.8967,
"zscore": 0.055346843,
"zscoreRatio": -1.1074307,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
1,
1,
1,
1,
2,
0,
1,
0,
0,
1,
1,
2,
0,
1,
0,
2,
3,
1
]
},
{
"term": "way",
"rawFreq": 19,
"relativeFreq": 1691.8967,
"zscore": 0.055346843,
"zscoreRatio": -1.1074307,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
0,
1,
0,
2,
2,
1,
2,
0,
0,
4,
0,
2,
1,
0,
3,
0,
0
]
},
{
"term": "go",
"rawFreq": 18,
"relativeFreq": 1602.8495,
"zscore": 0.049495477,
"zscoreRatio": -0.99035114,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
3,
4,
0,
1,
1,
0,
0,
0,
1,
1,
0,
0,
1,
1,
2,
2,
0
]
},
{
"term": "good",
"rawFreq": 18,
"relativeFreq": 1602.8495,
"zscore": 0.049495477,
"zscoreRatio": -0.99035114,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
2,
1,
0,
0,
2,
2,
1,
0,
2,
3,
0,
1,
0,
0,
0,
0,
0,
2
]
},
{
"term": "jobs",
"rawFreq": 18,
"relativeFreq": 1602.8495,
"zscore": 0.049495477,
"zscoreRatio": -0.99035114,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
1,
4,
3,
4,
1,
2,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "money",
"rawFreq": 18,
"relativeFreq": 1602.8495,
"zscore": 0.049495477,
"zscoreRatio": -0.99035114,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
1,
0,
7,
1,
3,
2,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
1
]
},
{
"term": "from",
"rawFreq": 17,
"relativeFreq": 1513.8024,
"zscore": 0.043644115,
"zscoreRatio": -0.8732717,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
5,
2,
1,
0,
1,
0,
5,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
0
]
},
{
"term": "tell",
"rawFreq": 17,
"relativeFreq": 1513.8024,
"zscore": 0.043644115,
"zscoreRatio": -0.8732717,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
1,
1,
0,
1,
1,
0,
0,
0,
5,
0,
0,
0,
1,
1,
0,
4,
2
]
},
{
"term": "these",
"rawFreq": 17,
"relativeFreq": 1513.8024,
"zscore": 0.043644115,
"zscoreRatio": -0.8732717,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
0,
2,
1,
1,
1,
3,
0,
0,
1,
2,
0,
1,
0,
0,
0,
3,
0,
0
]
},
{
"term": "new",
"rawFreq": 16,
"relativeFreq": 1424.7551,
"zscore": 0.03779275,
"zscoreRatio": -0.7561922,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
2,
2,
0,
0,
0,
6,
0,
2,
0,
0,
0,
0,
2,
0,
1,
0,
0
]
},
{
"term": "over",
"rawFreq": 16,
"relativeFreq": 1424.7551,
"zscore": 0.03779275,
"zscoreRatio": -0.7561922,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
1,
2,
0,
0,
0,
0,
0,
0,
3,
0,
4,
1,
1,
0,
2,
1,
0
]
},
{
"term": "really",
"rawFreq": 16,
"relativeFreq": 1424.7551,
"zscore": 0.03779275,
"zscoreRatio": -0.7561922,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
0,
0,
3,
0,
2,
1,
0,
3,
1,
3,
0,
0,
1,
0,
0,
0,
1
]
},
{
"term": "some",
"rawFreq": 16,
"relativeFreq": 1424.7551,
"zscore": 0.03779275,
"zscoreRatio": -0.7561922,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
4,
1,
0,
0,
1,
1,
0,
1,
0,
0,
1,
1,
0,
1,
1,
0,
1,
1,
2
]
},
{
"term": "tax",
"rawFreq": 16,
"relativeFreq": 1424.7551,
"zscore": 0.03779275,
"zscoreRatio": -0.7561922,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
6,
0,
4,
1,
3,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "you’re",
"rawFreq": 16,
"relativeFreq": 1424.7551,
"zscore": 0.03779275,
"zscoreRatio": -0.7561922,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
3,
2,
2,
2,
1,
0,
0,
0,
3,
0,
0,
0,
0,
2,
0,
0,
1,
0
]
},
{
"term": "believe",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
0,
0,
1,
2,
1,
1,
0,
2,
0,
0,
0,
0,
4,
0,
1,
2,
1
]
},
{
"term": "could",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
1,
0,
1,
1,
0,
2,
1,
0,
0,
0,
0,
4,
0,
1,
0,
2,
2,
0
]
},
{
"term": "great",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
1,
0,
3,
1,
2,
0,
0,
0,
2,
2,
0,
0,
1,
0,
1,
1,
1
]
},
{
"term": "has",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
0,
0,
0,
1,
1,
2,
0,
1,
2,
0,
1,
0,
0,
1,
4,
2,
0
]
},
{
"term": "he",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
0,
2,
0,
0,
2,
0,
1,
0,
0,
1,
0,
2,
0,
4,
2,
0,
0,
0
]
},
{
"term": "leaving",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
6,
5,
1,
0,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"term": "thing",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
1,
0,
1,
3,
1,
2,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
2
]
},
{
"term": "us",
"rawFreq": 15,
"relativeFreq": 1335.708,
"zscore": 0.031941388,
"zscoreRatio": -0.6391127,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
2,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
2,
1,
6,
1,
0
]
},
{
"term": "against",
"rawFreq": 14,
"relativeFreq": 1246.6608,
"zscore": 0.026090024,
"zscoreRatio": -0.5220333,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
0,
1,
0,
3,
0,
0,
0,
0,
1,
5,
0,
0,
2,
2,
0,
0,
0
]
},
{
"term": "deal",
"rawFreq": 14,
"relativeFreq": 1246.6608,
"zscore": 0.026090024,
"zscoreRatio": -0.5220333,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
0,
0,
2,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
6,
1,
2
]
},
{
"term": "ever",
"rawFreq": 14,
"relativeFreq": 1246.6608,
"zscore": 0.026090024,
"zscoreRatio": -0.5220333,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
1,
5,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
3,
1,
0
]
},
{
"term": "into",
"rawFreq": 14,
"relativeFreq": 1246.6608,
"zscore": 0.026090024,
"zscoreRatio": -0.5220333,
"tfidf": 0.0,
"totalTermsCount": 11230,
"docIndex": 0,
"docId": "2ddf620a614620eed3c016fe2d8db047",
"distributions": [
0,
1,
3,
0,
0,
4,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
2,
0,
0
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment