Skip to content

Instantly share code, notes, and snippets.

@lgoerl
Last active November 10, 2016 06:01
Show Gist options
  • Save lgoerl/f3cccc7fa0aa63b65c21796a1b7b7018 to your computer and use it in GitHub Desktop.
Save lgoerl/f3cccc7fa0aa63b65c21796a1b7b7018 to your computer and use it in GitHub Desktop.
Multi-Line with dropdown - speech sentiment
license: gpl-3.0

This multi-line chart uses a Voronoi tessellation to handle mouseover; the closest point to the mouse on any line is highlighted. Click the checkbox in the top-right to toggle the visibility of the underlying Voronoi diagram.

The main difference with mbostock's original block: Multi-Line Voronoi is that the real action is now happening in voronoi.find().

We don't need a hidden SVG overlay. We just keep it there to display it on demand, but it's not used for the animation.

forked from Fil's block: Multi-Line Voronoi using Voronoi.find()

// https://d3js.org/d3-voronoi/ Version 1.0.2. Copyright 2016 Mike Bostock.
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.d3=e.d3||{})}(this,function(e){"use strict";function t(e){return function(){return e}}function n(e){return e[0]}function i(e){return e[1]}function r(){this._=null}function f(e){e.U=e.C=e.L=e.R=e.P=e.N=null}function u(e,t){var n=t,i=t.R,r=n.U;r?r.L===n?r.L=i:r.R=i:e._=i,i.U=r,n.U=i,n.R=i.L,n.R&&(n.R.U=n),i.L=n}function s(e,t){var n=t,i=t.L,r=n.U;r?r.L===n?r.L=i:r.R=i:e._=i,i.U=r,n.U=i,n.L=i.R,n.L&&(n.L.U=n),i.R=n}function l(e){for(;e.L;)e=e.L;return e}function a(e,t,n,i){var r=[null,null],f=F.push(r)-1;return r.left=e,r.right=t,n&&h(r,e,t,n),i&&h(r,t,e,i),B[e.index].halfedges.push(f),B[t.index].halfedges.push(f),r}function o(e,t,n){var i=[t,n];return i.left=e,i}function h(e,t,n,i){e[0]||e[1]?e.left===n?e[1]=i:e[0]=i:(e[0]=i,e.left=t,e.right=n)}function c(e,t,n,i,r){var f,u=e[0],s=e[1],l=u[0],a=u[1],o=s[0],h=s[1],c=0,d=1,v=o-l,g=h-a;if(f=t-l,v||!(f>0)){if(f/=v,v<0){if(f<c)return;f<d&&(d=f)}else if(v>0){if(f>d)return;f>c&&(c=f)}if(f=i-l,v||!(f<0)){if(f/=v,v<0){if(f>d)return;f>c&&(c=f)}else if(v>0){if(f<c)return;f<d&&(d=f)}if(f=n-a,g||!(f>0)){if(f/=g,g<0){if(f<c)return;f<d&&(d=f)}else if(g>0){if(f>d)return;f>c&&(c=f)}if(f=r-a,g||!(f<0)){if(f/=g,g<0){if(f>d)return;f>c&&(c=f)}else if(g>0){if(f<c)return;f<d&&(d=f)}return!(c>0||d<1)||(c>0&&(e[0]=[l+c*v,a+c*g]),d<1&&(e[1]=[l+d*v,a+d*g]),!0)}}}}}function d(e,t,n,i,r){var f=e[1];if(f)return!0;var u,s,l=e[0],a=e.left,o=e.right,h=a[0],c=a[1],d=o[0],v=o[1],g=(h+d)/2,C=(c+v)/2;if(v===c){if(g<t||g>=i)return;if(h>d){if(l){if(l[1]>=r)return}else l=[g,n];f=[g,r]}else{if(l){if(l[1]<n)return}else l=[g,r];f=[g,n]}}else if(u=(h-d)/(v-c),s=C-u*g,u<-1||u>1)if(h>d){if(l){if(l[1]>=r)return}else l=[(n-s)/u,n];f=[(r-s)/u,r]}else{if(l){if(l[1]<n)return}else l=[(r-s)/u,r];f=[(n-s)/u,n]}else if(c<v){if(l){if(l[0]>=i)return}else l=[t,u*t+s];f=[i,u*i+s]}else{if(l){if(l[0]<t)return}else l=[i,u*i+s];f=[t,u*t+s]}return e[0]=l,e[1]=f,!0}function v(e,t,n,i){for(var r,f=F.length;f--;)d(r=F[f],e,t,n,i)&&c(r,e,t,n,i)&&(Math.abs(r[0][0]-r[1][0])>I||Math.abs(r[0][1]-r[1][1])>I)||delete F[f]}function g(e){return B[e.index]={site:e,halfedges:[]}}function C(e,t){var n=e.site,i=t.left,r=t.right;return n===r&&(r=i,i=n),r?Math.atan2(r[1]-i[1],r[0]-i[0]):(n===i?(i=t[1],r=t[0]):(i=t[0],r=t[1]),Math.atan2(i[0]-r[0],r[1]-i[1]))}function p(e,t){return t[+(t.left!==e.site)]}function L(e,t){return t[+(t.left===e.site)]}function R(){for(var e,t,n,i,r=0,f=B.length;r<f;++r)if((e=B[r])&&(i=(t=e.halfedges).length)){var u=new Array(i),s=new Array(i);for(n=0;n<i;++n)u[n]=n,s[n]=C(e,F[t[n]]);for(u.sort(function(e,t){return s[t]-s[e]}),n=0;n<i;++n)s[n]=t[u[n]];for(n=0;n<i;++n)t[n]=s[n]}}function y(e,t,n,i){var r,f,u,s,l,a,h,c,d,v,g,C,R=B.length,y=!0;for(r=0;r<R;++r)if(f=B[r]){for(u=f.site,l=f.halfedges,s=l.length;s--;)F[l[s]]||l.splice(s,1);for(s=0,a=l.length;s<a;)v=L(f,F[l[s]]),g=v[0],C=v[1],h=p(f,F[l[++s%a]]),c=h[0],d=h[1],(Math.abs(g-c)>I||Math.abs(C-d)>I)&&(l.splice(s,0,F.push(o(u,v,Math.abs(g-e)<I&&i-C>I?[e,Math.abs(c-e)<I?d:i]:Math.abs(C-i)<I&&n-g>I?[Math.abs(d-i)<I?c:n,i]:Math.abs(g-n)<I&&C-t>I?[n,Math.abs(c-n)<I?d:t]:Math.abs(C-t)<I&&g-e>I?[Math.abs(d-t)<I?c:e,t]:null))-1),++a);a&&(y=!1)}if(y){var b,M,U,x=1/0;for(r=0,y=null;r<R;++r)(f=B[r])&&(u=f.site,b=u[0]-e,M=u[1]-t,U=b*b+M*M,U<x&&(x=U,y=f));if(y){var N=[e,t],P=[e,i],_=[n,i],k=[n,t];y.halfedges.push(F.push(o(u=y.site,N,P))-1,F.push(o(u,P,_))-1,F.push(o(u,_,k))-1,F.push(o(u,k,N))-1)}}for(r=0;r<R;++r)(f=B[r])&&(f.halfedges.length||delete B[r])}function b(){f(this),this.x=this.y=this.arc=this.site=this.cy=null}function M(e){var t=e.P,n=e.N;if(t&&n){var i=t.site,r=e.site,f=n.site;if(i!==f){var u=r[0],s=r[1],l=i[0]-u,a=i[1]-s,o=f[0]-u,h=f[1]-s,c=2*(l*h-a*o);if(!(c>=-J)){var d=l*l+a*a,v=o*o+h*h,g=(h*d-a*v)/c,C=(l*v-o*d)/c,p=G.pop()||new b;p.arc=e,p.site=r,p.x=g+u,p.y=(p.cy=C+s)+Math.sqrt(g*g+C*C),e.circle=p;for(var L=null,R=D._;R;)if(p.y<R.y||p.y===R.y&&p.x<=R.x){if(!R.L){L=R.P;break}R=R.L}else{if(!R.R){L=R;break}R=R.R}D.insert(L,p),L||(z=p)}}}}function U(e){var t=e.circle;t&&(t.P||(z=t.N),D.remove(t),G.push(t),f(t),e.circle=null)}function x(){f(this),this.edge=this.site=this.circle=null}function N(e){var t=H.pop()||new x;return t.site=e,t}function P(e){U(e),O.remove(e),H.push(e),f(e)}function _(e){var t=e.circle,n=t.x,i=t.cy,r=[n,i],f=e.P,u=e.N,s=[e];P(e);for(var l=f;l.circle&&Math.abs(n-l.circle.x)<I&&Math.abs(i-l.circle.cy)<I;)f=l.P,s.unshift(l),P(l),l=f;s.unshift(l),U(l);for(var o=u;o.circle&&Math.abs(n-o.circle.x)<I&&Math.abs(i-o.circle.cy)<I;)u=o.N,s.push(o),P(o),o=u;s.push(o),U(o);var c,d=s.length;for(c=1;c<d;++c)o=s[c],l=s[c-1],h(o.edge,l.site,o.site,r);l=s[0],o=s[d-1],o.edge=a(l.site,o.site,null,r),M(l),M(o)}function k(e){for(var t,n,i,r,f=e[0],u=e[1],s=O._;s;)if(i=w(s,u)-f,i>I)s=s.L;else{if(r=f-m(s,u),!(r>I)){i>-I?(t=s.P,n=s):r>-I?(t=s,n=s.N):t=n=s;break}if(!s.R){t=s;break}s=s.R}g(e);var l=N(e);if(O.insert(t,l),t||n){if(t===n)return U(t),n=N(t.site),O.insert(l,n),l.edge=n.edge=a(t.site,l.site),M(t),void M(n);if(!n)return void(l.edge=a(t.site,l.site));U(t),U(n);var o=t.site,c=o[0],d=o[1],v=e[0]-c,C=e[1]-d,p=n.site,L=p[0]-c,R=p[1]-d,y=2*(v*R-C*L),b=v*v+C*C,x=L*L+R*R,P=[(R*b-C*x)/y+c,(v*x-L*b)/y+d];h(n.edge,o,p,P),l.edge=a(o,e,null,P),n.edge=a(e,p,null,P),M(t),M(n)}}function w(e,t){var n=e.site,i=n[0],r=n[1],f=r-t;if(!f)return i;var u=e.P;if(!u)return-(1/0);n=u.site;var s=n[0],l=n[1],a=l-t;if(!a)return s;var o=s-i,h=1/f-1/a,c=o/a;return h?(-c+Math.sqrt(c*c-2*h*(o*o/(-2*a)-l+a/2+r-f/2)))/h+i:(i+s)/2}function m(e,t){var n=e.N;if(n)return w(n,t);var i=e.site;return i[1]===t?i[0]:1/0}function A(e,t,n){return(e[0]-n[0])*(t[1]-e[1])-(e[0]-t[0])*(n[1]-e[1])}function j(e,t){return t[1]-e[1]||t[0]-e[0]}function q(e,t){var n,i,f,u=e.sort(j).pop();for(F=[],B=new Array(e.length),O=new r,D=new r;;)if(f=z,u&&(!f||u[1]<f.y||u[1]===f.y&&u[0]<f.x))u[0]===n&&u[1]===i||(k(u),n=u[0],i=u[1]),u=e.pop();else{if(!f)break;_(f.arc)}if(R(),t){var s=+t[0][0],l=+t[0][1],a=+t[1][0],o=+t[1][1];v(s,l,a,o),y(s,l,a,o)}this.edges=F,this.cells=B,O=D=F=B=null}function E(){function e(e){return new q(e.map(function(t,n){var i=[Math.round(r(t,n,e)/I)*I,Math.round(f(t,n,e)/I)*I];return i.index=n,i.data=t,i}),u)}var r=n,f=i,u=null;return e.polygons=function(t){return e(t).polygons()},e.links=function(t){return e(t).links()},e.triangles=function(t){return e(t).triangles()},e.x=function(n){return arguments.length?(r="function"==typeof n?n:t(+n),e):r},e.y=function(n){return arguments.length?(f="function"==typeof n?n:t(+n),e):f},e.extent=function(t){return arguments.length?(u=null==t?null:[[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]],e):u&&[[u[0][0],u[0][1]],[u[1][0],u[1][1]]]},e.size=function(t){return arguments.length?(u=null==t?null:[[0,0],[+t[0],+t[1]]],e):u&&[u[1][0]-u[0][0],u[1][1]-u[0][1]]},e}r.prototype={constructor:r,insert:function(e,t){var n,i,r;if(e){if(t.P=e,t.N=e.N,e.N&&(e.N.P=t),e.N=t,e.R){for(e=e.R;e.L;)e=e.L;e.L=t}else e.R=t;n=e}else this._?(e=l(this._),t.P=null,t.N=e,e.P=e.L=t,n=e):(t.P=t.N=null,this._=t,n=null);for(t.L=t.R=null,t.U=n,t.C=!0,e=t;n&&n.C;)i=n.U,n===i.L?(r=i.R,r&&r.C?(n.C=r.C=!1,i.C=!0,e=i):(e===n.R&&(u(this,n),e=n,n=e.U),n.C=!1,i.C=!0,s(this,i))):(r=i.L,r&&r.C?(n.C=r.C=!1,i.C=!0,e=i):(e===n.L&&(s(this,n),e=n,n=e.U),n.C=!1,i.C=!0,u(this,i))),n=e.U;this._.C=!1},remove:function(e){e.N&&(e.N.P=e.P),e.P&&(e.P.N=e.N),e.N=e.P=null;var t,n,i,r=e.U,f=e.L,a=e.R;if(n=f?a?l(a):f:a,r?r.L===e?r.L=n:r.R=n:this._=n,f&&a?(i=n.C,n.C=e.C,n.L=f,f.U=n,n!==a?(r=n.U,n.U=e.U,e=n.R,r.L=e,n.R=a,a.U=n):(n.U=r,r=n,e=n.R)):(i=e.C,e=n),e&&(e.U=r),!i){if(e&&e.C)return void(e.C=!1);do{if(e===this._)break;if(e===r.L){if(t=r.R,t.C&&(t.C=!1,r.C=!0,u(this,r),t=r.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,s(this,t),t=r.R),t.C=r.C,r.C=t.R.C=!1,u(this,r),e=this._;break}}else if(t=r.L,t.C&&(t.C=!1,r.C=!0,s(this,r),t=r.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,u(this,t),t=r.L),t.C=r.C,r.C=t.L.C=!1,s(this,r),e=this._;break}t.C=!0,e=r,r=r.U}while(!e.C);e&&(e.C=!1)}}};var z,O,B,D,F,G=[],H=[],I=1e-6,J=1e-12;q.prototype={constructor:q,polygons:function(){var e=this.edges;return this.cells.map(function(t){var n=t.halfedges.map(function(n){return p(t,e[n])});return n.data=t.site.data,n})},triangles:function(){var e=[],t=this.edges;return this.cells.forEach(function(n,i){for(var r,f=n.site,u=n.halfedges,s=-1,l=u.length,a=t[u[l-1]],o=a.left===f?a.right:a.left;++s<l;)r=o,a=t[u[s]],o=a.left===f?a.right:a.left,i<r.index&&i<o.index&&A(f,r,o)<0&&e.push([f.data,r.data,o.data])}),e},links:function(){return this.edges.filter(function(e){return e.right}).map(function(e){return{source:e.left.data,target:e.right.data}})},_found:0,find:function(e,t,n){var i,r=this,f=r._found,u=r.cells[f]||r.cells[f=0],s=e-u.site[0],l=t-u.site[1],a=s*s+l*l;do u=r.cells[i=f],f=null,u.halfedges.forEach(function(n){var i=r.edges[n],s=i.left;if(s!==u.site&&s||(s=i.right),s){var l=e-s[0],o=t-s[1],h=l*l+o*o;if(h<a)return a=h,void(f=s.index)}});while(null!==f);return r._found=i,!n||a<n*n?u.site:null}},e.voronoi=E,Object.defineProperty(e,"__esModule",{value:!0})});
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.axis--y path {
display: none;
}
.Names {
fill: none;
stroke: #aaa;
stroke-linejoin: round;
stroke-linecap: round;
stroke-width: 1.5px;
}
.Name--hover {
stroke: #000;
}
.focus text {
text-anchor: middle;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.voronoi path {
fill: none;
pointer-events: all;
}
.voronoi--show path {
stroke: red;
stroke-opacity: 0.2;
}
#form {
position: absolute;
top: 20px;
right: 30px;
}
</style>
<svg width="960" height="500"></svg>
<label id="form" for="show-voronoi">
Show Voronoi
<input type="checkbox" id="show-voronoi" disabled>
</label>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="d3-voronoi.min.js"></script>
<script>
var months,
monthKeys,
monthParse = d3.timeParse("%Y-%m");
var svg = d3.select("svg"),
margin = {top: 20, right: 30, bottom: 30, left: 40},
width = svg.attr("width") - margin.left - margin.right,
height = svg.attr("height") - margin.top - margin.bottom,
g = svg.append("g").attr("transform", "translate(" + margin.left + "," + margin.top + ")");
var x = d3.scaleLinear()
.range([0, width]);
var y = d3.scaleLinear()
.range([height, 0]);
var voronoi = d3.voronoi()
.x(function(d) { return x(d.value); })
.y(function(d) { return y(d.value); })
.extent([[-margin.left, -margin.top], [width + margin.right, height + margin.bottom]]);
var line = d3.line()
.x(function(d) { return x(d.value); })
.y(function(d) { return y(d.value); });
d3.tsv("unemployment.tsv", type, function(error, data) {
if (error) throw error;
x.domain([0,1]);
y.domain([d3.min(data, function(c) { return d3.max(c.values, function(d) { return d.value; }); }), d3.max(data, function(c) { return d3.max(c.values, function(d) { return d.value; }); })]).nice();
g.append("g")
.attr("class", "axis axis--x")
.attr("transform", "translate(0," + height + ")")
.call(d3.axisBottom(x));
g.append("g")
.attr("class", "axis axis--y")
.call(d3.axisLeft(y).ticks(10, "%"))
.append("text")
.attr("x", 4)
.attr("y", 0.5)
.attr("dy", "0.32em")
.style("text-anchor", "start")
.style("fill", "#000")
.style("font-weight", "bold")
.text("Sentiment");
g.append("g")
.attr("class", "Names")
.selectAll("path")
.data(data)
.enter().append("path")
.attr("d", function(d) { d.line = this; return line(d.values); });
var focus = g.append("g")
.attr("transform", "translate(-100,-100)")
.attr("class", "focus");
focus.append("circle")
.attr("r", 3.5);
focus.append("text")
.attr("y", -10);
var v = voronoi(d3.merge(data.map(function(d) { return d.values; })));
/* BEGIN */
// this part shows the voronoi, but it is not an active layer anymore
var voronoiGroup = g.append("g")
.attr("class", "voronoi");
voronoiGroup.selectAll("path")
.data(v.polygons())
.enter().append("path")
.attr("d", function(d) { return d ? "M" + d.join("L") + "Z" : null; });
d3.select("#show-voronoi")
.property("disabled", false)
.on("change", function() { voronoiGroup.classed("voronoi--show", this.checked); });
/* END */
// this is the active part
var site = null;
svg.on("mousemove", function(){
var mouse = d3.mouse(this);
var newsite = v.find(mouse[0], mouse[1]);
if(newsite !== site) {
if (site) mouseout(site);
site = newsite;
if (site) mouseover(site);
}
});
function mouseover(d) {
d3.select(d.data.Name.line).classed("Name--hover", true);
d.data.Name.line.parentNode.appendChild(d.data.Name.line);
focus.attr("transform", "translate(" + x(d.data.value) + "," + y(d.data.value) + ")");
focus.select("text").text(d.data.Name.name);
}
function mouseout(d) {
d3.select(d.data.Name.line).classed("Name--hover", false);
focus.attr("transform", "translate(-100,-100)");
}
});
function type(d, i, columns) {
if (!months) monthKeys = columns.slice(1), months = monthKeys.map(monthParse);
var c = {name: d.name.replace(/ (msa|necta div|met necta|met div)$/i, ""), values: null};
c.values = monthKeys.map(function(k, i) { return {city: c, date: months[i], value: d[k] / 100}; });
return c;
}
</script>
GENERATED_FILES = \
unemployment.tsv
.PHONY: all clean
all: $(GENERATED_FILES)
clean:
rm -rf -- $(GENERATED_FILES)
# http://www.bls.gov/lau/metrossa.htm
build/ssamatab2.txt:
mkdir -p build
curl -o $@ 'http://www.bls.gov/lau/ssamatab2.txt'
unemployment.tsv: process-data build/ssamatab2.txt
./process-data build/ssamatab2.txt > $@
{
"name": "anonymous",
"version": "0.0.1",
"private": true,
"devDependencies": {
"d3": "3"
}
}
#!/usr/bin/env node
var fs = require("fs"),
d3 = require("d3");
// Parse lines.
var lines = fs.readFileSync(process.argv[2], "utf8").split(/[\r\n]+/);
// Parse fixed-width columns.
var data = lines.filter(function(d, i) {
return i >= 3 && i <= lines.length - 4;
}).map(function(line) {
var fields = line.split(/\s{2,}/), i = -1;
return {
"LAUS Code": fields[++i],
"State FIPS Code": fields[++i],
"Area FIPS Code": fields[++i],
"Area": fields[++i],
"Year": fields[++i],
"Month": fields[++i],
"Civilian Labor Force": +fields[++i].replace(/,/g, ""),
"Employment": +fields[++i].replace(/,/g, ""),
"Unemployment": +fields[++i].replace(/,/g, ""),
"Unemployment Rate": +fields[++i]
};
});
// Extract the available dates.
var dates = d3.set(data.map(function(d) { return d["Year"] + "-" + d["Month"]; })).values().sort();
// Nest unemployment rate by area and date.
var rateByNameAndDate = d3.nest()
.key(function(d) { return d["Area"]; })
.key(function(d) { return d["Year"] + "-" + d["Month"]; })
.rollup(function(v) { return v[0]["Unemployment Rate"]; }) // leaf nest is unique
.map(data, d3.map);
// Recast data into a wide table.
var rows = rateByNameAndDate.entries().sort(function(a, b) { return d3.ascending(a.key, b.key); }).map(function(area) {
return [area.key].concat(dates.map(function(d) {
return area.value.get(d);
}));
});
process.stdout.write(d3.tsv.formatRows([["name"].concat(dates)].concat(rows)));
Name Component 0.0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95
transcript-donald-trumps-remarks-on-birthright-citizenship-at-the-cnn-republican-presidential-debate 0 0.0012109888767159577 -0.14198482386774869 -0.0080326451669333592 -0.030578445781845182 -0.025652183366890749 0.019472823073753243 0.0022443203687301711 -0.0075639229123545676 -0.020191261497127043 -0.0098992787093100769 -0.012053726986760905 -0.011665919198669808 -0.024027804681698288 -0.021670941672683436 -0.022019158266959268 -0.01613351611684943 -0.017861795153352154 -0.011098100025074095 -0.014628290509435492 -0.020168713774176738
transcript-donald-trumps-remarks-at-the-2015-family-leadership-summit-in-iowa 2 0.0055129745976408339 0.0070475974815618027 0.0045569215645932535 0.0048107482261164755 0.0043163278880426629 0.00065665740747921882 -6.7495974288521297e-05 0.0053063547402482742 0.0086371338646244883 0.014771974347966992 0.011384008795232256 0.0061312434034321295 0.005690948080038641 0.011054428377482751 0.013605650405185535 0.01148573830563984 0.0073035976494027193 -0.0012404398589222084 0.0052359353269170825 0.0043252701400914167
transcript-donald-trumps-refusal-to-rule-out-an-independent-campaign-for-the-general-election-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 0 -0.019646521731388346 -0.075446506112186867 -0.036721525758415717 -0.049439010719742459 -0.0444070524708104 -0.018199134709047844 0.0061141995327341856 0.0018933831241581415 -0.013020758330488644 -0.010732332883513851 -0.013898312522126439 -0.016372542178756395 -0.019646521731388346 -0.019646521731388346 -0.019646521731388346 -0.019646521731388346 -0.019646521731388346 -0.019646521731388346 -0.019646521731388346 -0.019646521731388346
transcript-donald-trumps-introductory-remarks-at-the-cnn-republican-presidential-debate 3 0.059800420093360666 0.089280362690369389 0.10007297909994822 0.083203220692693841 0.071834675996764186 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666 0.059800420093360666
transcript-donald-trumps-remarks-at-the-iowa-state-fair-on-aug-15-2015 17 0.0063160844109070345 0.0049880332931038955 0.0050980331183147149 0.0018929587575036071 0.0034815807233554226 0.0013776739452414164 0.0041706531569091921 0.0049088660615105974 0.0025688480869830396 0.0047396922708727758 0.0040014056436789101 0.0046196589512825853 0.0067620880407703752 0.0053156889921132247 -0.004092717543972787 0.00049474690163731549 0.0038128969747617449 0.0022534222137912787 0.0056645810104702802 0.0076990198701464545
on/transcript-hillary-clintons-speech-on-isis-national-security 0 -0.012007205900693487 -0.01729590262739833 0.00070353671774485394 0.0099200929720866561 -0.005740216770286609 -0.0087190801567144736 -0.0045253318551177505 0.0069575336193259552 -0.01498906957339971 -0.0098409371497675778 -0.0098182122699793876 -0.0043095385840378362 0.0031946191769705945 -0.015356042127225734 -0.01443142676822552 0.00094041985698347969 -0.0038402779576759464 0.0034841256048251338 0.00055519673929781924 0.0093490509290905348
transcript-donald-trumps-remarks-in-mount-pleasant-south-carolina 4 0.0089416906226158863 0.004953426276619149 0.0096796060091690912 0.015706442072042876 -0.0027760652695148365 0.014039723542802762 0.0011584607312291628 0.0035003804669872384 -0.0038524582124903717 0.015487958468451921 -0.0032969391971756014 -0.011727128514439933 0.0022282776789319001 -0.003068984103951481 -0.018500694315353644 -0.019818829070318563 -0.0065535411853003597 0.0026158441799199262 0.027732195383741619 0.0087647108987797626
transcript-donald-trumps-remarks-at-the-uss-iowa 3 -0.0053696356404206603 -0.0040459743439052532 0.0034387079698337294 0.010479535786824652 0.014959594878716679 0.016532258099694556 0.0082551185949600436 0.0039537098174760978 -0.0027317929191308468 -0.0039625758319977913 -0.0022503891985034366 -0.0038064522911838007 0.0050951675731390113 0.012069594876939935 0.024607040708834599 0.02808871868402462 0.032792481637512867 0.032010300059098287 0.026582654911446738 0.021755570803319493
transcript-donald-trumps-remarks-on-his-multiple-bankruptcies-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 1 0.061086199538921339 -0.46918907772587415 -0.026182157607194941 0.0619756273929166 0.033427866621480472 0.10886475526119167 0.10117312256748595 0.14094125453824469 0.1389285334726435 0.1639385758239251 0.15809099786483768 0.15393859629808335 0.14090073042647261 0.13225809495489735 0.12640323486640903 0.14079470788958914 0.14639823750699288 0.13978772884666399 0.1448245873422965 0.14589805266679912
transcript-donald-trumps-remarks-on-his-temperament-at-the-cnn-republican-presidential-debate 2 0.029394700312696576 0.036790171904698764 0.045750741619327628 0.0082490979988438067 -0.0072659625255599054 0.0015452643604918284 0.02948896695203819 0.038354715823126023 0.034923386547484406 0.028050850824998981 0.024743183732808819 0.029799296880654962 0.03569183703762388 0.028883578400761254 0.024256893895741649 0.03465038679194294 0.029681576718437613 0.029338373779785164 0.034398583898013854 0.038506932379721207
transcript-donald-trumps-speech-in-des-moines-iowa 10 -0.0024332725678783062 0.0051525265467269538 -0.0093740214814175271 -0.001041576788139556 0.012179305649296406 0.01034188475327162 0.012972119993066713 0.016676797617085775 -0.0018877554546839381 -0.00052692216050299705 0.014290002919991709 0.0057481985674121628 0.00038638263669359303 0.010671355485002896 0.0015198583948233273 -0.0099727824454260375 -0.008452476507839304 -0.012181597786849692 0.024503207240105407 -9.3001408124293952e-06
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-syrian-refugees 1 0.0023025567429206853 -0.0015161555216325192 -0.0037902460873378459 -0.0024451295868158905 0.001498601362187692 0.003864839931589841 0.0021459589137590046 0.0047243895368618118 0.0036281366569794471 0.0034529355305794054 0.0029989337945224635 6.863835849870593e-05 0.00078756835691208842 -0.00041281689843118241 0.00058105742901786263 -0.0012578885865965157 -0.0014402963255477402 -0.0016618194399130575 -0.0015536098052919966 -0.0012761280515184107
on/transcript-hillary-clintons-remarks-at-the-iowa-state-fair 1 -0.0011551569023082733 -0.0011767681195682417 -0.00056320282337638796 3.8617156871030292e-05 -0.00016539500219729685 -0.0013146542729277357 -0.00024044515093476593 -0.00032066471538794568 -0.00023797867560588259 0.00056239256861660496 0.00023681782520406787 0.00069252870034741882 0.00035520864099044565 0.00069064928571851308 0.001180185522237275 0.0010951512396553021 0.0018720909682534033 0.00170683712121825 0.0021680680077193443 0.0026440568838645472
on/transcript-hillary-clintons-remarks-on-tom-vilsacks-endorsement 1 0.12454596111020588 -0.31131563929084138 -0.12580527631151117 -0.039175617070147377 0.0095686671385870441 -0.06978898513782858 -0.040834162165426548 -0.0095266293644592128 0.021054100627971771 0.085643994473122542 0.11004862537221748 0.12946138148679021 0.1424608861491666 0.12148698958274684 0.09337674685912814 0.091921280594463209 0.10649584323483469 0.097193455485254029 0.093839651488822853 0.089313539284127566
transcript-donald-trumps-remarks-on-tax-reform 8 -0.0031123713195235951 -0.0075143494811463494 0.00023653885847362281 0.00069904761458350426 0.0047477843665553318 0.0076059585897024825 0.00089759664844032147 -0.0039443606732038018 -0.0011663814392795593 0.0040296709120511212 0.010123733034055112 0.016501017324596724 0.012272993985052679 0.011461112236152938 0.0011889384109376778 0.0032432285334254279 0.0011696759646530935 -0.0018350795018681665 -0.0017132144159915572 0.0024514464441111063
on/transcript-hillary-clintons-remarks-on-trade-policy 1 0.032605752407906592 0.0086938688290863347 0.021395273559135664 0.043919580664315651 0.047246279464071242 0.039055389386797638 0.037941866822622711 0.040028917880249336 0.034927870051241074 0.035573697248485588 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592 0.032605752407906592
transcript-donald-trumps-remarks-on-why-hes-a-republican-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 2 -0.0079122041989153867 0.042033889252479369 0.040525484094625336 0.0033708472609950001 -0.020148305713922367 -0.013866159764686425 -0.010482545216051277 -0.010154863305120868 -0.0044608920722405566 -0.0092837994148383032 -0.00071286678819937354 -0.0092231458999561741 -0.009136948061588027 0.0010185406903383488 0.0015778574824349581 0.023059598499579965 0.025753896829490214 0.020199633015698805 0.020641684614839 0.018020394150993244
on/transcript-hillary-clintons-remarks-at-the-jefferson-jackson-dinner 4 0.025665728841519849 0.0013627639913976492 -0.0082849909487352456 0.0059575538709930771 0.024121043043181925 0.023537734275978505 0.016461479848087299 0.028768802829575672 0.025820701692249919 0.019672263810243226 0.0096740262887137583 -0.0014497737167463111 -0.0088008762237822974 -0.0066654044675691628 -0.01023438122523151 -0.0031270529174627811 0.023456643141551162 0.029351360402800994 0.02652538807582434 0.033266329952545963
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-trumps-muslim-ban 2 0.0022033963251832252 0.087426689422403198 0.02662100416083784 -0.0061195485804634965 -0.0047065616050526726 -0.011053836888557492 -0.0070377394903283486 -0.019765104300436015 -0.011142879783815727 -0.0077980371843206333 0.0029722877976206597 -0.0050140294479170027 -0.0026592422342632174 0.0013309065401052084 0.0049985406467796525 0.0061473838586415972 0.009259939195390008 0.0069082022486196331 0.0088150291119078027 0.0067342597428754767
on/transcript-hillary-clintons-press-briefing-remarks-after-her-speech-on-college-affordability-in-exeter-new-hampshire 4 0.0024725330545102317 0.0035334577096391056 0.0025581818673986521 0.0044862916111988241 0.0039551237641285951 0.0036375518870957256 0.0025420854990091681 0.0032969508203374381 0.0029928897745931026 0.0021748726130268207 0.00064140726113906868 -0.00080805275453319154 -0.00078279283909016598 -0.0010504321342816613 -0.0012084554696921896 -0.00048495909517597661 3.8688681513635164e-05 0.0011415568695196949 0.00061238731050573347 0.0019607412747173454
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-wall-street 7 2.2637533717420055e-05 5.0844786540129525e-05 3.0432103614516455e-05 3.1294064216121612e-05 6.5957110693577912e-05 8.8203847743610061e-05 8.7048412861028118e-05 8.7048412861028199e-05 6.5480295052833257e-05 7.9345513643815774e-05 6.4416530850135389e-05 3.5237184504611779e-05 -2.50702165972934e-06 -6.1525871351288857e-05 -7.9242539550877539e-05 -0.00010100322983950291 -8.2039456077448341e-05 -8.5406391880308872e-05 -9.2879118440687992e-05 -6.2492374862107932e-05
on/transcript-hillary-clintons-remarks-on-black-lives-matter-at-the-cnn-democratic-presidential-debate 6 0.0025193373770900853 0.026818450015851543 0.014996837971668033 0.0095785991180839247 0.010309753508837461 0.0079918306309243355 0.010344571603603138 0.0089245664608925482 0.0089678387330018091 0.0074803036982277879 0.006818905060915501 0.0057720004542640944 0.0051150780849433522 0.0051221540397614462 0.0042015153755617088 0.0044040080217024342 0.0035292617797651133 0.003534306696032846 0.0040992812770496573 0.0041041162473381774
on/transcript-hillary-clintons-remarks-on-why-she-should-be-the-nominee-at-the-cnn-democratic-presidential-debate 3 0.015093288107275249 0.01740751757242957 0.021564681090361949 0.016416107302570353 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249 0.015093288107275249
transcript-donald-trumps-speech-in-phoenix-arizona-on-july-11-2015 2 -0.00080062870601224558 0.0095562888380418438 0.011504329580351424 0.007327898936718198 0.005798432571991829 -0.01625725510887659 0.0025851829618451683 -0.0045949227409864592 0.005997481439983238 0.017590858025944515 0.014314067044192146 0.013053666311299256 0.015603672309549135 0.0077143994908090785 0.01921909098044287 0.012427001520149554 0.0069090109044236238 0.0057568730134120545 0.011488065315338183 0.018550295487282244
transcript-donald-trumps-response-on-his-disparaging-remarks-against-women-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 5 0.0048776117086007931 0.036744527605146009 0.020659158459951525 0.027687850771525115 0.030469049702454443 0.02261348337820435 0.013517406524568081 0.01713101223466441 0.01199959905895436 0.011685155726906862 0.014696633087865459 0.016842245586954501 0.013153570793902968 0.012581968752348859 0.010319350810934101 0.0081745824714771886 0.0082798574441281386 0.0083560127182549151 0.0083726416313034992 0.0082210790857565278
on/transcript-hillary-clintons-remarks-at-the-dnc-meeting-in-minnesota 4 0.0073228025073817007 0.018475468099823689 0.024672512830598233 0.033642281365512353 0.030090899439023995 0.026971586855631668 0.023336275349887782 0.02883839596823105 0.018757366533238454 0.0063485087928138876 -0.0030067045567469261 -0.0015276735207343359 -0.0084610272306122319 0.00055342370948727865 -0.0061433006801756658 -0.0016026611909058983 0.009167661556064589 0.0096995886032029757 0.017646287632380731 0.032697909009255142
on/transcript-hillary-clintons-remarks-on-the-charleston-church-shooting 1 -0.0083249148816054355 -0.0088052153087763516 -0.013404866829382632 0.014280211145245586 0.021027038880342887 0.027879403271765728 0.056627077922707499 0.048441488251144749 0.051491160999559027 0.066381420210755313 0.05532821605430778 0.054472820039508735 0.063120292851457135 0.050431035485075749 0.047013705375249022 0.05692532008634902 0.05563815039353464 0.057940459686030496 0.066702690168059589 0.059410759037882815
on/transcript-hillary-clintons-remarks-at-the-dnc-womens-leadership-forum 6 0.029845121414217347 0.033847147371729211 0.036608339009542329 0.032430505087068705 0.022078578016544184 0.017386165662302871 0.022741186632010992 0.013904875406289059 0.02568398955541171 0.020577388125963301 0.0018910720527860073 0.00013548232676732454 -0.0019836716396642398 -0.0035771714567335734 0.019539785603384388 0.03018671119399334 0.025327809126728582 0.020140681386595593 0.0076732922555043529 0.0020693415336066703
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-encryption 7 -0.0044572433036594236 0.087999233882374975 0.080971253933657963 0.037200501621473224 0.036491538731909655 0.035622288580357826 0.013650603898579436 -0.013034583124744481 -0.0115484031543861 -0.0053372717523401496 -0.0033275160827947636 -0.0030026154631353887 -0.0027707649377156731 -0.0010238755975626563 -0.0051013680773536194 -0.0039005557698262687 -0.0080800957915080351 -0.008803596909682335 -0.009693304802400448 -0.0085230822941664668
on/transcript-hillary-clintons-remarks-on-benghazi-at-the-cnn-democratic-presidential-debate 0 0.027452893388612579 -0.14715331190739109 -0.076531597425494161 -0.12663938531979244 -0.093934805637104435 -0.11305311262898937 -0.10124919749415799 -0.062729810712896475 -0.032675262535117572 -0.020872273782122301 -0.010800540796896574 -0.013841163005443495 -0.0013258637836855403 0.011185690240173598 -0.0054019877277827876 -0.016684071617947601 -0.016136795030232656 -0.01750775455370103 -0.011677554349458849 0.0011573791965095546
transcript-donald-trumps-presidential-campaign-announcement-speech 1 -0.0016448944250299692 0.0012216563202884581 -0.00064166471632292092 0.0062844050240912991 0.0014991174670755854 -0.01059797198780566 -0.0013760577573824089 0.0057234251997737521 0.0098170790667361108 0.011573231044535585 0.0040403074089196151 0.0075861920560146776 0.0070576973802295839 0.0084253655253913162 -0.0054734728879883817 -0.0062935565400729938 -0.00014106265487091478 0.0043647445784432406 0.010438153154845335 0.0090788080583941756
on/transcript-hillary-clintons-remarks-on-college-affordability-at-the-cnn-democratic-presidential-debate 1 0.039384840571684947 -0.1013839757317046 0.00070579809837969848 0.044414192683191682 0.039720239102270682 0.046149500944495311 0.048962864857641716 0.05013939938342872 0.05812285161796367 0.05773962235861875 0.062924518654226699 0.053408628492049616 0.045992204092123824 0.038394248059145528 0.030505509470548087 0.036240597873444858 0.030892765013067331 0.037155636842410682 0.039384840571684947 0.039384840571684947
on/transcript-hillary-clintons-remarks-on-capitalism-at-the-cnn-democratic-presidential-debate 2 0.031320607784686386 0.064554675766058237 -0.00076628408842817689 -0.026573825252733548 -0.0081076515886587212 -0.00093831148664346895 0.0003808954274080996 0.0081871340980118942 0.018795053761745239 0.031203521951920346 0.031481060489081572 0.031320607784686386 0.031320607784686386 0.031320607784686386 0.031320607784686386 0.031320607784686386 0.031320607784686386 0.031320607784686386 0.031320607784686386 0.031320607784686386
on/transcript-hillary-clintons-remarks-on-sidney-blumenthal-may-19-2015 2 0.0017377118647489136 0.004292763411976569 0.0036183756170857428 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136 0.0017377118647489136
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-the-role-of-bill-clinton-if-elected-president 1 0.015212447805849582 0.012221621831259223 0.0015551055846955227 0.0086671750249571727 0.0048850451403044783 0.011613376948232888 0.016021108586252643 0.019358778766853515 0.019808230137437866 0.017301621021483304 0.016912874079130551 0.021937389550325193 0.017914537035692842 0.016569482453847574 0.015889804624447088 0.017748068359505816 0.016897496591986999 0.018095570141392878 0.017806046153999545 0.015200462211802728
on/transcript-hillary-clintons-remarks-on-the-iran-nuclear-agreement 12 0.0013202936127805255 -0.010446416560448639 0.00099588081760515457 0.0081880572647429848 0.00897684257372992 0.0017697682199677963 0.0041651705146409472 0.02114631166080631 0.0036684181299613959 -0.017709871396007205 -0.0069919743079724902 -0.015920674947622421 -0.017421747059593481 -0.010918418888663517 0.0081342608405659596 0.010793961221522616 0.022164605488387602 -0.026292393965576255 -0.010414411412348792 -0.0072858195026416824
on/transcript-hillary-clintons-speech-on-college-affordability 2 0.04352992199484456 0.045280326165598121 0.012260192398652984 0.021371331471498972 0.019153463173059628 0.014300280191468968 -0.01707665750896413 0.0073570110749653951 0.017526946154497944 0.023885555011180937 0.039730820606866071 0.035391205083723766 0.038969777845783309 0.053826501433537705 0.06390422985154541 0.05147671516111893 0.056684581549585784 0.035690336932811866 0.017056985019838836 0.035527046241962609
on/transcript-hillary-clintons-remarks-on-her-income-may-19-2015 2 0.011146352739635029 0.014542460017174162 0.014201305152486601 0.01084466697115858 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029 0.011146352739635029
on/transcript-hillary-clintons-remarks-on-criminal-justice-reforms-at-columbia-university 4 0.0064487498910319688 -0.011634759266357592 -0.013855992966284496 0.0011905123868332275 0.0065549982147562686 0.0068045622054309449 0.0041080018428363563 0.01077909449111345 0.0080501381300072759 0.012832149254694463 0.018550789143948466 0.0013391062274774146 -0.0091285419589728512 -0.0062785647037747706 -0.0096915727471266616 -0.010688636105117008 0.0038281447018274932 0.0028610710796816608 0.0094360166298875312 0.014874344256398157
on/transcript-hillary-clintons-closing-remarks-at-the-cnn-democratic-presidential-debate 4 0.0043595717804676111 0.026062512365978129 0.016194064381859247 0.017570514573497578 0.013656963393034356 0.011235511991325943 0.011840305579230125 0.011177712824729317 0.0092676557805456659 0.0086978383735865448 0.0082909767429758634 0.0069924837359590175 0.0053504942877502888 0.005129396403616115 0.0053448202469588762 0.0058628021437530679 0.0058983943458296014 0.0055684831792619334 0.0054627915954987101 0.0055008361647961501
transcript-donald-trumps-remarks-on-russias-support-for-assads-regime-in-syria-at-the-cnn-republican-presidential-debate 5 0.0050005487656000144 0.053429375512403912 -0.0047304593845396885 0.0098319727078918819 0.027679622268389274 0.029163031986665828 0.028961239938007557 0.029396568237347286 0.025323698086260556 0.021612627564106607 0.018515098945284029 0.018998705337488601 0.017728972050033123 0.013111147884217189 0.015200606336619722 0.015137350866289334 0.01001170615542806 0.0042593050179257136 0.0046571761756785271 0.0031846664590969988
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-wages 1 0.0043140293713418336 0.0051448279710752968 0.0055377410499350826 0.0052016453072694082 0.0057063043076397771 0.0063704284005461952 0.0067805070369995691 0.0066903893583620064 0.0073256757941044014 0.0067020614579324442 0.0066019876359922972 0.005812556771127215 0.0066236158788653124 0.0070525760291801302 0.0076870044867886032 0.0075932821010055362 0.0083222909225309956 0.0087963099121645943 0.008818425267452688 0.0091384024634347544
on/transcript-hillary-clintons-remarks-on-patriot-act-at-the-cnn-democratic-presidential-debate 3 -0.0028274637863532313 0.012143536967272366 0.017019781413816631 0.0072508297631125127 -0.00081160786064988512 5.7173066367868432e-05 -0.0017153036373579516 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313 -0.0028274637863532313
on/transcript-hillary-clintons-remarks-on-vice-president-joe-biden 5 0.0094882816586094251 0.013175560510414904 0.0054033149749089576 0.012139261105680777 0.02891435771981447 0.022813144974442291 0.02185456802506322 0.020836773966842206 0.014730009617516093 0.0082531383379277953 0.006802319171300017 0.020099924714774758 0.017191220703759648 0.016224672220498011 0.011940993932449588 0.016427570841100653 0.01996471335939503 0.013073240450385345 0.0024784455705719175 -0.0058148176348944407
on/transcript-hillary-clintons-remarks-at-a-town-hall-meeting-in-orangeburg-south-carolina 5 0.0034766344504844116 0.018322533946228015 -0.027404160911517369 0.011780802768060048 0.021071996694623157 -0.00037238079378149513 0.010643564547313801 -0.012383729601517526 -0.0080899234608551949 -0.013617160813636123 0.0015434179712871786 -0.0012969796556004921 -0.0031212400816120049 0.0087317145320453208 0.019018326559813423 -0.0022421159763214601 0.0092858833014229595 -0.0024889287646838384 0.0068498343828209659 -0.00075817065651866697
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-libya 2 7.5500065661781532e-05 3.4688870741848434e-05 2.8858700039000726e-05 1.5404459955506344e-05 1.9502198720119271e-06 3.6931244089097454e-05 1.4433570018250975e-05 8.9530218037040149e-06 1.7897101162210344e-05 2.7787386639599379e-05 3.0918701433278009e-05 2.9063023668086367e-05 3.8136170738598256e-05 7.1917429939361669e-05 7.2084291725763903e-05 7.6731746153694571e-05 7.6910608032840704e-05 7.7090305715160431e-05 0.00012291156911950317 0.00011892092227631861
transcript-donald-trumps-closing-statement-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 2 0.0075433234461039066 0.060429158580356621 0.030060931555374135 0.01945237112337871 0.021894474338676976 0.014734375451294536 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066 0.0075433234461039066
on/transcript-hillary-clintons-remarks-on-the-clinton-foundations-foreign-donations-may-19-2015 0 -0.022797023838374997 -0.018132337402962918 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997 -0.022797023838374997
transcript-donald-trumps-remarks-in-south-carolina 8 -0.0067515726616098424 -0.00076144355481008719 0.018630733667746473 0.011740214462421255 0.0075846953389006565 0.0060937296499726451 0.0083694418057368106 0.0019127066916290803 -0.0052111155173501233 0.004077069686558377 0.010084122504687558 0.0084908873043794495 0.0085360842888567157 -0.0032524088649322934 0.0071800741231399364 0.00020686910647541964 0.0052600000719812837 -0.0026166274718371365 -0.00055540595416623065 0.0012166540430287747
transcript-donald-trumps-remarks-at-the-republican-jewish-coalition 2 0.02205487391209698 0.022852587131292873 0.007551855132959146 -0.0068930569473680094 -0.020773620055421674 0.00038639385912405045 0.0041728859320843917 0.0023096306966892922 -0.00027348717881554754 0.0096529613738058975 0.0034746290660760148 0.012168837562172638 0.013727388095183309 0.01264992475468449 0.0060033640304221472 0.0040123360442444658 0.013708581666587604 -0.010290457596166614 -0.004112875249780502 0.0024428312049170516
on/transcript-hillary-clintons-remarks-on-the-fatal-shooting-of-two-roanoke-journalists 6 -0.022196448761019446 0.061902351171929035 0.045358231673444264 0.027986906200035268 0.0072033560800637891 0.0043091264878439154 0.014787729716894234 0.010292023122213117 0.0096086625947060505 -0.0007573999618987131 -0.015088853624129471 -0.016700115381653724 -0.011390718797908182 -0.011225076018957975 -0.015455470933028764 -0.026235784576238558 -0.026400647501214684 -0.027799671673514131 -0.028864894284841063 -0.029382616634489246
on/transcript-hillary-clintons-remarks-on-iraq-may-19-2015 0 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842 -0.058956282763694842
transcript-donald-trumps-remarks-in-nyc 10 0.0039691080017703311 0.0046646583310953147 0.0012352302707390741 0.0081328735137176176 0.0035687671860217506 0.0046378759787440941 0.00084997691954245076 0.0014634919666965203 0.00012518130746015947 6.2020691981770398e-06 -0.0032825452024147668 0.0036708157935567724 0.0038970740067753736 0.0087179126078971627 0.0029783427833628465 0.00010478600495771155 -0.00067341937076928168 0.00052821208969537983 0.0082413866416303164 0.011134599863876495
transcript-donald-trumps-speech-in-nashville-tennessee 1 0.02247399370440846 -0.00054990814359001249 -0.013377828794076023 8.6076624502421734e-05 0.033601001541893778 0.016817504703407295 0.014765127763230411 0.035203557442657331 0.0022446566172030259 0.0052660862165665985 0.039792220879079361 0.004744997060010441 0.029815272812266525 0.019729640166414278 0.0033676420251966526 0.021814248086463244 0.020479674127316962 0.021961152248878457 0.039156652104142146 -0.0093656866347482572
on/transcript-hillary-clintons-remarks-on-income-inequality-at-the-cnn-democratic-presidential-debate 0 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07 -6.8828531576347371e-07
transcript-donald-trumps-press-briefing-remarks-in-laredo-texas-july-23-2015 9 0.0016283963016789826 0.0017340768040585075 0.0016733925877225398 0.0017877222958660756 0.0014145132143881356 0.0012659719843677161 0.0014362589913938027 0.0016048650177153496 0.0015831897401786083 0.0013745246207237344 0.0015451264294600595 0.0016001028505274698 0.0012524560851624005 0.0012423361741506613 0.0013728436400191953 0.0012235670573749133 0.0012853366777794463 0.0013551951770464749 0.001144323999720008 0.0011876070169222366
transcript-donald-trumps-remarks-on-opposing-the-war-in-iraq-at-the-cnn-republican-presidential-debate 0 -0.13214387133525751 -0.12207173769730439 -0.25384219944120961 -0.27439048387676851 -0.20903972738409118 -0.14022068325943254 -0.1480972343374517 -0.15980375980249006 -0.17122727802886276 -0.14359769430568226 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751 -0.13214387133525751
transcript-donald-trumps-remarks-on-illegal-immigration-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 0 -0.045244692604804265 -0.016293816022655092 -0.011092138969561842 -0.039027071291729477 -0.035366631883997142 -0.072934299489670909 -0.097208792404106334 -0.068428499181534971 -0.073037473039124529 -0.069588794549924102 -0.058650274243537519 -0.054904771517459164 -0.030976811033354031 -0.029758432322221733 -0.028136143595669415 -0.03505284331760667 -0.031062829041246659 -0.061352314195841598 -0.058977500767778003 -0.058921170856179227
transcript-donald-trumps-closing-remarks-at-the-cnn-republican-presidential-debate 3 0.030653925761034057 0.054300911063427465 0.063442970756574762 0.045090621174879775 0.034281490489208324 0.021419532669089286 0.022602281098919711 0.025131965060574253 0.03167752413458335 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057 0.030653925761034057
transcript-donald-trumps-remarks-on-jeb-bushs-comment-on-funding-womens-health-care-the-cnn-republican-presidential-debate 1 -0.0031269431997037319 -0.014548700253913286 -0.011182587042550025 0.019469227650790594 0.024254556215478163 0.018379502647005243 0.020653069033453656 0.013248381133180824 0.015689446352564189 0.011779717863410231 0.011640097136254461 0.0084216509727205839 0.0073180815172375928 2.0173575452543267e-06 0.0033802223170108893 0.0010914401709377864 -0.0034340654771926791 -0.0039913833377093581 -0.0020905439210127945 -0.0045201419723116722
transcript-donald-trumps-remarks-on-fiorinas-track-record-at-hp-at-the-cnn-republican-presidential-debate 0 -0.08671283255739351 -0.010271019719733751 -0.049816470629839106 -0.12077547148793641 -0.11757511291762834 -0.087433921709005602 -0.089171844715886406 -0.11520296547068939 -0.097541685269102368 -0.10698593771999237 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351 -0.08671283255739351
on/transcript-hillary-clintons-remarks-on-sanderss-plan-to-expand-social-security-and-medicare-at-the-cnn-democratic-presidential-debate 10 0.005759530212585815 0.0095826268829910383 0.0087653748941234552 0.0071827586625020576 0.0062712664306814195 0.0063854989521380193 0.0060129666000053135 0.0072149174958135798 0.0067133751413716346 0.0046030623554760598 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815 0.005759530212585815
transcript-donald-trumps-remarks-on-the-iran-nuclear-agreement-at-the-tea-party-rally-in-d-c 13 0.001804130750985767 0.0020298210797240757 0.0019567092902769054 0.0020614309224852622 0.0015888293338522617 0.0017939624283485715 0.0013599337100431552 0.00085599849736136885 0.00053802023849590646 0.00077415510858380916 0.0007439819891294216 0.00047651349499273172 9.0397313514891222e-05 0.00042810415048514681 0.00063931598666585655 0.00047800584804432545 0.00076321375955420144 0.00044059348231113908 0.00059985883045627318 0.0012373193793687521
on/transcript-hillary-clintons-remarks-on-the-use-of-her-personal-email 3 0.0039391055763960967 -0.011867655061573742 0.0094888840201200492 -0.0056236239837173961 -0.006194308368344878 -0.0028165476752134125 0.00098536417183587633 -0.00072775989444790877 -0.00094128867486374462 -0.00049043789694678966 0.00067972444864452348 0.00049042138836167387 0.0015847535821107931 0.0018085578879073363 0.00432549722746113 0.0039391055763960967 0.0039391055763960967 0.0039391055763960967 0.0039391055763960967 0.0039391055763960967
transcript-donald-trumps-remarks-on-vaccines-autism-at-the-cnn-republican-presidential-debate 2 -0.0018840397493742607 0.063333422599878161 0.015018768361985423 -0.0055295449689433561 -0.001664032671104242 -0.0071310383579378349 0.006641555155826471 -0.0046539868078414844 0.0005268694329458065 -0.004361495410165059 -0.003089983320694694 0.0020709679922423204 -0.00034332897098777256 -0.0030318773364142858 -0.0024955651108379681 -0.0077945465284478804 -0.0074672870777310859 -0.0059006376853393662 -0.0035465431637185978 -0.0049745058149057728
transcript-donald-trumps-remarks-on-social-security-at-the-cnn-republican-presidential-debate 0 -0.027447493860695383 0.011255992924939237 -0.027212642605928161 -0.031486935442691211 -0.025168415597041496 -0.029777218307986016 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383 -0.027447493860695383
on/transcript-hillary-clintons-remarks-on-the-state-departments-release-of-her-emails-may-19-2015 1 0.023753307765209217 -0.011519766506089634 0.018582205656494703 0.009287993879853804 0.027389090526314799 0.016426269659685612 0.017255290801692042 0.024769666024045914 0.02647537179963973 0.035970916883005882 0.031878845631014306 0.0292113172494767 0.031611995332907046 0.02934692984283653 0.030285298884206023 0.02862088362215048 0.024742623083928546 0.023753307765209217 0.023753307765209217 0.023753307765209217
transcript-donald-trumps-remarks-near-the-u-s-mexico-border-in-texas-july-23-2015 1 0.0015106286026953858 0.0015228338526586116 0.0015597723853605298 0.0016194424962918551 0.0016574143850663357 0.0016452091351031096 0.001623510912946264 0.001620089457203654 0.0016237882915808312 0.001661315274617505 0.0016511140813700253 0.0016751591532865374 0.0016790189670037874 0.0016743002323011047 0.0016781759272832832 0.0016706644252308274 0.0017019729419148035 0.001616590838204967 0.0016479193162121733 0.0016517786120346842
on/abc-democratic-presidential-debate-transcript-hillary-clintons-closing-statement 6 0.012086285503330008 0.023071737985531551 0.024303378394182909 0.021850624417979778 0.021437824364428221 0.021928825809802398 0.020929778128170904 0.022147096065843568 0.021417897307562932 0.020735115669963507 0.017955995978819295 0.019322543826321169 0.018019106564135853 0.016449778075105149 0.016764872595070427 0.017433763737718024 0.016596040771286406 0.015836349942392931 0.015615561948532372 0.014301061551038084
transcript-donald-trumps-remarks-on-deporting-illegal-immigrants-at-the-cnn-republican-presidential-debate 0 -0.0054872303217946006 0.043594459432962751 0.025728106922187931 0.0063837593131981724 0.015490817344846169 0.0086963869374639229 -0.01219881362885856 -0.01843341963597572 -0.016947438695079201 -0.01511823115663649 -0.016217135234784765 -0.012042052191483623 -0.0081063766593819815 -0.0095464753742428281 -0.013649895009566029 -0.012980864863713979 -0.01400930372201197 -0.011725507762080683 -0.012318183700738875 -0.012096727089918349
on/transcript-hillary-clintons-remarks-at-the-new-hampshire-democratic-convention 2 0.035838591421457039 0.016616078504304067 0.013887334224812368 0.0067895076556719327 0.0059558981070682053 0.010305666975938925 0.0062303193355296368 0.007815650823775909 0.013625592011713893 0.021857252433448895 0.020659444501385033 0.016241378714148245 0.024517855338050776 0.031434749291532928 0.032006761377701795 0.022413195926215497 0.0064962396368612079 -0.0065210745336099921 -0.00082037946492494694 0.010334408509742736
on/transcript-hillary-clintons-remarks-on-providing-in-state-college-tuition-to-undocumented-immigrants-at-the-cnn-democratic-presidential-debate 2 0.010977092128247596 0.0156309062204158 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596 0.010977092128247596
on/transcript-hillary-clintons-remarks-on-gun-violence 2 0.0049343383226047909 0.021804512778747485 0.022076921077116122 -0.0022677299598322736 -0.027525902256420754 -0.01842914739189528 0.0074794092669073203 -0.0039197100761476393 -0.0078714030525025847 -0.018231269953390996 0.0026516032319181069 0.0075311436187761342 0.028249293860476667 0.037690603279348617 0.054787555962781002 0.031707619049815873 0.03793754492368788 0.031219554499779974 -0.00090593695504858881 -0.009691111570676595
on/transcript-hillary-clintons-remarks-on-paid-family-leave-at-the-cnn-democratic-presidential-debate 3 0.0039654958249602619 0.0026540818789055785 0.0068628974181815438 0.0024265783362420103 0.013801755469420305 0.004883616597008522 0.0018388608510277978 -0.0013024652534950932 -0.00092164863327679229 -0.0024707644413781496 -0.005052327989574272 -0.0034466537848019726 -0.0034691007457079959 -0.0029889171164068956 0.00014419675236392954 -0.00027998678345856612 -0.0010100060060389089 -0.0006874109339063784 0.0012929777255957502 0.0025620018529466152
transcript-donald-trumps-speech-in-mobile-alabama 5 0.0044279741475577927 -0.0010278391138730792 0.0072331167635949524 0.025241296612627584 0.036012617702322051 0.027676262695107007 0.016372077386392986 0.0093544207987448138 0.010965959496012609 -0.0039671480186974578 0.01571343869577816 0.02770478409178152 0.017071315221371893 0.0077721079076460307 0.016492969868920418 0.012638014156708358 0.015546901196793507 0.025239195603492519 0.011492520687626894 -0.0014133408380302443
on/transcript-hillary-clintons-qa-with-savannah-guthrie-on-benghazi 0 -0.02317721927688891 -0.023908734427259506 -0.024573745977802035 -0.023074317309453203 -0.02275091112608385 -0.022295202413154313 -0.021442586111544197 -0.022817414725911908 -0.023842935497527366 -0.024089341372843919 -0.023751234908412324 -0.024030540248594946 -0.023854136875848028 -0.024206943621341865 -0.023530730692478664 -0.024291646404973735 -0.024670354809850477 -0.024611553685601511 -0.023259127827875127 -0.023109344032182063
transcript-donald-trumps-remarks-on-illegal-immigration-on-meet-the-press 1 0.0025623172471309938 0.0029171055714936577 0.0031764171012386971 0.0031304593696607425 0.00314758087750351 0.0027979416647143786 0.0031097333338510787 0.0032458042646014915 0.0032011766327585327 0.0027483794051695308 0.0024053057966992855 0.002493187764145022 0.0027031083217116674 0.0024075370284260089 0.0023111159053114806 0.0022579491177997309 0.002499452491581915 0.002393118916558416 0.0022536579417127413 0.0020893337156308684
on/transcript-hillary-clintons-remarks-on-gun-control-at-the-cnn-democratic-presidential-debate 0 -0.041157080459654341 -0.1124926647539039 -0.0076687587047757745 -0.00044655162121997677 0.0049640350677948334 0.013947138760117573 -0.0015558093301883849 -0.00050167524760563417 0.0074327140146039968 0.017233074712999341 -0.024452134368886946 -0.028519743425759178 -0.033238706303485833 -0.023617421765549516 -0.028283696322935609 -0.02620041319443616 -0.028234282377921107 -0.032788520064810901 -0.031561776327496759 -0.039228993866946185
transcript-donald-trumps-remarks-on-obamas-red-line-in-syria-at-the-cnn-republican-presidential-debate 0 -0.034535153464747011 0.089012412259455803 -0.0051277053074743253 0.018983601239836952 -0.013042103639797889 -0.022448236037538184 -0.027874666761053466 -0.034157190829388596 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011 -0.034535153464747011
transcript-donald-trumps-remarks-on-his-business-track-record-at-the-cnn-republican-presidential-debate 3 0.0012913710477575695 0.0061084454781625422 0.0078722006852423327 0.0094270635987274264 0.011276960248572806 0.004572105936341885 0.0021798386773290469 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695 0.0012913710477575695
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-race-in-america 9 0.0024625661564405352 0.02523398439441351 0.027385567138902743 0.035271859625718188 0.017112945118922477 0.011272886551535868 0.011651590345129536 0.01280363258236419 0.011234954217985911 0.010855599602263106 0.010466223254483998 0.010562724777687597 0.0078247591280941869 0.0031963691892336167 -0.00061178920162341258 -0.00057967297181285256 -0.00079067415296575508 -0.00017076930447058671 -0.00074709620671343949 0.00037213635203376636
on/transcript-hillary-clintons-remarks-on-the-use-of-her-personal-email-account-as-secretary-of-state 4 0.008959884801407466 0.0072516585991686889 0.0044881725462455752 0.0050514356434954236 0.0082690132881766895 0.010730150940837452 0.0081990074718809643 0.0060964536496167978 0.0076155965143582787 0.0054112720500321086 0.00032279560658807238 0.00029046576514694326 0.0047637664253020202 0.0065698909477716555 0.0064698312554932295 0.0059486894219835107 0.0076580536069514966 0.012215596794586836 0.01068916765982653 0.0091200522456512823
on/transcript-hillary-clintons-remarks-at-the-iowa-jefferson-jackson-dinner 2 0.023366325661601309 0.012519048455027349 0.0034946898940367123 -0.0020307067389974741 0.00044912548567889368 -0.0029258557638768253 -0.0010817705264565031 0.0080713423248601809 0.019466998683552544 0.023394748676491453 0.0290080758524883 0.033912801052197787 0.041357826056307542 0.0273669439667374 0.023222893161170273 -0.00060605435303921242 -0.0030719630857659287 0.0035530586832933954 0.02133091976366374 0.023267709155972101
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-obamacare 1 0.028350249667268332 -0.25114687885740017 0.037368726341086914 0.20663121472419929 0.18739684104430007 0.13430996968777845 0.20566949604020418 0.16513992292898816 0.18379039597931893 0.13802861526589225 0.13142481363579353 0.16064357583498576 0.13979176618654965 0.12903855340296891 0.11424740560716341 0.091426536537251094 0.12844010812777901 0.11561550529989507 0.095239817291156451 0.04238706592267711
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-no-fly-zone-in-syria 2 0.019220254592993209 0.14605291563197947 0.018037627992377223 0.022892504207639833 0.013162065835532399 -0.01146587926101908 0.0081918038890014845 0.026455910014331594 0.033808291342768401 0.038785153200762423 0.037140644943592253 0.036162519831789926 0.037254533451129342 0.044469245473505482 0.04910293482953125 0.046985760081213648 0.046770733177783984 0.047016386450660301 0.050930420662370232 0.048108849884005114
on/transcript-hillary-clintons-remarks-on-keystone-at-the-cnn-democratic-presidential-debate 2 0.0046288111883759833 0.008037377201395253 0.0075899897452908639 0.0033530411702619488 0.0024246982066310975 0.0020505196069801534 0.0029127572496540671 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833 0.0046288111883759833
transcript-donald-trumps-remarks-defending-his-foreign-policy-knowledge-at-the-cnn-republican-presidential-debate 3 0.015044214401116817 -0.0037919757542487016 0.020282557782852182 0.015275206533887016 0.016358373779495845 0.0050999557981576604 0.0068603545583350101 0.008732669593334498 0.010607678996283619 0.0078918106866404797 0.011789417750878139 0.010445903903957074 0.011089840109317798 0.012131348988174142 0.0049536744266310525 0.0055002000215328339 0.011807029580970435 0.017414077343651749 0.018153689069760299 0.017116416096761497
transcript-donald-trumps-remarks-on-obamacare-and-single-payer-system-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 1 -0.0044533446494925627 -0.072222242337279738 -0.013432057201708087 0.017978972629934281 0.037191858289650034 0.022545297804299164 0.027085830000046482 0.0077553127205145719 0.0092251915685961049 0.0079071178699265006 0.00020711434361166145 0.0022308238458693726 0.0014266440315547442 -0.001880113215826392 -0.0024616344238123189 -0.011186404231861742 -0.0051602917587367262 -0.0021224265697553299 -0.0019459307889539645 -0.0022247546603315418
on/transcript-hillary-clintons-remarks-on-political-expediency-at-the-cnn-democratic-presidential-debate 1 0.075055935959612241 0.014453144629807867 0.066305956873141517 0.09856598077780622 0.081964231322554607 0.057838510987810086 0.062833076392018461 0.1262976616539925 0.10630975902216856 0.11486659384075118 0.11114876260786828 0.11265108891016673 0.10931595404776559 0.10960703128762257 0.12069683524443379 0.12710408507164309 0.11563694171228039 0.12277834669713741 0.09497928832289089 0.085682259283212117
on/transcript-hillary-clintons-remarks-on-legalizing-recreational-marijuana-at-the-cnn-democratic-presidential-debate 1 0.021406124000138447 -0.017033971400992318 -0.042027796806950492 -0.028558046817617273 -0.012458112045005987 0.0041788612465331419 0.0079480761912374721 0.016016682846487291 0.021074212784172965 0.022948967780733062 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447 0.021406124000138447
on/transcript-hillary-clintons-remarks-on-russias-involvement-in-syria-at-the-cnn-democratic-presidential-debate 0 -0.010681279583268911 -0.037080464561689522 -0.023002069692824475 -0.039750504967853595 -0.017237209724970247 -0.010331514310845922 -0.018997009083578376 -0.030388025621564004 -0.026248596095773947 -0.015033050049116734 -0.014190936352483061 -0.0070921595040286936 -0.0080038047998226766 -0.020472513890441153 -0.019196810771664758 -0.019353402321336109 -0.018192962824903978 -0.010681279583268911 -0.010681279583268911 -0.010681279583268911
on/transcript-hillary-clintons-remarks-in-keene-new-hampshire 3 -0.012508672436057485 0.01059936254326352 0.028598622158629974 0.024718873805614678 2.4040573225378389e-05 0.00088836184905645747 0.011280208336077159 -0.0088725768852208186 0.012154070596391725 0.0099141766357009019 0.0012844594894973649 -0.022385974841211721 -0.018496872190638638 0.018090062853428523 0.0031372730732751606 -0.0018953732150111034 0.0087820942926416703 0.012520160807441111 0.014224707207327516 0.0095507628158673745
transcript-donald-trumps-remarks-in-sioux-city-iowa 7 0.011592474489567982 0.0068402516413012598 0.011958976449896455 -0.0026982146513006614 0.010945504709984509 0.00075808800673070277 0.0042063806735120517 0.0071349873983643178 -0.010056332560733591 0.0038187053928478956 0.0022513061931938678 0.0079198944031540278 0.0039389657224704958 0.013569613641831721 0.0022807104265240631 0.010585584414198853 0.0043421163459054129 0.010132614133939857 -0.0051643099816964175 0.0065554664595177106
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-sending-ground-troops-to-fight-isis 0 -0.036880071362040925 -0.035966188062010705 -0.035936499518256344 -0.034841282199577821 -0.034163291860493758 -0.0314505228096131 -0.031711286169102688 -0.031677587174681811 -0.030207670466707134 -0.028168881304244036 -0.028960807673134664 -0.028998517118222041 -0.03073401533089724 -0.031071005275106017 -0.029150162593115991 -0.02719562091670508 -0.027658982089992158 -0.026883905218311969 -0.02624362432431528 -0.026655236392981896
on/transcript-hillary-clintons-campaign-announcement-speech 1 0.041266679535892872 0.015832691244585213 0.014035020195847651 0.022242229737785738 0.0035240826588040022 -0.00048540449273574244 0.032657686990904204 0.033481776410439069 0.022661389293963267 0.028710598517740084 0.045055496764552727 0.051840422658071303 0.043009917127572794 0.033056337758203713 0.02647825900150412 0.010706620115890353 0.019493157349427775 0.03248976439982186 0.01333298817951638 0.02939938964862631
transcript-donald-trumps-remarks-on-jeb-bush-speaking-spanish-at-the-cnn-republican-presidential-debate 3 0.0055855093662630978 0.01181199099684912 0.0098225121733066072 0.009611861474343281 0.0081579267567072275 0.0075851580313178795 0.006462133829150318 0.0062901738100956863 0.0060909868961502734 0.0055434938911250054 0.0053043351726259711 0.0053246810171092424 0.0055855093662630978 0.0055855093662630978 0.0055855093662630978 0.0055855093662630978 0.0055855093662630978 0.0055855093662630978 0.0055855093662630978 0.0055855093662630978
on/transcript-hillary-clintons-remarks-on-her-emails-at-the-cnn-democratic-presidential-debate 3 -0.0003456618572415188 0.041588778671998339 0.029316105327468749 0.012431881998934111 0.014365757798678162 0.011955851032843261 -0.0010308687608225914 -0.0083307186202960341 -0.00075194436662874011 0.0019195314977612833 -0.0023250779498820793 -0.0032419785038866017 -0.0032339257925919646 -0.00081590013541617311 0.0036474738066818255 0.0016248480177925597 0.00088707071103171235 0.0052176668677485572 0.0047837495213009576 0.0038317868041086874
transcript-donald-trumps-press-conference-on-his-new-book-crippled-america 6 0.014295128600540717 0.015133150683373269 0.0058961943227212321 -0.014546058915151101 -0.017428468125962274 8.4411928863499492e-05 0.014874252429361709 0.016496245707891845 0.022293819628735542 0.016786390103805868 0.016277522714574628 0.010714056770807586 0.0067142177607191177 0.0016351502280835849 0.0013623647998931272 0.0054084905413317392 0.010892105233570291 0.012486157740455982 -0.0002450756113112361 0.0058578373792826967
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-taxes 6 0.0049984723066580587 0.014264393030793384 0.023315792713670406 0.020698303451685812 0.014852204921165244 0.022020672625272356 0.014255202078334245 0.010589469270661874 0.01099852384987335 0.012166813436230496 0.0056459498743266258 0.0048561397435262889 0.0057400718422088151 0.0064678114311430617 0.0067768714584547744 0.0075220414403098668 0.0052047674019476608 0.0059836561451413871 0.0041354789230156246 0.0046099360384459819
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-college-affordability 2 0.021797840134165688 0.023976838763065861 0.01702607526675981 0.019997044459393206 0.010175853666534384 0.014254589580320151 0.018621920474276688 0.017208965091615284 0.017282367917062533 0.013162345364322594 0.013821944005569079 0.013246776603433014 0.011325318519149363 0.017052859359352589 0.019578214667633098 0.018607856500119108 0.021312667467571076 0.021566334815429553 0.021219534396130373 0.020475509384626011
on/transcript-hillary-clintons-remarks-at-the-iowa-democratic-hall-of-fame-dinner 7 0.012834761733556273 0.011344893691282179 0.014454487246296555 0.012856958984355108 0.014323425836531123 0.010582478608331123 0.0056189678847696819 0.0084607047073278988 0.0064330877522605218 0.0025696799836830036 0.0051929500874056721 0.0026843711632542995 0.0010848074534318935 0.0019919734352387025 -0.0015157998610949794 -0.0024024316092663383 -0.0056851727652575184 -0.0024250012907827403 -0.0036516356819060814 0.00064822738831076107
transcript-donald-trumps-remarks-on-iranian-general-soleimani-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 1 -0.0067120414467540567 -0.04168630958272735 -0.099453855574254874 -0.044033129335472904 -0.066182431990355103 -0.048012613756530834 -0.028698512128451998 -0.0035822068506940305 -0.0050877215282790281 0.0045553301215305805 0.0027904243392825141 0.0074268473534812862 0.0093172441683766847 -8.8112449402679837e-05 0.0028667651731020291 -0.0036929108460657853 -0.0022449238910795203 -0.00074829686935757895 -0.0036571718168695276 -0.0013826849129983773
on/transcript-hillary-clintons-remarks-on-the-economy-at-new-york-university 7 0.0090184170786142877 0.0069986652647252437 0.0093573459848218729 0.0061767155117544445 0.0056662420238013118 0.012055813335979732 0.010594250185305541 0.0050207595319517323 0.0024386521847196948 0.00061373733648262263 0.0064488103417667817 0.0026172981836665196 0.0020920500447417123 0.0051048262923841532 0.0067627380272052709 0.01181855847264314 0.0072885513698545236 0.00085249720546949235 0.002617107578143478 0.010019026608337308
on/transcript-hillary-clintons-testimony-at-the-benghazi-select-committee 0 -0.0074502156933569444 -0.0053755629487326562 -0.014683315734592407 -0.013034675153888295 -0.010862079636551549 -0.0098574824086021685 -0.013417628126158924 -0.019922829927756715 -0.023928127181809068 -0.023335436645369374 -0.015129716952838787 -0.015572098085585575 -0.015419271731810198 -0.019890109576684398 -0.015482466524119618 -0.020653752024809534 -0.017439040895371533 0.00079200856866014184 -0.00088207255311610036 0.022428525575479297
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-terrorism-gun-control 0 -0.0054599444998125008 -0.0049228591363325224 -0.0021819596748898122 -0.0019810665308856094 -0.0050525381070227341 -0.0037163814872343856 -0.0045821655971483161 -0.0047710639484022672 -0.0034765118116460388 -0.0057669043206001738 -0.0062312794340994649 -0.006593334607336198 -0.00815174600518127 -0.0095666102713254375 -0.010463877439781706 -0.011258824667975413 -0.012213060557141196 -0.01072754805507368 -0.010629451948633104 -0.013058108331033278
on/transcript-hillary-clintons-remarks-on-climate-change-at-the-cnn-democratic-presidential-debate 1 0.022138367392340336 -0.023056413650978397 -0.012496915489295766 -0.0077923092076328665 0.0089512393336194738 0.013073500652860778 0.028145822145795078 0.026330599206188604 0.023415349892073299 0.024328218448910796 0.028533849073613397 0.02188629320080436 0.023981870700565417 0.02103910558275664 0.022138367392340336 0.022138367392340336 0.022138367392340336 0.022138367392340336 0.022138367392340336 0.022138367392340336
on/transcript-hillary-clintons-speech-on-agriculture-rural-policy 2 0.02012348208819921 0.020865512167064549 0.017436004870563987 0.01425742430589432 0.0034898106593884959 0.0051805466461184247 0.012908787830194427 0.028856214481570438 0.028940432601431972 0.019945716269062309 0.016610859081429639 0.019791496438554653 0.029457604883901766 0.038230781685734169 0.034148053206571855 0.033068514393018555 0.014775073779795526 0.010924623910717024 0.0052205249002289962 0.010650975342225913
on/transcript-hillary-clintons-opening-remarks-at-the-cnn-democratic-presidential-debate 2 0.048265222637786723 0.11922190139094985 0.097087311031360077 0.032323139238486599 0.071263622278505454 0.1211894205340244 0.1110239049614721 0.089709114244830163 0.1050803575501008 0.14764162234647232 0.12758385774901698 0.10714848846753722 0.1015962090675728 0.086303792651047179 0.10095208077668527 0.099218790103024285 0.10292838348736291 0.117775196138689 0.11402983698561391 0.12569400383527421
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-heroin 3 0.0075985747283279972 -0.027410591264145034 0.009596501843241104 -0.013702033880101553 -0.013166661772503276 -0.0062476024796560298 -0.0018463653878953161 -0.0071009690030485583 -0.0033232994377300918 -0.006458411417400201 -0.0038700956074905406 -0.00823102702389647 -0.0038561666163570174 -0.00047969873839406142 -0.0013618174049754217 -0.0008991236528239732 -0.00056098427364305629 0.0035935753006895864 0.0069575652058085089 0.0068012460964675175
transcript-donald-trumps-remarks-on-tax-reform-at-the-cnn-republican-presidential-debate 3 -0.0035750471023368235 -0.019807189493984575 0.00092762811496477165 0.022631697568801283 0.0060784496731923028 0.0076496445769129945 0.0040190670105684553 -0.00026422703276138829 -0.0070412153827278156 -0.007514095505173503 -0.0055334726286374643 -0.0048766213176222074 -0.0035750471023368235 -0.0035750471023368235 -0.0035750471023368235 -0.0035750471023368235 -0.0035750471023368235 -0.0035750471023368235 -0.0035750471023368235 -0.0035750471023368235
on/transcript-hillary-clintons-remarks-on-voting-rights 2 0.0068953434974799825 0.0035192927851087092 0.00029504668925393429 -0.0046071889694684282 -0.0022342930327460524 -0.010534400796688286 -0.010394569457330109 -0.002861026797849533 -0.004750881785937724 0.00031088144352335866 -0.00086919104043367264 0.00378292628664314 0.016340187182641786 0.021617107536266521 0.024397524213905147 0.016188188143212833 0.0083516060288672585 0.0077042039178207618 0.0099693268695488137 0.019104561192529013
on/transcript-hillary-clintons-economic-policy-speech-at-the-new-school 7 0.0072707574715814563 0.021002680216418428 0.02744873559654144 0.015725881232764832 0.020718582980918599 0.027061823599384447 0.023227408265320423 0.015805716209060027 0.017670307641323598 0.013849739293277902 0.010969511835852548 0.030208495087967503 0.02872838732181409 0.017307425873298504 0.01435161833049356 0.0042355636250731013 -0.0070340633077625126 -0.0096980187030008946 0.008042000036262301 0.026715451755384246
on/transcript-hillary-clintons-speech-on-homeland-security 4 0.0021188731518588808 -0.0073010879279809329 -0.018057954972819337 -0.010098760293317195 0.00016576780635708276 0.0032150671316486493 0.0048589616669976934 0.0026179517873285421 0.0061675107728853817 0.0033244590934403458 -0.017045660969980874 -0.019963629847441201 -0.0034996119384769478 0.010097473184778225 0.0084817852743371523 -0.0027238546364063928 -0.010138762449361278 -0.00088519709352689175 0.008988012605064908 0.010062052862517951
on/transcript-hillary-clintons-remarks-on-the-use-of-her-personal-email-account-while-serving-as-secretary-of-state 0 -0.00094572885217893913 -0.00071762502995268622 -0.00060845940714511374 -0.0011717540208321855 -0.0023245429976801479 -0.0029096707359287355 -0.0016716279144077207 -0.0019729250333566199 -0.0015657895897259484 -0.0014784570914798895 -0.0020317698107895632 -0.0024345386295079323 -0.0022380405084543044 -0.0026747029996845944 -0.0028709918029719336 -0.003237788295605378 -0.0026046276833214571 -0.0030281902998148375 -0.0028970488991719064 -0.0034679579122179477
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-regime-change-in-syria-isis 0 -0.005144969000996244 -0.023409228326311773 -0.03309706308722471 -0.018476961309961966 -0.013722936158100819 -0.010125170495622459 -0.0075019116429744896 -0.0035213172866880439 -0.0043239534547036846 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244 -0.005144969000996244
on/transcript-hillary-clintons-remarks-on-extending-obamacare-to-undocumented-immigrants-at-the-cnn-democratic-presidential-debate 1 0.033835713046457577 -0.0092274216849023462 0.027517135618089293 0.039956699288372921 0.049101834747071825 0.051731912786372174 0.038093058202227831 0.035803030658113355 0.02733943893268137 0.025509196616846901 0.017263392359751644 0.01806506590417796 0.01667012086163042 0.016947199084040573 0.019588633876581579 0.023997616981403892 0.025038633693939005 0.031567443853324155 0.033835713046457577 0.033835713046457577
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment