tf-idf de todas las sesiones parlamentarias analizadas

May 30, 2017 · 18492 words · 87 minute read




Diputados:

library(dplyr)
library(tidytext)

sesion_diputados_words <- diputados %>%
  unnest_tokens(word, pdf) %>%
  count(fecha, sesion, fecha_sesion, word, sort = TRUE) %>%
  ungroup()

diputados_words <- sesion_diputados_words %>% 
  group_by(fecha_sesion) %>% 
  summarize(total = sum(n))

sesion_diputados_tfidf <- left_join(sesion_diputados_words, diputados_words) %>%
  bind_tf_idf(word, fecha_sesion, n) 

for (i in unique(sesion_diputados_tfidf$fecha_sesion)){
  sesion_diputados_tfidf %>%
    filter(fecha_sesion == i) %>%
    arrange(desc(tf_idf)) %>%
    mutate(word = factor(word, levels = rev(unique(word)))) %>%
    top_n(15, tf_idf) %>%
    knitr::kable(format = "html") %>%
    print(kableExtra::kable_styling(full_width = F))
  cat("\n")
}
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-04 31 2017-08-04_31 aditivo 233 221358 0.0010526 1.6247054 0.0017102
2017-08-04 31 2017-08-04_31 ejecutora 245 221358 0.0011068 1.4816045 0.0016398
2017-08-04 31 2017-08-04_31 1.1 123 221358 0.0005557 2.5802168 0.0014337
2017-08-04 31 2017-08-04_31 viernes 381 221358 0.0017212 0.8223589 0.0014154
2017-08-04 31 2017-08-04_31 001 98 221358 0.0004427 2.2437446 0.0009934
2017-08-04 31 2017-08-04_31 461 62 221358 0.0002801 3.4965076 0.0009793
2017-08-04 31 2017-08-04_31 000 78 221358 0.0003524 2.5802168 0.0009092
2017-08-04 31 2017-08-04_31 pesos 201 221358 0.0009080 0.9707789 0.0008815
2017-08-04 31 2017-08-04_31 agosto 968 221358 0.0043730 0.1823216 0.0007973
2017-08-04 31 2017-08-04_31 creditos 162 221358 0.0007318 0.9707789 0.0007105
2017-08-04 31 2017-08-04_31 sustituyese 140 221358 0.0006325 1.0986123 0.0006948
2017-08-04 31 2017-08-04_31 escalafon 84 221358 0.0003795 1.7917595 0.0006799
2017-08-04 31 2017-08-04_31 ferroviario 69 221358 0.0003117 2.1102132 0.0006578
2017-08-04 31 2017-08-04_31 reasignase 40 221358 0.0001807 3.4965076 0.0006318
2017-08-04 31 2017-08-04_31 441 37 221358 0.0001672 3.4965076 0.0005844
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-28 6 2017-03-28_6 cls 92 161153 0.0005709 4.1896547 0.0023918
2017-03-28 6 2017-03-28_6 18.566 102 161153 0.0006329 3.4965076 0.0022131
2017-03-28 6 2017-03-28_6 investigar 208 161153 0.0012907 1.1451323 0.0014780
2017-03-28 6 2017-03-28_6 empleadores 119 161153 0.0007384 1.8870696 0.0013935
2017-03-28 6 2017-03-28_6 tripartito 80 161153 0.0004964 2.8033604 0.0013917
2017-03-28 6 2017-03-28_6 num 50 161153 0.0003103 3.0910425 0.0009590
2017-03-28 6 2017-03-28_6 piquete 36 161153 0.0002234 4.1896547 0.0009359
2017-03-28 6 2017-03-28_6 usd 37 161153 0.0002296 3.4965076 0.0008028
2017-03-28 6 2017-03-28_6 negociacion 191 161153 0.0011852 0.6632942 0.0007861
2017-03-28 6 2017-03-28_6 oit 67 161153 0.0004158 1.6247054 0.0006755
2017-03-28 6 2017-03-28_6 bergara 38 161153 0.0002358 2.8033604 0.0006610
2017-03-28 6 2017-03-28_6 bipartita 25 161153 0.0001551 4.1896547 0.0006499
2017-03-28 6 2017-03-28_6 sanabria 37 161153 0.0002296 2.8033604 0.0006436
2017-03-28 6 2017-03-28_6 saldos 54 161153 0.0003351 1.8870696 0.0006323
2017-03-28 6 2017-03-28_6 ilicitudes 29 161153 0.0001800 3.4965076 0.0006292
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-14 52 2017-11-14_52 francas 326 121933 0.0026736 1.8870696 0.0050453
2017-11-14 52 2017-11-14_52 15.921 143 121933 0.0011728 2.2437446 0.0026314
2017-11-14 52 2017-11-14_52 voluntariado 103 121933 0.0008447 1.7917595 0.0015135
2017-11-14 52 2017-11-14_52 desarrolladores 41 121933 0.0003363 4.1896547 0.0014088
2017-11-14 52 2017-11-14_52 franca 89 121933 0.0007299 1.5505974 0.0011318
2017-11-14 52 2017-11-14_52 zonas 507 121933 0.0041580 0.2578291 0.0010721
2017-11-14 52 2017-11-14_52 1987 133 121933 0.0010908 0.9707789 0.0010589
2017-11-14 52 2017-11-14_52 noviembre 533 121933 0.0043713 0.2193628 0.0009589
2017-11-14 52 2017-11-14_52 303 41 121933 0.0003363 2.5802168 0.0008676
2017-11-14 52 2017-11-14_52 dormitorio 33 121933 0.0002706 3.0910425 0.0008366
2017-11-14 52 2017-11-14_52 transaccion 63 121933 0.0005167 1.4170660 0.0007322
2017-11-14 52 2017-11-14_52 desarrollador 24 121933 0.0001968 3.4965076 0.0006882
2017-11-14 52 2017-11-14_52 usuario 72 121933 0.0005905 1.1451323 0.0006762
2017-11-14 52 2017-11-14_52 localizadas 21 121933 0.0001722 3.4965076 0.0006022
2017-11-14 52 2017-11-14_52 mercaderias 44 121933 0.0003609 1.6247054 0.0005863
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-02-15 3 2017-02-15_3 interpelante 78 142437 0.0005476 3.4965076 0.0019147
2017-02-15 3 2017-02-15_3 penarol 119 142437 0.0008355 2.2437446 0.0018746
2017-02-15 3 2017-02-15_3 rapinas 120 142437 0.0008425 2.1102132 0.0017778
2017-02-15 3 2017-02-15_3 amsterdam 54 142437 0.0003791 3.0910425 0.0011719
2017-02-15 3 2017-02-15_3 homicidios 120 142437 0.0008425 1.3564414 0.0011428
2017-02-15 3 2017-02-15_3 entradas 77 142437 0.0005406 2.1102132 0.0011408
2017-02-15 3 2017-02-15_3 estadio 86 142437 0.0006038 1.7047481 0.0010293
2017-02-15 3 2017-02-15_3 bonomi 98 142437 0.0006880 1.4816045 0.0010194
2017-02-15 3 2017-02-15_3 clasico 76 142437 0.0005336 1.7917595 0.0009560
2017-02-15 3 2017-02-15_3 bravas 43 142437 0.0003019 3.0910425 0.0009331
2017-02-15 3 2017-02-15_3 policia 293 142437 0.0020570 0.4519851 0.0009298
2017-02-15 3 2017-02-15_3 hinchas 36 142437 0.0002527 3.4965076 0.0008837
2017-02-15 3 2017-02-15_3 interpelacion 85 142437 0.0005968 1.3564414 0.0008095
2017-02-15 3 2017-02-15_3 tribuna 83 142437 0.0005827 1.3564414 0.0007904
2017-02-15 3 2017-02-15_3 barras 72 142437 0.0005055 1.5505974 0.0007838
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-12 58 2017-12-12_58 basada 322 121570 0.0026487 0.6343067 0.0016801
2017-12-12 58 2017-12-12_58 violencia 757 121570 0.0062269 0.2578291 0.0016055
2017-12-12 58 2017-12-12_58 sexual 198 121570 0.0016287 0.6931472 0.0011289
2017-12-12 58 2017-12-12_58 desalojos 45 121570 0.0003702 2.5802168 0.0009551
2017-12-12 58 2017-12-12_58 genero 514 121570 0.0042280 0.1823216 0.0007709
2017-12-12 58 2017-12-12_58 adquisitiva 30 121570 0.0002468 3.0910425 0.0007628
2017-12-12 58 2017-12-12_58 art 80 121570 0.0006581 1.1451323 0.0007536
2017-12-12 58 2017-12-12_58 discapacidad 136 121570 0.0011187 0.6343067 0.0007096
2017-12-12 58 2017-12-12_58 agresora 25 121570 0.0002056 3.0910425 0.0006357
2017-12-12 58 2017-12-12_58 sabalero 27 121570 0.0002221 2.8033604 0.0006226
2017-12-12 58 2017-12-12_58 prescripcion 61 121570 0.0005018 1.1939225 0.0005991
2017-12-12 58 2017-12-12_58 victima 110 121570 0.0009048 0.6343067 0.0005739
2017-12-12 58 2017-12-12_58 272 41 121570 0.0003373 1.5505974 0.0005229
2017-12-12 58 2017-12-12_58 asentamientos 58 121570 0.0004771 1.0541605 0.0005029
2017-12-12 58 2017-12-12_58 domestica 74 121570 0.0006087 0.8223589 0.0005006
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-20 1 2017-12-20_1 lavado 271 122193 0.0022178 0.8574502 0.0019017
2017-12-20 1 2017-12-20_1 activos 294 122193 0.0024060 0.5520686 0.0013283
2017-12-20 1 2017-12-20_1 terrorismo 170 122193 0.0013912 0.7556675 0.0010513
2017-12-20 1 2017-12-20_1 delictivas 73 122193 0.0005974 1.7047481 0.0010184
2017-12-20 1 2017-12-20_1 decomiso 44 122193 0.0003601 2.5802168 0.0009291
2017-12-20 1 2017-12-20_1 gafi 33 122193 0.0002701 3.0910425 0.0008348
2017-12-20 1 2017-12-20_1 envios 21 122193 0.0001719 4.1896547 0.0007200
2017-12-20 1 2017-12-20_1 obligados 116 122193 0.0009493 0.7239188 0.0006872
2017-12-20 1 2017-12-20_1 delito 137 122193 0.0011212 0.6061358 0.0006796
2017-12-20 1 2017-12-20_1 clientes 54 122193 0.0004419 1.4816045 0.0006548
2017-12-20 1 2017-12-20_1 diligencia 66 122193 0.0005401 1.1939225 0.0006449
2017-12-20 1 2017-12-20_1 sujetos 107 122193 0.0008757 0.7239188 0.0006339
2017-12-20 1 2017-12-20_1 cliente 45 122193 0.0003683 1.7047481 0.0006278
2017-12-20 1 2017-12-20_1 delitos 154 122193 0.0012603 0.4519851 0.0005696
2017-12-20 1 2017-12-20_1 postal 31 122193 0.0002537 2.2437446 0.0005692
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-10 14 2017-05-10_14 venezuela 679 119059 0.0057031 0.7884574 0.0044966
2017-05-10 14 2017-05-10_14 canciller 162 119059 0.0013607 1.6247054 0.0022107
2017-05-10 14 2017-05-10_14 maduro 141 119059 0.0011843 1.7917595 0.0021220
2017-05-10 14 2017-05-10_14 chavez 50 119059 0.0004200 3.0910425 0.0012981
2017-05-10 14 2017-05-10_14 unasur 65 119059 0.0005459 2.2437446 0.0012250
2017-05-10 14 2017-05-10_14 venezolana 68 119059 0.0005711 1.7917595 0.0010234
2017-05-10 14 2017-05-10_14 venezolano 83 119059 0.0006971 1.3564414 0.0009456
2017-05-10 14 2017-05-10_14 revocatorio 34 119059 0.0002856 3.0910425 0.0008827
2017-05-10 14 2017-05-10_14 cancilleria 69 119059 0.0005795 1.4170660 0.0008213
2017-05-10 14 2017-05-10_14 oea 73 119059 0.0006131 1.2992830 0.0007966
2017-05-10 14 2017-05-10_14 venezolanos 54 119059 0.0004536 1.7047481 0.0007732
2017-05-10 14 2017-05-10_14 interpelante 26 119059 0.0002184 3.4965076 0.0007636
2017-05-10 14 2017-05-10_14 bolivariana 69 119059 0.0005795 1.2452158 0.0007217
2017-05-10 14 2017-05-10_14 referendum 44 119059 0.0003696 1.8870696 0.0006974
2017-05-10 14 2017-05-10_14 leopoldo 28 119059 0.0002352 2.8033604 0.0006593
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-14 60 2017-12-14_60 afap 193 103497 0.0018648 1.8870696 0.0035190
2017-12-14 60 2017-12-14_60 cincuentones 115 103497 0.0011111 1.9924302 0.0022139
2017-12-14 60 2017-12-14_60 mixto 71 103497 0.0006860 2.3978953 0.0016450
2017-12-14 60 2017-12-14_60 desafiliacion 53 103497 0.0005121 2.5802168 0.0013213
2017-12-14 60 2017-12-14_60 fideicomiso 62 103497 0.0005991 1.7047481 0.0010212
2017-12-14 60 2017-12-14_60 16.713 63 103497 0.0006087 1.5505974 0.0009439
2017-12-14 60 2017-12-14_60 pesce 30 103497 0.0002899 3.0910425 0.0008960
2017-12-14 60 2017-12-14_60 viviana 30 103497 0.0002899 3.0910425 0.0008960
2017-12-14 60 2017-12-14_60 jubilacion 101 103497 0.0009759 0.8574502 0.0008368
2017-12-14 60 2017-12-14_60 previsional 44 103497 0.0004251 1.7917595 0.0007617
2017-12-14 60 2017-12-14_60 diciembre 621 103497 0.0060002 0.1121173 0.0006727
2017-12-14 60 2017-12-14_60 ahorro 85 103497 0.0008213 0.7884574 0.0006475
2017-12-14 60 2017-12-14_60 jubilarse 33 103497 0.0003188 1.9924302 0.0006353
2017-12-14 60 2017-12-14_60 jueves 160 103497 0.0015459 0.3610133 0.0005581
2017-12-14 60 2017-12-14_60 1995 90 103497 0.0008696 0.6343067 0.0005516
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-02 29 2017-08-02_29 rendicion 285 110462 0.0025801 0.4284546 0.0011054
2017-08-02 29 2017-08-02_29 deficit 129 110462 0.0011678 0.9315582 0.0010879
2017-08-02 29 2017-08-02_29 us 257 110462 0.0023266 0.4054651 0.0009434
2017-08-02 29 2017-08-02_29 deuda 132 110462 0.0011950 0.6632942 0.0007926
2017-08-02 29 2017-08-02_29 agosto 458 110462 0.0041462 0.1823216 0.0007559
2017-08-02 29 2017-08-02_29 bruto 52 110462 0.0004708 1.5505974 0.0007299
2017-08-02 29 2017-08-02_29 gasto 173 110462 0.0015661 0.4519851 0.0007079
2017-08-02 29 2017-08-02_29 crecimiento 151 110462 0.0013670 0.4284546 0.0005857
2017-08-02 29 2017-08-02_29 fiscal 118 110462 0.0010682 0.5260931 0.0005620
2017-08-02 29 2017-08-02_29 cuentas 339 110462 0.0030689 0.1823216 0.0005595
2017-08-02 29 2017-08-02_29 pbi 46 110462 0.0004164 1.2992830 0.0005411
2017-08-02 29 2017-08-02_29 proyecciones 21 110462 0.0001901 2.3978953 0.0004559
2017-08-02 29 2017-08-02_29 presupuestal 76 110462 0.0006880 0.6061358 0.0004170
2017-08-02 29 2017-08-02_29 endeudamiento 35 110462 0.0003169 1.2992830 0.0004117
2017-08-02 29 2017-08-02_29 neta 15 110462 0.0001358 2.8033604 0.0003807
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-03 30 2017-08-03_30 461 112 102840 0.0010891 3.4965076 0.0038079
2017-08-03 30 2017-08-03_30 aditivo 119 102840 0.0011571 1.6247054 0.0018800
2017-08-03 30 2017-08-03_30 733 40 102840 0.0003890 2.8033604 0.0010904
2017-08-03 30 2017-08-03_30 agosto 568 102840 0.0055231 0.1823216 0.0010070
2017-08-03 30 2017-08-03_30 escalafon 53 102840 0.0005154 1.7917595 0.0009234
2017-08-03 30 2017-08-03_30 vapor 32 102840 0.0003112 2.3978953 0.0007461
2017-08-03 30 2017-08-03_30 460 25 102840 0.0002431 2.8033604 0.0006815
2017-08-03 30 2017-08-03_30 onfi 19 102840 0.0001848 3.4965076 0.0006460
2017-08-03 30 2017-08-03_30 ejecutora 44 102840 0.0004278 1.4816045 0.0006339
2017-08-03 30 2017-08-03_30 inconstitucional 50 102840 0.0004862 1.2452158 0.0006054
2017-08-03 30 2017-08-03_30 ayudante 24 102840 0.0002334 2.5802168 0.0006022
2017-08-03 30 2017-08-03_30 jueves 168 102840 0.0016336 0.3610133 0.0005898
2017-08-03 30 2017-08-03_30 comisario 23 102840 0.0002236 2.5802168 0.0005771
2017-08-03 30 2017-08-03_30 sentencia 62 102840 0.0006029 0.9315582 0.0005616
2017-08-03 30 2017-08-03_30 judiciales 68 102840 0.0006612 0.7884574 0.0005213
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-17 47 2017-10-17_47 riego 100 93343 0.0010713 1.7047481 0.0018263
2017-10-17 47 2017-10-17_47 audiencia 103 93343 0.0011035 1.2992830 0.0014337
2017-10-17 47 2017-10-17_47 17.823 49 93343 0.0005249 1.9924302 0.0010459
2017-10-17 47 2017-10-17_47 sustituyese 85 93343 0.0009106 1.0986123 0.0010004
2017-10-17 47 2017-10-17_47 emprendedores 46 93343 0.0004928 1.9924302 0.0009819
2017-10-17 47 2017-10-17_47 imputado 50 93343 0.0005357 1.7917595 0.0009598
2017-10-17 47 2017-10-17_47 acusacion 54 93343 0.0005785 1.5505974 0.0008970
2017-10-17 47 2017-10-17_47 emprendedor 36 93343 0.0003857 2.1102132 0.0008139
2017-10-17 47 2017-10-17_47 emprendedora 24 93343 0.0002571 3.0910425 0.0007948
2017-10-17 47 2017-10-17_47 19.293 54 93343 0.0005785 1.3564414 0.0007847
2017-10-17 47 2017-10-17_47 cpp 25 93343 0.0002678 2.8033604 0.0007508
2017-10-17 47 2017-10-17_47 privativas 22 93343 0.0002357 3.0910425 0.0007285
2017-10-17 47 2017-10-17_47 formalizacion 30 93343 0.0003214 2.1102132 0.0006782
2017-10-17 47 2017-10-17_47 trombosis 15 93343 0.0001607 4.1896547 0.0006733
2017-10-17 47 2017-10-17_47 sentencia 67 93343 0.0007178 0.9315582 0.0006687
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-13 59 2017-12-13_59 violencia 573 90678 0.0063191 0.2578291 0.0016292
2017-12-13 59 2017-12-13_59 basada 178 90678 0.0019630 0.6343067 0.0012451
2017-12-13 59 2017-12-13_59 ideologia 66 90678 0.0007279 1.2992830 0.0009457
2017-12-13 59 2017-12-13_59 mujer 151 90678 0.0016652 0.4760827 0.0007928
2017-12-13 59 2017-12-13_59 sexual 103 90678 0.0011359 0.6931472 0.0007873
2017-12-13 59 2017-12-13_59 genero 378 90678 0.0041686 0.1823216 0.0007600
2017-12-13 59 2017-12-13_59 lobby 18 90678 0.0001985 3.4965076 0.0006941
2017-12-13 59 2017-12-13_59 ceramicos 20 90678 0.0002206 3.0910425 0.0006818
2017-12-13 59 2017-12-13_59 varones 38 90678 0.0004191 1.5505974 0.0006498
2017-12-13 59 2017-12-13_59 domestica 70 90678 0.0007720 0.8223589 0.0006348
2017-12-13 59 2017-12-13_59 diciembre 492 90678 0.0054258 0.1121173 0.0006083
2017-12-13 59 2017-12-13_59 victima 81 90678 0.0008933 0.6343067 0.0005666
2017-12-13 59 2017-12-13_59 ninas 71 90678 0.0007830 0.6343067 0.0004967
2017-12-13 59 2017-12-13_59 haro 40 90678 0.0004411 1.0541605 0.0004650
2017-12-13 59 2017-12-13_59 olmos 21 90678 0.0002316 1.9924302 0.0004614
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-03 41 2017-10-03_41 laicidad 255 81423 0.0031318 1.3564414 0.0042481
2017-10-03 41 2017-10-03_41 religiosa 109 81423 0.0013387 1.5505974 0.0020758
2017-10-03 41 2017-10-03_41 religioso 60 81423 0.0007369 1.8870696 0.0013906
2017-10-03 41 2017-10-03_41 laicismo 26 81423 0.0003193 3.4965076 0.0011165
2017-10-03 41 2017-10-03_41 religion 73 81423 0.0008966 0.9707789 0.0008704
2017-10-03 41 2017-10-03_41 iglesia 38 81423 0.0004667 1.6247054 0.0007582
2017-10-03 41 2017-10-03_41 laica 25 81423 0.0003070 2.3978953 0.0007362
2017-10-03 41 2017-10-03_41 laico 28 81423 0.0003439 2.1102132 0.0007257
2017-10-03 41 2017-10-03_41 gabino 17 81423 0.0002088 3.0910425 0.0006454
2017-10-03 41 2017-10-03_41 mevir 63 81423 0.0007737 0.8223589 0.0006363
2017-10-03 41 2017-10-03_41 octubre 486 81423 0.0059688 0.0953102 0.0005689
2017-10-03 41 2017-10-03_41 religiones 23 81423 0.0002825 1.8870696 0.0005331
2017-10-03 41 2017-10-03_41 templos 14 81423 0.0001719 3.0910425 0.0005315
2017-10-03 41 2017-10-03_41 cultos 18 81423 0.0002211 2.2437446 0.0004960
2017-10-03 41 2017-10-03_41 jutep 19 81423 0.0002333 1.9924302 0.0004649
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-15 53 2017-11-15_53 clemente 73 86525 0.0008437 2.2437446 0.0018930
2017-11-15 53 2017-11-15_53 sucursales 94 86525 0.0010864 1.2452158 0.0013528
2017-11-15 53 2017-11-15_53 estable 88 86525 0.0010170 1.1939225 0.0012143
2017-11-15 53 2017-11-15_53 sas 46 86525 0.0005316 2.1102132 0.0011219
2017-11-15 53 2017-11-15_53 noviembre 413 86525 0.0047732 0.2193628 0.0010471
2017-11-15 53 2017-11-15_53 cierres 26 86525 0.0003005 2.5802168 0.0007753
2017-11-15 53 2017-11-15_53 banco 398 86525 0.0045998 0.1643031 0.0007558
2017-11-15 53 2017-11-15_53 clientes 42 86525 0.0004854 1.4816045 0.0007192
2017-11-15 53 2017-11-15_53 reestructura 53 86525 0.0006125 1.1451323 0.0007014
2017-11-15 53 2017-11-15_53 constitutivo 27 86525 0.0003120 2.1102132 0.0006585
2017-11-15 53 2017-11-15_53 biologicas 27 86525 0.0003120 1.7917595 0.0005591
2017-11-15 53 2017-11-15_53 emprendedor 22 86525 0.0002543 2.1102132 0.0005365
2017-11-15 53 2017-11-15_53 elinger 16 86525 0.0001849 2.8033604 0.0005184
2017-11-15 53 2017-11-15_53 ssf 10 86525 0.0001156 4.1896547 0.0004842
2017-11-15 53 2017-11-15_53 inversores 23 86525 0.0002658 1.7917595 0.0004763
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-05 54 2017-12-05_54 fracking 152 75506 0.0020131 2.8033604 0.0056434
2017-12-05 54 2017-12-05_54 fractura 85 75506 0.0011257 2.3978953 0.0026994
2017-12-05 54 2017-12-05_54 moratoria 68 75506 0.0009006 2.2437446 0.0020207
2017-12-05 54 2017-12-05_54 hidraulica 72 75506 0.0009536 2.1102132 0.0020122
2017-12-05 54 2017-12-05_54 http 75 75506 0.0009933 1.9924302 0.0019791
2017-12-05 54 2017-12-05_54 shale 26 75506 0.0003443 4.1896547 0.0014427
2017-12-05 54 2017-12-05_54 gas 90 75506 0.0011920 1.1939225 0.0014231
2017-12-05 54 2017-12-05_54 hidrocarburos 62 75506 0.0008211 1.6247054 0.0013341
2017-12-05 54 2017-12-05_54 banchero 32 75506 0.0004238 2.8033604 0.0011881
2017-12-05 54 2017-12-05_54 convencionales 47 75506 0.0006225 1.8870696 0.0011746
2017-12-05 54 2017-12-05_54 acuifero 21 75506 0.0002781 3.4965076 0.0009725
2017-12-05 54 2017-12-05_54 and 23 75506 0.0003046 3.0910425 0.0009416
2017-12-05 54 2017-12-05_54 prohibicion 80 75506 0.0010595 0.8574502 0.0009085
2017-12-05 54 2017-12-05_54 petroleo 40 75506 0.0005298 1.7047481 0.0009031
2017-12-05 54 2017-12-05_54 cnect 19 75506 0.0002516 3.4965076 0.0008798
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-08 32 2017-08-08_32 mental 391 72465 0.0053957 1.0541605 0.0056879
2017-08-08 32 2017-08-08_32 hospitalizacion 106 72465 0.0014628 3.4965076 0.0051146
2017-08-08 32 2017-08-08_32 trastorno 109 72465 0.0015042 1.8870696 0.0028385
2017-08-08 32 2017-08-08_32 involuntaria 30 72465 0.0004140 3.4965076 0.0014475
2017-08-08 32 2017-08-08_32 asilares 23 72465 0.0003174 4.1896547 0.0013298
2017-08-08 32 2017-08-08_32 monovalentes 18 72465 0.0002484 4.1896547 0.0010407
2017-08-08 32 2017-08-08_32 mentales 39 72465 0.0005382 1.8870696 0.0010156
2017-08-08 32 2017-08-08_32 agosto 359 72465 0.0049541 0.1823216 0.0009032
2017-08-08 32 2017-08-08_32 trastornos 32 72465 0.0004416 1.7917595 0.0007912
2017-08-08 32 2017-08-08_32 hospitalizaciones 16 72465 0.0002208 3.4965076 0.0007720
2017-08-08 32 2017-08-08_32 acrux 18 72465 0.0002484 3.0910425 0.0007678
2017-08-08 32 2017-08-08_32 asistencial 29 72465 0.0004002 1.7917595 0.0007170
2017-08-08 32 2017-08-08_32 citricola 20 72465 0.0002760 2.5802168 0.0007121
2017-08-08 32 2017-08-08_32 dispositivos 40 72465 0.0005520 1.2452158 0.0006873
2017-08-08 32 2017-08-08_32 interdisciplinarios 15 72465 0.0002070 3.0910425 0.0006398
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-11 57 2017-12-11_57 clientes 188 81796 0.0022984 1.4816045 0.0034053
2017-12-11 57 2017-12-11_57 sucursales 166 81796 0.0020294 1.2452158 0.0025271
2017-12-11 57 2017-12-11_57 banco 701 81796 0.0085701 0.1643031 0.0014081
2017-12-11 57 2017-12-11_57 sucursal 92 81796 0.0011247 1.0986123 0.0012357
2017-12-11 57 2017-12-11_57 reestructura 78 81796 0.0009536 1.1451323 0.0010920
2017-12-11 57 2017-12-11_57 lunes 134 81796 0.0016382 0.5520686 0.0009044
2017-12-11 57 2017-12-11_57 presencial 25 81796 0.0003056 2.5802168 0.0007886
2017-12-11 57 2017-12-11_57 bancario 41 81796 0.0005012 1.5505974 0.0007772
2017-12-11 57 2017-12-11_57 brou 90 81796 0.0011003 0.6931472 0.0007627
2017-12-11 57 2017-12-11_57 credito 81 81796 0.0009903 0.7556675 0.0007483
2017-12-11 57 2017-12-11_57 gerente 42 81796 0.0005135 1.3564414 0.0006965
2017-12-11 57 2017-12-11_57 cliente 33 81796 0.0004034 1.7047481 0.0006878
2017-12-11 57 2017-12-11_57 rosca 13 81796 0.0001589 4.1896547 0.0006659
2017-12-11 57 2017-12-11_57 cierres 21 81796 0.0002567 2.5802168 0.0006624
2017-12-11 57 2017-12-11_57 cajero 37 81796 0.0004523 1.4170660 0.0006410
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-16 16 2017-05-16_16 contadora 123 78483 0.0015672 2.5802168 0.0040438
2017-05-16 16 2017-05-16_16 delegada 82 78483 0.0010448 2.2437446 0.0023443
2017-05-16 16 2017-05-16_16 intendenta 39 78483 0.0004969 3.4965076 0.0017375
2017-05-16 16 2017-05-16_16 ceibal 76 78483 0.0009684 1.2452158 0.0012058
2017-05-16 16 2017-05-16_16 303 35 78483 0.0004460 2.5802168 0.0011507
2017-05-16 16 2017-05-16_16 charrua 32 78483 0.0004077 2.2437446 0.0009148
2017-05-16 16 2017-05-16_16 reestructura 56 78483 0.0007135 1.1451323 0.0008171
2017-05-16 16 2017-05-16_16 tribunal 215 78483 0.0027394 0.2978344 0.0008159
2017-05-16 16 2017-05-16_16 zelmar 28 78483 0.0003568 2.1102132 0.0007529
2017-05-16 16 2017-05-16_16 recurso 106 78483 0.0013506 0.5520686 0.0007456
2017-05-16 16 2017-05-16_16 contador 62 78483 0.0007900 0.9315582 0.0007359
2017-05-16 16 2017-05-16_16 ediles 66 78483 0.0008409 0.8574502 0.0007211
2017-05-16 16 2017-05-16_16 bergara 20 78483 0.0002548 2.8033604 0.0007144
2017-05-16 16 2017-05-16_16 cumparsita 23 78483 0.0002931 2.2437446 0.0006575
2017-05-16 16 2017-05-16_16 anuencia 14 78483 0.0001784 3.0910425 0.0005514
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-07 2 2017-03-07_2 defuncion 37 73652 0.0005024 2.5802168 0.0012962
2017-03-07 2 2017-03-07_2 marzo 454 73652 0.0061641 0.1292117 0.0007965
2017-03-07 2 2017-03-07_2 diferendo 26 73652 0.0003530 1.9924302 0.0007034
2017-03-07 2 2017-03-07_2 salarial 38 73652 0.0005159 0.9707789 0.0005009
2017-03-07 2 2017-03-07_2 anp 18 73652 0.0002444 1.8870696 0.0004612
2017-03-07 2 2017-03-07_2 jueces 38 73652 0.0005159 0.8938179 0.0004612
2017-03-07 2 2017-03-07_2 alimenticia 13 73652 0.0001765 2.5802168 0.0004554
2017-03-07 2 2017-03-07_2 autopsia 9 73652 0.0001222 3.4965076 0.0004273
2017-03-07 2 2017-03-07_2 contencioso 31 73652 0.0004209 1.0116009 0.0004258
2017-03-07 2 2017-03-07_2 733 11 73652 0.0001494 2.8033604 0.0004187
2017-03-07 2 2017-03-07_2 magistrados 22 73652 0.0002987 1.3564414 0.0004052
2017-03-07 2 2017-03-07_2 19.310 7 73652 0.0000950 4.1896547 0.0003982
2017-03-07 2 2017-03-07_2 extraviadas 7 73652 0.0000950 4.1896547 0.0003982
2017-03-07 2 2017-03-07_2 holocausto 12 73652 0.0001629 2.3978953 0.0003907
2017-03-07 2 2017-03-07_2 inconstitucional 23 73652 0.0003123 1.2452158 0.0003889
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-12 39 2017-09-12_39 femicidio 70 73690 0.0009499 1.5505974 0.0014730
2017-09-12 39 2017-09-12_39 homicidio 61 73690 0.0008278 1.2992830 0.0010755
2017-09-12 39 2017-09-12_39 voluntariado 29 73690 0.0003935 1.7917595 0.0007051
2017-09-12 39 2017-09-12_39 bernal 12 73690 0.0001628 4.1896547 0.0006823
2017-09-12 39 2017-09-12_39 nasazzi 12 73690 0.0001628 4.1896547 0.0006823
2017-09-12 39 2017-09-12_39 egeda 14 73690 0.0001900 3.4965076 0.0006643
2017-09-12 39 2017-09-12_39 mujer 98 73690 0.0013299 0.4760827 0.0006331
2017-09-12 39 2017-09-12_39 iroldi 11 73690 0.0001493 4.1896547 0.0006254
2017-09-12 39 2017-09-12_39 espionaje 13 73690 0.0001764 3.4965076 0.0006168
2017-09-12 39 2017-09-12_39 obdulio 13 73690 0.0001764 3.4965076 0.0006168
2017-09-12 39 2017-09-12_39 agravante 25 73690 0.0003393 1.5505974 0.0005261
2017-09-12 39 2017-09-12_39 meviur 11 73690 0.0001493 3.4965076 0.0005219
2017-09-12 39 2017-09-12_39 violencia 147 73690 0.0019948 0.2578291 0.0005143
2017-09-12 39 2017-09-12_39 exdirectores 9 73690 0.0001221 4.1896547 0.0005117
2017-09-12 39 2017-09-12_39 desafiliarse 10 73690 0.0001357 3.4965076 0.0004745
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-06 17 2017-06-06_17 materna 53 59968 0.0008838 1.9924302 0.0017609
2017-06-06 17 2017-06-06_17 lactancia 38 59968 0.0006337 2.2437446 0.0014218
2017-06-06 17 2017-06-06_17 lactantes 24 59968 0.0004002 3.4965076 0.0013993
2017-06-06 17 2017-06-06_17 migraciones 18 59968 0.0003002 2.8033604 0.0008415
2017-06-06 17 2017-06-06_17 traccion 16 59968 0.0002668 3.0910425 0.0008247
2017-06-06 17 2017-06-06_17 totoral 17 59968 0.0002835 2.8033604 0.0007947
2017-06-06 17 2017-06-06_17 taborda 16 59968 0.0002668 2.8033604 0.0007480
2017-06-06 17 2017-06-06_17 elvira 17 59968 0.0002835 2.5802168 0.0007315
2017-06-06 17 2017-06-06_17 biberon 10 59968 0.0001668 4.1896547 0.0006986
2017-06-06 17 2017-06-06_17 leche 32 59968 0.0005336 1.2992830 0.0006933
2017-06-06 17 2017-06-06_17 junio 408 59968 0.0068036 0.0953102 0.0006485
2017-06-06 17 2017-06-06_17 equinos 17 59968 0.0002835 2.2437446 0.0006361
2017-06-06 17 2017-06-06_17 tunez 9 59968 0.0001501 4.1896547 0.0006288
2017-06-06 17 2017-06-06_17 etiquetas 12 59968 0.0002001 3.0910425 0.0006185
2017-06-06 17 2017-06-06_17 monedas 28 59968 0.0004669 1.2992830 0.0006067
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-07 50 2017-11-07_50 desafuero 51 71974 0.0007086 2.3978953 0.0016991
2017-11-07 50 2017-11-07_50 noviembre 341 71974 0.0047378 0.2193628 0.0010393
2017-11-07 50 2017-11-07_50 envidrio 23 71974 0.0003196 3.0910425 0.0009878
2017-11-07 50 2017-11-07_50 alcoholicas 24 71974 0.0003335 2.3978953 0.0007996
2017-11-07 50 2017-11-07_50 fueros 33 71974 0.0004585 1.5505974 0.0007109
2017-11-07 50 2017-11-07_50 bebidas 31 71974 0.0004307 1.6247054 0.0006998
2017-11-07 50 2017-11-07_50 gualeguaychu 16 71974 0.0002223 3.0910425 0.0006871
2017-11-07 50 2017-11-07_50 18.407 24 71974 0.0003335 1.9924302 0.0006644
2017-11-07 50 2017-11-07_50 botnia 14 71974 0.0001945 3.0910425 0.0006013
2017-11-07 50 2017-11-07_50 ecuestre 12 71974 0.0001667 3.4965076 0.0005830
2017-11-07 50 2017-11-07_50 expendedores 10 71974 0.0001389 4.1896547 0.0005821
2017-11-07 50 2017-11-07_50 slf 10 71974 0.0001389 4.1896547 0.0005821
2017-11-07 50 2017-11-07_50 afe 37 71974 0.0005141 1.0986123 0.0005648
2017-11-07 50 2017-11-07_50 locomotora 11 71974 0.0001528 3.4965076 0.0005344
2017-11-07 50 2017-11-07_50 fondes 20 71974 0.0002779 1.8870696 0.0005244
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-04 24 2017-07-04_24 transfronterizo 31 60258 0.0005145 3.4965076 0.0017988
2017-07-04 24 2017-07-04_24 narcotrafico 77 60258 0.0012778 1.3564414 0.0017333
2017-07-04 24 2017-07-04_24 sustancias 42 60258 0.0006970 1.4816045 0.0010327
2017-07-04 24 2017-07-04_24 aduaneros 31 60258 0.0005145 1.8870696 0.0009708
2017-07-04 24 2017-07-04_24 aduaneras 26 60258 0.0004315 2.1102132 0.0009105
2017-07-04 24 2017-07-04_24 penas 39 60258 0.0006472 1.2992830 0.0008409
2017-07-04 24 2017-07-04_24 aduanera 29 60258 0.0004813 1.6247054 0.0007819
2017-07-04 24 2017-07-04_24 aceptarla 22 60258 0.0003651 1.9924302 0.0007274
2017-07-04 24 2017-07-04_24 14.294 18 60258 0.0002987 2.3978953 0.0007163
2017-07-04 24 2017-07-04_24 crimen 52 60258 0.0008630 0.6632942 0.0005724
2017-07-04 24 2017-07-04_24 podre 22 60258 0.0003651 1.4816045 0.0005409
2017-07-04 24 2017-07-04_24 marihuana 13 60258 0.0002157 2.3978953 0.0005173
2017-07-04 24 2017-07-04_24 mutua 31 60258 0.0005145 0.9707789 0.0004994
2017-07-04 24 2017-07-04_24 almacenare 7 60258 0.0001162 4.1896547 0.0004867
2017-07-04 24 2017-07-04_24 baps 7 60258 0.0001162 4.1896547 0.0004867
2017-07-04 24 2017-07-04_24 poseyere 7 60258 0.0001162 4.1896547 0.0004867
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-01 49 2017-11-01_49 noviembre 459 57952 0.0079203 0.2193628 0.0017374
2017-11-01 49 2017-11-01_49 olegario 28 57952 0.0004832 2.3978953 0.0011586
2017-11-01 49 2017-11-01_49 armada 74 57952 0.0012769 0.8223589 0.0010501
2017-11-01 49 2017-11-01_49 villalba 37 57952 0.0006385 1.5505974 0.0009900
2017-11-01 49 2017-11-01_49 sucursales 41 57952 0.0007075 1.2452158 0.0008810
2017-11-01 49 2017-11-01_49 serrana 19 57952 0.0003279 2.5802168 0.0008459
2017-11-01 49 2017-11-01_49 fractura 20 57952 0.0003451 2.3978953 0.0008275
2017-11-01 49 2017-11-01_49 corso 15 57952 0.0002588 2.8033604 0.0007256
2017-11-01 49 2017-11-01_49 hidraulica 19 57952 0.0003279 2.1102132 0.0006918
2017-11-01 49 2017-11-01_49 hidrocarburos 23 57952 0.0003969 1.6247054 0.0006448
2017-11-01 49 2017-11-01_49 campbell 10 57952 0.0001726 3.4965076 0.0006033
2017-11-01 49 2017-11-01_49 bicentenario 14 57952 0.0002416 2.2437446 0.0005420
2017-11-01 49 2017-11-01_49 mar 32 57952 0.0005522 0.9315582 0.0005144
2017-11-01 49 2017-11-01_49 mariscala 7 57952 0.0001208 4.1896547 0.0005061
2017-11-01 49 2017-11-01_49 convencionales 15 57952 0.0002588 1.8870696 0.0004884
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-04 7 2017-04-04_7 abril 437 55875 0.0078210 0.1121173 0.0008769
2017-04-04 7 2017-04-04_7 rodo 27 55875 0.0004832 1.6247054 0.0007851
2017-04-04 7 2017-04-04_7 venezuela 50 55875 0.0008949 0.7884574 0.0007056
2017-04-04 7 2017-04-04_7 atyr 6 55875 0.0001074 4.1896547 0.0004499
2017-04-04 7 2017-04-04_7 w 36 55875 0.0006443 0.6931472 0.0004466
2017-04-04 7 2017-04-04_7 aparicio 40 55875 0.0007159 0.5787368 0.0004143
2017-04-04 7 2017-04-04_7 desistimiento 24 55875 0.0004295 0.9315582 0.0004001
2017-04-04 7 2017-04-04_7 3er 11 55875 0.0001969 1.9924302 0.0003922
2017-04-04 7 2017-04-04_7 exitos 14 55875 0.0002506 1.5505974 0.0003885
2017-04-04 7 2017-04-04_7 fueros 14 55875 0.0002506 1.5505974 0.0003885
2017-04-04 7 2017-04-04_7 onfi 6 55875 0.0001074 3.4965076 0.0003755
2017-04-04 7 2017-04-04_7 alonso 38 55875 0.0006801 0.5520686 0.0003755
2017-04-04 7 2017-04-04_7 totalitarismos 5 55875 0.0000895 4.1896547 0.0003749
2017-04-04 7 2017-04-04_7 balparda 16 55875 0.0002864 1.2992830 0.0003721
2017-04-04 7 2017-04-04_7 contables 12 55875 0.0002148 1.7047481 0.0003661
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-11 46 2017-10-11_46 riego 241 54223 0.0044446 1.7047481 0.0075769
2017-10-11 46 2017-10-11_46 zelmar 106 54223 0.0019549 2.1102132 0.0041252
2017-10-11 46 2017-10-11_46 16.858 57 54223 0.0010512 2.2437446 0.0023587
2017-10-11 46 2017-10-11_46 michelini 68 54223 0.0012541 1.6247054 0.0020375
2017-10-11 46 2017-10-11_46 hidraulicas 30 54223 0.0005533 3.4965076 0.0019345
2017-10-11 46 2017-10-11_46 agrarias 48 54223 0.0008852 1.4170660 0.0012544
2017-10-11 46 2017-10-11_46 sar 22 54223 0.0004057 2.2437446 0.0009104
2017-10-11 46 2017-10-11_46 suelos 22 54223 0.0004057 2.2437446 0.0009104
2017-10-11 46 2017-10-11_46 multipredial 14 54223 0.0002582 3.4965076 0.0009028
2017-10-11 46 2017-10-11_46 aar 13 54223 0.0002398 3.4965076 0.0008383
2017-10-11 46 2017-10-11_46 agua 160 54223 0.0029508 0.2578291 0.0007608
2017-10-11 46 2017-10-11_46 1997 49 54223 0.0009037 0.7884574 0.0007125
2017-10-11 46 2017-10-11_46 canon 19 54223 0.0003504 1.7917595 0.0006278
2017-10-11 46 2017-10-11_46 represas 12 54223 0.0002213 2.8033604 0.0006204
2017-10-11 46 2017-10-11_46 parcelas 14 54223 0.0002582 2.3978953 0.0006191
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-18 48 2017-10-18_48 lesa 39 55838 0.0006984 1.5505974 0.0010830
2017-10-18 48 2017-10-18_48 fiscalia 67 55838 0.0011999 0.8574502 0.0010289
2017-10-18 48 2017-10-18_48 caducidad 25 55838 0.0004477 2.1102132 0.0009448
2017-10-18 48 2017-10-18_48 zoologico 15 55838 0.0002686 3.4965076 0.0009393
2017-10-18 48 2017-10-18_48 crimenes 40 55838 0.0007164 1.2452158 0.0008920
2017-10-18 48 2017-10-18_48 sexos 26 55838 0.0004656 1.7047481 0.0007938
2017-10-18 48 2017-10-18_48 paridad 23 55838 0.0004119 1.7047481 0.0007022
2017-10-18 48 2017-10-18_48 terra 29 55838 0.0005194 1.2992830 0.0006748
2017-10-18 48 2017-10-18_48 mujer 70 55838 0.0012536 0.4760827 0.0005968
2017-10-18 48 2017-10-18_48 electivos 18 55838 0.0003224 1.7917595 0.0005776
2017-10-18 48 2017-10-18_48 18.476 10 55838 0.0001791 3.0910425 0.0005536
2017-10-18 48 2017-10-18_48 octubre 308 55838 0.0055160 0.0953102 0.0005257
2017-10-18 48 2017-10-18_48 equitativa 20 55838 0.0003582 1.3564414 0.0004858
2017-10-18 48 2017-10-18_48 arquitecto 15 55838 0.0002686 1.5505974 0.0004165
2017-10-18 48 2017-10-18_48 humanidad 40 55838 0.0007164 0.5787368 0.0004146
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-12 26 2017-07-12_26 osta 37 51790 0.0007144 1.7917595 0.0012801
2017-07-12 26 2017-07-12_26 venezuela 67 51790 0.0012937 0.7884574 0.0010200
2017-07-12 26 2017-07-12_26 racismo 40 51790 0.0007723 1.2992830 0.0010035
2017-07-12 26 2017-07-12_26 racial 37 51790 0.0007144 1.0986123 0.0007849
2017-07-12 26 2017-07-12_26 afrogama 9 51790 0.0001738 4.1896547 0.0007281
2017-07-12 26 2017-07-12_26 asociativas 13 51790 0.0002510 2.3978953 0.0006019
2017-07-12 26 2017-07-12_26 sucive 8 51790 0.0001545 3.4965076 0.0005401
2017-07-12 26 2017-07-12_26 orsi 9 51790 0.0001738 3.0910425 0.0005372
2017-07-12 26 2017-07-12_26 intolerancia 27 51790 0.0005213 0.9315582 0.0004857
2017-07-12 26 2017-07-12_26 afrodescendientes 14 51790 0.0002703 1.7917595 0.0004844
2017-07-12 26 2017-07-12_26 conexas 14 51790 0.0002703 1.7047481 0.0004608
2017-07-12 26 2017-07-12_26 afrodescendiente 10 51790 0.0001931 2.2437446 0.0004332
2017-07-12 26 2017-07-12_26 linaje 8 51790 0.0001545 2.8033604 0.0004330
2017-07-12 26 2017-07-12_26 w 32 51790 0.0006179 0.6931472 0.0004283
2017-07-12 26 2017-07-12_26 lamonaca 9 51790 0.0001738 2.3978953 0.0004167
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-02-08 3 2018-02-08_3 fgdpl 45 69439 0.0006481 4.1896547 0.0027151
2018-02-08 3 2018-02-08_3 productores 234 69439 0.0033699 0.5520686 0.0018604
2018-02-08 3 2018-02-08_3 2018 222 69439 0.0031971 0.5260931 0.0016819
2018-02-08 3 2018-02-08_3 agro 63 69439 0.0009073 1.7917595 0.0016256
2018-02-08 3 2018-02-08_3 gasoil 54 69439 0.0007777 1.9924302 0.0015494
2018-02-08 3 2018-02-08_3 lecheros 50 69439 0.0007201 2.1102132 0.0015195
2018-02-08 3 2018-02-08_3 leche 72 69439 0.0010369 1.2992830 0.0013472
2018-02-08 3 2018-02-08_3 us 214 69439 0.0030818 0.4054651 0.0012496
2018-02-08 3 2018-02-08_3 autoconvocados 23 69439 0.0003312 3.0910425 0.0010238
2018-02-08 3 2018-02-08_3 agropecuario 51 69439 0.0007345 1.2992830 0.0009543
2018-02-08 3 2018-02-08_3 lechero 28 69439 0.0004032 1.9924302 0.0008034
2018-02-08 3 2018-02-08_3 dolar 28 69439 0.0004032 1.8870696 0.0007609
2018-02-08 3 2018-02-08_3 precio 79 69439 0.0011377 0.6632942 0.0007546
2018-02-08 3 2018-02-08_3 deudas 41 69439 0.0005904 1.2452158 0.0007352
2018-02-08 3 2018-02-08_3 precios 67 69439 0.0009649 0.7556675 0.0007291
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-09 13 2017-05-09_13 tapie 36 45737 0.0007871 2.3978953 0.0018874
2017-05-09 13 2017-05-09_13 pineyro 27 45737 0.0005903 1.5505974 0.0009154
2017-05-09 13 2017-05-09_13 aebu 23 45737 0.0005029 1.7917595 0.0009010
2017-05-09 13 2017-05-09_13 israel 25 45737 0.0005466 1.5505974 0.0008476
2017-05-09 13 2017-05-09_13 zaragoza 11 45737 0.0002405 3.0910425 0.0007434
2017-05-09 13 2017-05-09_13 rioja 8 45737 0.0001749 4.1896547 0.0007328
2017-05-09 13 2017-05-09_13 gimenez 11 45737 0.0002405 2.8033604 0.0006742
2017-05-09 13 2017-05-09_13 w 43 45737 0.0009402 0.6931472 0.0006517
2017-05-09 13 2017-05-09_13 ceibal 23 45737 0.0005029 1.2452158 0.0006262
2017-05-09 13 2017-05-09_13 abad 11 45737 0.0002405 2.5802168 0.0006206
2017-05-09 13 2017-05-09_13 aparicio 46 45737 0.0010058 0.5787368 0.0005821
2017-05-09 13 2017-05-09_13 fueros 17 45737 0.0003717 1.5505974 0.0005763
2017-05-09 13 2017-05-09_13 tranqueras 14 45737 0.0003061 1.7917595 0.0005485
2017-05-09 13 2017-05-09_13 alonso 44 45737 0.0009620 0.5520686 0.0005311
2017-05-09 13 2017-05-09_13 fros 12 45737 0.0002624 1.9924302 0.0005228
2017-05-09 13 2017-05-09_13 pimentel 12 45737 0.0002624 1.9924302 0.0005228
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-05 36 2017-09-05_36 gotuzzo 26 44769 0.0005808 3.091042 0.0017952
2017-09-05 36 2017-09-05_36 salvamento 26 44769 0.0005808 2.803360 0.0016281
2017-09-05 36 2017-09-05_36 aereas 31 44769 0.0006924 1.992430 0.0013796
2017-09-05 36 2017-09-05_36 hederson 27 44769 0.0006031 2.243745 0.0013532
2017-09-05 36 2017-09-05_36 tdah 14 44769 0.0003127 4.189655 0.0013102
2017-09-05 36 2017-09-05_36 septiembre 38 44769 0.0008488 1.481604 0.0012576
2017-09-05 36 2017-09-05_36 cardozo 23 44769 0.0005137 2.110213 0.0010841
2017-09-05 36 2017-09-05_36 covisunca 11 44769 0.0002457 4.189655 0.0010294
2017-09-05 36 2017-09-05_36 249 20 44769 0.0004467 1.992430 0.0008901
2017-09-05 36 2017-09-05_36 gomez 29 44769 0.0006478 1.245216 0.0008066
2017-09-05 36 2017-09-05_36 aeronaves 17 44769 0.0003797 2.110213 0.0008013
2017-09-05 36 2017-09-05_36 252 19 44769 0.0004244 1.887070 0.0008009
2017-09-05 36 2017-09-05_36 autoctona 11 44769 0.0002457 3.091042 0.0007595
2017-09-05 36 2017-09-05_36 aeronauticas 13 44769 0.0002904 2.580217 0.0007492
2017-09-05 36 2017-09-05_36 aereo 23 44769 0.0005137 1.417066 0.0007280
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-04 42 2017-10-04_42 condicional 54 48132 0.0011219 2.3978953 0.0026902
2017-10-04 42 2017-10-04_42 decimetros 32 48132 0.0006648 3.4965076 0.0023246
2017-10-04 42 2017-10-04_42 cuadrados 64 48132 0.0013297 1.5505974 0.0020618
2017-10-04 42 2017-10-04_42 pirez 18 48132 0.0003740 2.8033604 0.0010484
2017-10-04 42 2017-10-04_42 9.847 12 48132 0.0002493 4.1896547 0.0010445
2017-10-04 42 2017-10-04_42 penados 11 48132 0.0002285 4.1896547 0.0009575
2017-10-04 42 2017-10-04_42 vigilancia 51 48132 0.0010596 0.8938179 0.0009471
2017-10-04 42 2017-10-04_42 fraccion 24 48132 0.0004986 1.7917595 0.0008934
2017-10-04 42 2017-10-04_42 perros 31 48132 0.0006441 1.3564414 0.0008736
2017-10-04 42 2017-10-04_42 10.329 12 48132 0.0002493 3.4965076 0.0008717
2017-10-04 42 2017-10-04_42 12.872 12 48132 0.0002493 3.4965076 0.0008717
2017-10-04 42 2017-10-04_42 17.854 12 48132 0.0002493 3.4965076 0.0008717
2017-10-04 42 2017-10-04_42 30.045 12 48132 0.0002493 3.4965076 0.0008717
2017-10-04 42 2017-10-04_42 caucion 10 48132 0.0002078 4.1896547 0.0008705
2017-10-04 42 2017-10-04_42 animales 47 48132 0.0009765 0.8574502 0.0008373
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-02 11 2017-05-02_11 companera 77 42697 0.0018034 0.7884574 0.0014219
2017-05-02 11 2017-05-02_11 coroneles 10 42697 0.0002342 4.1896547 0.0009813
2017-05-02 11 2017-05-02_11 gnls 11 42697 0.0002576 3.4965076 0.0009008
2017-05-02 11 2017-05-02_11 batallon 14 42697 0.0003279 2.5802168 0.0008460
2017-05-02 11 2017-05-02_11 cannabis 17 42697 0.0003982 1.7047481 0.0006788
2017-05-02 11 2017-05-02_11 cumparsita 12 42697 0.0002811 2.2437446 0.0006306
2017-05-02 11 2017-05-02_11 marihuana 11 42697 0.0002576 2.3978953 0.0006178
2017-05-02 11 2017-05-02_11 paracaidismo 6 42697 0.0001405 4.1896547 0.0005888
2017-05-02 11 2017-05-02_11 paracaidista 6 42697 0.0001405 4.1896547 0.0005888
2017-05-02 11 2017-05-02_11 siif 6 42697 0.0001405 4.1896547 0.0005888
2017-05-02 11 2017-05-02_11 15.688 9 42697 0.0002108 2.5802168 0.0005439
2017-05-02 11 2017-05-02_11 soja 12 42697 0.0002811 1.8870696 0.0005304
2017-05-02 11 2017-05-02_11 infanteria 8 42697 0.0001874 2.8033604 0.0005253
2017-05-02 11 2017-05-02_11 alumbrado 11 42697 0.0002576 1.7917595 0.0004616
2017-05-02 11 2017-05-02_11 pirez 7 42697 0.0001639 2.8033604 0.0004596
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-09 33 2017-08-09_33 cti 42 50436 0.0008327 2.1102132 0.0017573
2017-08-09 33 2017-08-09_33 agosto 281 50436 0.0055714 0.1823216 0.0010158
2017-08-09 33 2017-08-09_33 asse 202 50436 0.0040051 0.2193628 0.0008786
2017-08-09 33 2017-08-09_33 auditorias 32 50436 0.0006345 1.3564414 0.0008606
2017-08-09 33 2017-08-09_33 preinvestigadora 18 50436 0.0003569 2.3978953 0.0008558
2017-08-09 33 2017-08-09_33 investigadora 86 50436 0.0017051 0.5007753 0.0008539
2017-08-09 33 2017-08-09_33 fonasa 37 50436 0.0007336 1.0986123 0.0008059
2017-08-09 33 2017-08-09_33 irregularidades 53 50436 0.0010508 0.7556675 0.0007941
2017-08-09 33 2017-08-09_33 traslados 40 50436 0.0007931 0.9707789 0.0007699
2017-08-09 33 2017-08-09_33 ejecutoras 25 50436 0.0004957 1.5505974 0.0007686
2017-08-09 33 2017-08-09_33 semco 9 50436 0.0001784 4.1896547 0.0007476
2017-08-09 33 2017-08-09_33 investigar 32 50436 0.0006345 1.1451323 0.0007265
2017-08-09 33 2017-08-09_33 auditoria 37 50436 0.0007336 0.8938179 0.0006557
2017-08-09 33 2017-08-09_33 tomografo 9 50436 0.0001784 3.4965076 0.0006239
2017-08-09 33 2017-08-09_33 hospital 119 50436 0.0023594 0.2578291 0.0006083
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-03-06 2 2018-03-06_2 018 98 43378 0.0022592 2.5802168 0.0058293
2018-03-06 2 2018-03-06_2 2018 278 43378 0.0064088 0.5260931 0.0033716
2018-03-06 2 2018-03-06_2 oximetria 9 43378 0.0002075 4.1896547 0.0008693
2018-03-06 2 2018-03-06_2 congenitas 12 43378 0.0002766 3.0910425 0.0008551
2018-03-06 2 2018-03-06_2 pulso 12 43378 0.0002766 3.0910425 0.0008551
2018-03-06 2 2018-03-06_2 marzo 280 43378 0.0064549 0.1292117 0.0008340
2018-03-06 2 2018-03-06_2 companera 43 43378 0.0009913 0.7884574 0.0007816
2018-03-06 2 2018-03-06_2 gusto 90 43378 0.0020748 0.3610133 0.0007490
2018-03-06 2 2018-03-06_2 haro 30 43378 0.0006916 1.0541605 0.0007291
2018-03-06 2 2018-03-06_2 anomalias 8 43378 0.0001844 3.4965076 0.0006448
2018-03-06 2 2018-03-06_2 voto 122 43378 0.0028125 0.2193628 0.0006170
2018-03-06 2 2018-03-06_2 insulina 10 43378 0.0002305 2.5802168 0.0005948
2018-03-06 2 2018-03-06_2 19.446 9 43378 0.0002075 2.8033604 0.0005816
2018-03-06 2 2018-03-06_2 cardiacas 6 43378 0.0001383 4.1896547 0.0005795
2018-03-06 2 2018-03-06_2 fronteriza 8 43378 0.0001844 3.0910425 0.0005701
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-06 56 2017-12-06_56 cufre 22 38584 0.0005702 2.3978953 0.0013672
2017-12-06 56 2017-12-06_56 intolerancia 53 38584 0.0013736 0.9315582 0.0012796
2017-12-06 56 2017-12-06_56 candombe 21 38584 0.0005443 2.2437446 0.0012212
2017-12-06 56 2017-12-06_56 cgiar 9 38584 0.0002333 4.1896547 0.0009773
2017-12-06 56 2017-12-06_56 consorcio 18 38584 0.0004665 1.9924302 0.0009295
2017-12-06 56 2017-12-06_56 aerolineas 8 38584 0.0002073 4.1896547 0.0008687
2017-12-06 56 2017-12-06_56 convencion 73 38584 0.0018920 0.4054651 0.0007671
2017-12-06 56 2017-12-06_56 diciembre 250 38584 0.0064794 0.1121173 0.0007264
2017-12-06 56 2017-12-06_56 discriminacion 80 38584 0.0020734 0.3395071 0.0007039
2017-12-06 56 2017-12-06_56 preambulo 17 38584 0.0004406 1.5505974 0.0006832
2017-12-06 56 2017-12-06_56 sociocultural 9 38584 0.0002333 2.8033604 0.0006539
2017-12-06 56 2017-12-06_56 honduras 14 38584 0.0003628 1.7917595 0.0006501
2017-12-06 56 2017-12-06_56 ag 8 38584 0.0002073 3.0910425 0.0006409
2017-12-06 56 2017-12-06_56 vuelos 7 38584 0.0001814 3.0910425 0.0005608
2017-12-06 56 2017-12-06_56 pabellon 9 38584 0.0002333 2.3978953 0.0005593
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-16 35 2017-08-16_35 retenciones 35 42141 0.0008305 2.3978953 0.0019916
2017-08-16 35 2017-08-16_35 intangible 39 42141 0.0009255 2.1102132 0.0019529
2017-08-16 35 2017-08-16_35 cooperativas 131 42141 0.0031086 0.6061358 0.0018842
2017-08-16 35 2017-08-16_35 creditos 69 42141 0.0016374 0.9707789 0.0015895
2017-08-16 35 2017-08-16_35 cooperativo 43 42141 0.0010204 1.5505974 0.0015822
2017-08-16 35 2017-08-16_35 vinos 23 42141 0.0005458 2.8033604 0.0015300
2017-08-16 35 2017-08-16_35 credito 83 42141 0.0019696 0.7556675 0.0014883
2017-08-16 35 2017-08-16_35 jutep 30 42141 0.0007119 1.9924302 0.0014184
2017-08-16 35 2017-08-16_35 17.829 22 42141 0.0005221 2.5802168 0.0013470
2017-08-16 35 2017-08-16_35 vitivinicola 20 42141 0.0004746 2.5802168 0.0012246
2017-08-16 35 2017-08-16_35 agosto 216 42141 0.0051256 0.1823216 0.0009345
2017-08-16 35 2017-08-16_35 nomina 43 42141 0.0010204 0.8223589 0.0008391
2017-08-16 35 2017-08-16_35 denunciante 21 42141 0.0004983 1.6247054 0.0008096
2017-08-16 35 2017-08-16_35 19.340 11 42141 0.0002610 3.0910425 0.0008069
2017-08-16 35 2017-08-16_35 vitivinicultura 11 42141 0.0002610 2.8033604 0.0007318
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-08 51 2017-11-08_51 lutero 44 38504 0.0011427 3.0910425 0.0035323
2017-11-08 51 2017-11-08_51 dieste 38 38504 0.0009869 1.7917595 0.0017683
2017-11-08 51 2017-11-08_51 biblia 24 38504 0.0006233 2.8033604 0.0017474
2017-11-08 51 2017-11-08_51 asean 17 38504 0.0004415 3.4965076 0.0015438
2017-11-08 51 2017-11-08_51 aeronaves 28 38504 0.0007272 2.1102132 0.0015345
2017-11-08 51 2017-11-08_51 noviembre 244 38504 0.0063370 0.2193628 0.0013901
2017-11-08 51 2017-11-08_51 aerea 55 38504 0.0014284 0.9315582 0.0013307
2017-11-08 51 2017-11-08_51 indonesia 21 38504 0.0005454 2.2437446 0.0012237
2017-11-08 51 2017-11-08_51 latu 18 38504 0.0004675 2.5802168 0.0012062
2017-11-08 51 2017-11-08_51 eladio 23 38504 0.0005973 1.8870696 0.0011272
2017-11-08 51 2017-11-08_51 iglesia 21 38504 0.0005454 1.6247054 0.0008861
2017-11-08 51 2017-11-08_51 escrituras 11 38504 0.0002857 3.0910425 0.0008831
2017-11-08 51 2017-11-08_51 tanque 14 38504 0.0003636 2.3978953 0.0008719
2017-11-08 51 2017-11-08_51 vuelo 21 38504 0.0005454 1.5505974 0.0008457
2017-11-08 51 2017-11-08_51 bebidas 20 38504 0.0005194 1.6247054 0.0008439
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-06 38 2017-09-06_38 septiembre 85 41128 0.0020667 1.4816045 0.0030621
2017-09-06 38 2017-09-06_38 femicidio 35 41128 0.0008510 1.5505974 0.0013196
2017-09-06 38 2017-09-06_38 purificacion 21 41128 0.0005106 2.5802168 0.0013175
2017-09-06 38 2017-09-06_38 provincias 24 41128 0.0005835 2.2437446 0.0013093
2017-09-06 38 2017-09-06_38 garufa 14 41128 0.0003404 3.4965076 0.0011902
2017-09-06 38 2017-09-06_38 provincia 29 41128 0.0007051 1.3564414 0.0009564
2017-09-06 38 2017-09-06_38 britanica 14 41128 0.0003404 2.8033604 0.0009543
2017-09-06 38 2017-09-06_38 bretana 21 41128 0.0005106 1.6247054 0.0008296
2017-09-06 38 2017-09-06_38 ingleses 13 41128 0.0003161 2.3978953 0.0007579
2017-09-06 38 2017-09-06_38 1817 12 41128 0.0002918 2.5802168 0.0007528
2017-09-06 38 2017-09-06_38 unido 24 41128 0.0005835 1.1451323 0.0006682
2017-09-06 38 2017-09-06_38 mujer 53 41128 0.0012887 0.4760827 0.0006135
2017-09-06 38 2017-09-06_38 corso 9 41128 0.0002188 2.8033604 0.0006135
2017-09-06 38 2017-09-06_38 beraza 7 41128 0.0001702 3.4965076 0.0005951
2017-09-06 38 2017-09-06_38 bowles 7 41128 0.0001702 3.4965076 0.0005951
2017-09-06 38 2017-09-06_38 majestad 7 41128 0.0001702 3.4965076 0.0005951
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-13 20 2017-06-13_20 oleicola 22 39714 0.0005540 4.1896547 0.0023209
2017-06-13 20 2017-06-13_20 animal 72 39714 0.0018130 0.9315582 0.0016889
2017-06-13 20 2017-06-13_20 compte 17 39714 0.0004281 2.5802168 0.0011045
2017-06-13 20 2017-06-13_20 enriqueta 17 39714 0.0004281 2.5802168 0.0011045
2017-06-13 20 2017-06-13_20 rique 17 39714 0.0004281 2.5802168 0.0011045
2017-06-13 20 2017-06-13_20 dorado 12 39714 0.0003022 3.0910425 0.0009340
2017-06-13 20 2017-06-13_20 rabia 12 39714 0.0003022 3.0910425 0.0009340
2017-06-13 20 2017-06-13_20 hemocentro 15 39714 0.0003777 2.3978953 0.0009057
2017-06-13 20 2017-06-13_20 jardin 37 39714 0.0009317 0.9707789 0.0009044
2017-06-13 20 2017-06-13_20 animales 40 39714 0.0010072 0.8574502 0.0008636
2017-06-13 20 2017-06-13_20 tenencia 43 39714 0.0010827 0.6931472 0.0007505
2017-06-13 20 2017-06-13_20 delta 12 39714 0.0003022 2.3978953 0.0007245
2017-06-13 20 2017-06-13_20 tigre 12 39714 0.0003022 2.3978953 0.0007245
2017-06-13 20 2017-06-13_20 aceite 11 39714 0.0002770 2.3978953 0.0006642
2017-06-13 20 2017-06-13_20 oliva 11 39714 0.0002770 2.3978953 0.0006642
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-18 10 2017-04-18_10 admision 95 39114 0.0024288 1.4816045 0.0035985
2017-04-18 10 2017-04-18_10 espectaculo 43 39114 0.0010994 1.7917595 0.0019698
2017-04-18 10 2017-04-18_10 espectaculos 84 39114 0.0021476 0.8938179 0.0019195
2017-04-18 10 2017-04-18_10 organizador 23 39114 0.0005880 2.3978953 0.0014100
2017-04-18 10 2017-04-18_10 organizadores 23 39114 0.0005880 2.3978953 0.0014100
2017-04-18 10 2017-04-18_10 deportivos 40 39114 0.0010227 1.0541605 0.0010780
2017-04-18 10 2017-04-18_10 auf 16 39114 0.0004091 2.5802168 0.0010555
2017-04-18 10 2017-04-18_10 futbol 46 39114 0.0011760 0.7884574 0.0009273
2017-04-18 10 2017-04-18_10 deporte 61 39114 0.0015595 0.5260931 0.0008205
2017-04-18 10 2017-04-18_10 recintos 12 39114 0.0003068 2.3978953 0.0007357
2017-04-18 10 2017-04-18_10 cardiologico 10 39114 0.0002557 2.8033604 0.0007167
2017-04-18 10 2017-04-18_10 deudor 12 39114 0.0003068 2.2437446 0.0006884
2017-04-18 10 2017-04-18_10 guatemala 17 39114 0.0004346 1.4816045 0.0006439
2017-04-18 10 2017-04-18_10 rae 6 39114 0.0001534 4.1896547 0.0006427
2017-04-18 10 2017-04-18_10 estadios 10 39114 0.0002557 2.2437446 0.0005736
2017-04-18 10 2017-04-18_10 imae 10 39114 0.0002557 2.2437446 0.0005736
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-07 18 2017-06-07_18 guernica 89 33545 0.0026532 3.496508 0.0092768
2017-06-07 18 2017-06-07_18 bombardeo 53 33545 0.0015800 3.496508 0.0055244
2017-06-07 18 2017-06-07_18 vasco 28 33545 0.0008347 3.091042 0.0025801
2017-06-07 18 2017-06-07_18 azerbaiyan 23 33545 0.0006856 2.803360 0.0019221
2017-06-07 18 2017-06-07_18 bombas 24 33545 0.0007155 2.397895 0.0017156
2017-06-07 18 2017-06-07_18 vascos 22 33545 0.0006558 2.580217 0.0016922
2017-06-07 18 2017-06-07_18 moskovics 18 33545 0.0005366 3.091042 0.0016586
2017-06-07 18 2017-06-07_18 vasca 12 33545 0.0003577 3.496508 0.0012508
2017-06-07 18 2017-06-07_18 roble 10 33545 0.0002981 4.189655 0.0012490
2017-06-07 18 2017-06-07_18 graciable 19 33545 0.0005664 2.110213 0.0011952
2017-06-07 18 2017-06-07_18 legion 11 33545 0.0003279 3.496508 0.0011466
2017-06-07 18 2017-06-07_18 condor 10 33545 0.0002981 3.496508 0.0010423
2017-06-07 18 2017-06-07_18 picasso 11 33545 0.0003279 3.091042 0.0010136
2017-06-07 18 2017-06-07_18 incendiarias 8 33545 0.0002385 4.189655 0.0009992
2017-06-07 18 2017-06-07_18 vizcaya 8 33545 0.0002385 4.189655 0.0009992
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-10 44 2017-10-10_44 benavente 21 33698 0.0006232 4.189655 0.0026109
2017-10-10 44 2017-10-10_44 herederos 15 33698 0.0004451 2.803360 0.0012479
2017-10-10 44 2017-10-10_44 aviacion 23 33698 0.0006825 1.791759 0.0012229
2017-10-10 44 2017-10-10_44 enmienda 33 33698 0.0009793 1.098612 0.0010759
2017-10-10 44 2017-10-10_44 lausarot 15 33698 0.0004451 2.397895 0.0010674
2017-10-10 44 2017-10-10_44 18.865 11 33698 0.0003264 3.091042 0.0010090
2017-10-10 44 2017-10-10_44 cordel 10 33698 0.0002968 3.091042 0.0009173
2017-10-10 44 2017-10-10_44 uniones 11 33698 0.0003264 2.580217 0.0008423
2017-10-10 44 2017-10-10_44 causante 11 33698 0.0003264 2.397895 0.0007827
2017-10-10 44 2017-10-10_44 mozos 10 33698 0.0002968 2.580217 0.0007657
2017-10-10 44 2017-10-10_44 audem 6 33698 0.0001781 4.189655 0.0007460
2017-10-10 44 2017-10-10_44 cooparte 6 33698 0.0001781 4.189655 0.0007460
2017-10-10 44 2017-10-10_44 419 8 33698 0.0002374 3.091042 0.0007338
2017-10-10 44 2017-10-10_44 artistas 14 33698 0.0004155 1.550597 0.0006442
2017-10-10 44 2017-10-10_44 sucesorio 7 33698 0.0002077 3.091042 0.0006421
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-13 40 2017-09-13_40 lalo 46 38525 0.0011940 4.1896547 0.0050026
2017-09-13 40 2017-09-13_40 aguirre 85 38525 0.0022064 1.7917595 0.0039533
2017-09-13 40 2017-09-13_40 admision 25 38525 0.0006489 1.4816045 0.0009615
2017-09-13 40 2017-09-13_40 vichadero 15 38525 0.0003894 2.2437446 0.0008736
2017-09-13 40 2017-09-13_40 exdiputado 12 38525 0.0003115 2.5802168 0.0008037
2017-09-13 40 2017-09-13_40 supiste 7 38525 0.0001817 4.1896547 0.0007613
2017-09-13 40 2017-09-13_40 paz 102 38525 0.0026476 0.2776317 0.0007351
2017-09-13 40 2017-09-13_40 organizadores 11 38525 0.0002855 2.3978953 0.0006847
2017-09-13 40 2017-09-13_40 shell 8 38525 0.0002077 3.0910425 0.0006419
2017-09-13 40 2017-09-13_40 abejas 7 38525 0.0001817 3.4965076 0.0006353
2017-09-13 40 2017-09-13_40 espectaculos 27 38525 0.0007008 0.8938179 0.0006264
2017-09-13 40 2017-09-13_40 mpp 12 38525 0.0003115 1.8870696 0.0005878
2017-09-13 40 2017-09-13_40 laborable 5 38525 0.0001298 4.1896547 0.0005438
2017-09-13 40 2017-09-13_40 lumpen 5 38525 0.0001298 4.1896547 0.0005438
2017-09-13 40 2017-09-13_40 etica 29 38525 0.0007528 0.6632942 0.0004993
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-14 4 2017-03-14_4 companera 74 32751 0.0022595 0.7884574 0.0017815
2017-03-14 4 2017-03-14_4 marzo 312 32751 0.0095264 0.1292117 0.0012309
2017-03-14 4 2017-03-14_4 socialista 30 32751 0.0009160 1.2992830 0.0011901
2017-03-14 4 2017-03-14_4 locucion 5 32751 0.0001527 4.1896547 0.0006396
2017-03-14 4 2017-03-14_4 w 28 32751 0.0008549 0.6931472 0.0005926
2017-03-14 4 2017-03-14_4 22ª 6 32751 0.0001832 3.0910425 0.0005663
2017-03-14 4 2017-03-14_4 expoactiva 6 32751 0.0001832 3.0910425 0.0005663
2017-03-14 4 2017-03-14_4 obesidad 8 32751 0.0002443 2.2437446 0.0005481
2017-03-14 4 2017-03-14_4 contribuyente 13 32751 0.0003969 1.2992830 0.0005157
2017-03-14 4 2017-03-14_4 19.446 6 32751 0.0001832 2.8033604 0.0005136
2017-03-14 4 2017-03-14_4 concurrira 7 32751 0.0002137 2.3978953 0.0005125
2017-03-14 4 2017-03-14_4 aparicio 29 32751 0.0008855 0.5787368 0.0005125
2017-03-14 4 2017-03-14_4 dunas 4 32751 0.0001221 4.1896547 0.0005117
2017-03-14 4 2017-03-14_4 escrituracion 4 32751 0.0001221 4.1896547 0.0005117
2017-03-14 4 2017-03-14_4 malta 4 32751 0.0001221 4.1896547 0.0005117
2017-03-14 4 2017-03-14_4 medanos 4 32751 0.0001221 4.1896547 0.0005117
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-05 8 2017-04-05_8 turco 62 34256 0.0018099 3.0910425 0.0055945
2017-04-05 8 2017-04-05_8 admision 85 34256 0.0024813 1.4816045 0.0036763
2017-04-05 8 2017-04-05_8 espectaculo 63 34256 0.0018391 1.7917595 0.0032952
2017-04-05 8 2017-04-05_8 organizadores 26 34256 0.0007590 2.3978953 0.0018200
2017-04-05 8 2017-04-05_8 espectaculos 66 34256 0.0019267 0.8938179 0.0017221
2017-04-05 8 2017-04-05_8 quiroga 16 34256 0.0004671 2.8033604 0.0013094
2017-04-05 8 2017-04-05_8 organizador 16 34256 0.0004671 2.3978953 0.0011200
2017-04-05 8 2017-04-05_8 aborto 14 34256 0.0004087 2.3978953 0.0009800
2017-04-05 8 2017-04-05_8 gomez 24 34256 0.0007006 1.2452158 0.0008724
2017-04-05 8 2017-04-05_8 permanencia 43 34256 0.0012553 0.6343067 0.0007962
2017-04-05 8 2017-04-05_8 museos 11 34256 0.0003211 2.3978953 0.0007700
2017-04-05 8 2017-04-05_8 espectadores 13 34256 0.0003795 1.9924302 0.0007561
2017-04-05 8 2017-04-05_8 pescadores 9 34256 0.0002627 2.8033604 0.0007365
2017-04-05 8 2017-04-05_8 colecciones 6 34256 0.0001752 4.1896547 0.0007338
2017-04-05 8 2017-04-05_8 reproducciones 6 34256 0.0001752 4.1896547 0.0007338
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-02-07 2 2018-02-07_2 2018 267 25468 0.0104837 0.5260931 0.0055154
2018-02-07 2 2018-02-07_2 018 41 25468 0.0016099 2.5802168 0.0041538
2018-02-07 2 2018-02-07_2 febrero 271 25468 0.0106408 0.1823216 0.0019400
2018-02-07 2 2018-02-07_2 zoologico 7 25468 0.0002749 3.4965076 0.0009610
2018-02-07 2 2018-02-07_2 receso 9 25468 0.0003534 2.2437446 0.0007929
2018-02-07 2 2018-02-07_2 017 116 25468 0.0045547 0.1643031 0.0007484
2018-02-07 2 2018-02-07_2 decomisos 5 25468 0.0001963 3.4965076 0.0006865
2018-02-07 2 2018-02-07_2 declino 18 25468 0.0007068 0.9315582 0.0006584
2018-02-07 2 2018-02-07_2 curatela 5 25468 0.0001963 3.0910425 0.0006068
2018-02-07 2 2018-02-07_2 valentin 27 25468 0.0010602 0.5260931 0.0005577
2018-02-07 2 2018-02-07_2 decomisados 5 25468 0.0001963 2.5802168 0.0005066
2018-02-07 2 2018-02-07_2 vertedero 5 25468 0.0001963 2.5802168 0.0005066
2018-02-07 2 2018-02-07_2 19.574 3 25468 0.0001178 4.1896547 0.0004935
2018-02-07 2 2018-02-07_2 casarino 3 25468 0.0001178 4.1896547 0.0004935
2018-02-07 2 2018-02-07_2 empleador 9 25468 0.0003534 1.3564414 0.0004793
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-05 25 2017-07-05_25 gularte 15 29424 0.0005098 3.091042 0.0015758
2017-07-05 25 2017-07-05_25 aceptarla 22 29424 0.0007477 1.992430 0.0014897
2017-07-05 25 2017-07-05_25 podre 22 29424 0.0007477 1.481604 0.0011078
2017-07-05 25 2017-07-05_25 fumador 8 29424 0.0002719 3.496508 0.0009507
2017-07-05 25 2017-07-05_25 musulmana 8 29424 0.0002719 2.803360 0.0007622
2017-07-05 25 2017-07-05_25 laicidad 16 29424 0.0005438 1.356441 0.0007376
2017-07-05 25 2017-07-05_25 fumadores 6 29424 0.0002039 3.496508 0.0007130
2017-07-05 25 2017-07-05_25 plastica 6 29424 0.0002039 3.496508 0.0007130
2017-07-05 25 2017-07-05_25 vedete 5 29424 0.0001699 4.189655 0.0007119
2017-07-05 25 2017-07-05_25 durand 7 29424 0.0002379 2.803360 0.0006669
2017-07-05 25 2017-07-05_25 trans 17 29424 0.0005778 1.145132 0.0006616
2017-07-05 25 2017-07-05_25 martha 11 29424 0.0003738 1.704748 0.0006373
2017-07-05 25 2017-07-05_25 interpuesta 6 29424 0.0002039 3.091042 0.0006303
2017-07-05 25 2017-07-05_25 luna 9 29424 0.0003059 1.992430 0.0006094
2017-07-05 25 2017-07-05_25 acusaron 5 29424 0.0001699 3.496508 0.0005942
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-08 3 2017-03-08_3 mujer 170 38003 0.0044733 0.4760827 0.0021297
2017-03-08 3 2017-03-08_3 varones 25 38003 0.0006578 1.5505974 0.0010200
2017-03-08 3 2017-03-08_3 violencia 136 38003 0.0035787 0.2578291 0.0009227
2017-03-08 3 2017-03-08_3 mujeres 344 38003 0.0090519 0.0953102 0.0008627
2017-03-08 3 2017-03-08_3 nosotras 14 38003 0.0003684 2.2437446 0.0008266
2017-03-08 3 2017-03-08_3 femenina 19 38003 0.0005000 1.4816045 0.0007407
2017-03-08 3 2017-03-08_3 domestica 32 38003 0.0008420 0.8223589 0.0006925
2017-03-08 3 2017-03-08_3 igualdad 85 38003 0.0022367 0.2978344 0.0006662
2017-03-08 3 2017-03-08_3 trabajadoras 23 38003 0.0006052 1.0986123 0.0006649
2017-03-08 3 2017-03-08_3 marzo 170 38003 0.0044733 0.1292117 0.0005780
2017-03-08 3 2017-03-08_3 matrimonio 13 38003 0.0003421 1.5505974 0.0005304
2017-03-08 3 2017-03-08_3 insulina 7 38003 0.0001842 2.5802168 0.0004753
2017-03-08 3 2017-03-08_3 abuelas 4 38003 0.0001053 4.1896547 0.0004410
2017-03-08 3 2017-03-08_3 falls 4 38003 0.0001053 4.1896547 0.0004410
2017-03-08 3 2017-03-08_3 fundamentalismos 4 38003 0.0001053 4.1896547 0.0004410
2017-03-08 3 2017-03-08_3 glicemia 4 38003 0.0001053 4.1896547 0.0004410
2017-03-08 3 2017-03-08_3 seneca 4 38003 0.0001053 4.1896547 0.0004410
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-03 12 2017-05-03_12 falco 50 27679 0.0018064 1.9924302 0.0035992
2017-05-03 12 2017-05-03_12 liber 48 27679 0.0017342 1.2452158 0.0021594
2017-05-03 12 2017-05-03_12 panama 43 27679 0.0015535 0.7239188 0.0011246
2017-05-03 12 2017-05-03_12 lara 8 27679 0.0002890 3.0910425 0.0008934
2017-05-03 12 2017-05-03_12 cometas 5 27679 0.0001806 4.1896547 0.0007568
2017-05-03 12 2017-05-03_12 poeta 14 27679 0.0005058 1.4170660 0.0007168
2017-05-03 12 2017-05-03_12 w 26 27679 0.0009393 0.6931472 0.0006511
2017-05-03 12 2017-05-03_12 camila 17 27679 0.0006142 1.0541605 0.0006474
2017-05-03 12 2017-05-03_12 camilas 4 27679 0.0001445 4.1896547 0.0006055
2017-05-03 12 2017-05-03_12 aparicio 27 27679 0.0009755 0.5787368 0.0005645
2017-05-03 12 2017-05-03_12 estudiantil 12 27679 0.0004335 1.2452158 0.0005399
2017-05-03 12 2017-05-03_12 parlatino 21 27679 0.0007587 0.6931472 0.0005259
2017-05-03 12 2017-05-03_12 alonso 26 27679 0.0009393 0.5520686 0.0005186
2017-05-03 12 2017-05-03_12 literarios 4 27679 0.0001445 3.4965076 0.0005053
2017-05-03 12 2017-05-03_12 padrastro 4 27679 0.0001445 3.4965076 0.0005053
2017-05-03 12 2017-05-03_12 resabios 4 27679 0.0001445 3.4965076 0.0005053
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-03-01 1 2018-03-01_1 2018 158 34344 0.0046005 0.5260931 0.0024203
2018-03-01 1 2018-03-01_1 saliente 27 34344 0.0007862 2.8033604 0.0022039
2018-03-01 1 2018-03-01_1 exitos 25 34344 0.0007279 1.5505974 0.0011287
2018-03-01 1 2018-03-01_1 vicepresidentes 15 34344 0.0004368 1.8870696 0.0008242
2018-03-01 1 2018-03-01_1 elogios 12 34344 0.0003494 2.2437446 0.0007840
2018-03-01 1 2018-03-01_1 voto 116 34344 0.0033776 0.2193628 0.0007409
2018-03-01 1 2018-03-01_1 fundar 59 34344 0.0017179 0.4054651 0.0006966
2018-03-01 1 2018-03-01_1 ecuanime 11 34344 0.0003203 2.1102132 0.0006759
2018-03-01 1 2018-03-01_1 ecuanimidad 12 34344 0.0003494 1.8870696 0.0006594
2018-03-01 1 2018-03-01_1 jueves 54 34344 0.0015723 0.3610133 0.0005676
2018-03-01 1 2018-03-01_1 marzo 146 34344 0.0042511 0.1292117 0.0005493
2018-03-01 1 2018-03-01_1 felicitar 21 34344 0.0006115 0.8574502 0.0005243
2018-03-01 1 2018-03-01_1 cualidades 12 34344 0.0003494 1.4816045 0.0005177
2018-03-01 1 2018-03-01_1 equipo 46 34344 0.0013394 0.3829923 0.0005130
2018-03-01 1 2018-03-01_1 felicitaciones 11 34344 0.0003203 1.5505974 0.0004966
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-15 5 2017-03-15_5 bell 13 22377 0.0005810 3.4965076 0.0020313
2017-03-15 5 2017-03-15_5 buoy 13 22377 0.0005810 3.4965076 0.0020313
2017-03-15 5 2017-03-15_5 fusileros 9 22377 0.0004022 3.0910425 0.0012432
2017-03-15 5 2017-03-15_5 marzo 199 22377 0.0088931 0.1292117 0.0011491
2017-03-15 5 2017-03-15_5 buceo 9 22377 0.0004022 2.8033604 0.0011275
2017-03-15 5 2017-03-15_5 salvamento 9 22377 0.0004022 2.8033604 0.0011275
2017-03-15 5 2017-03-15_5 anv 11 22377 0.0004916 2.2437446 0.0011030
2017-03-15 5 2017-03-15_5 inacoop 10 22377 0.0004469 2.3978953 0.0010716
2017-03-15 5 2017-03-15_5 embarcado 9 22377 0.0004022 2.5802168 0.0010378
2017-03-15 5 2017-03-15_5 helicoptero 9 22377 0.0004022 2.3978953 0.0009644
2017-03-15 5 2017-03-15_5 emprendimientos 22 22377 0.0009832 0.9707789 0.0009544
2017-03-15 5 2017-03-15_5 navales 10 22377 0.0004469 1.9924302 0.0008904
2017-03-15 5 2017-03-15_5 plana 9 22377 0.0004022 1.9924302 0.0008014
2017-03-15 5 2017-03-15_5 compras 17 22377 0.0007597 1.0116009 0.0007685
2017-03-15 5 2017-03-15_5 buque 10 22377 0.0004469 1.7047481 0.0007618
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-28 23 2017-06-28_23 bancarizacion 18 24966 0.0007210 1.5505974 0.0011180
2017-06-28 23 2017-06-28_23 19.210 19 24966 0.0007610 1.4170660 0.0010784
2017-06-28 23 2017-06-28_23 credito 34 24966 0.0013619 0.7556675 0.0010291
2017-06-28 23 2017-06-28_23 debito 15 24966 0.0006008 1.7047481 0.0010242
2017-06-28 23 2017-06-28_23 tarjeta 24 24966 0.0009613 1.0541605 0.0010134
2017-06-28 23 2017-06-28_23 lluberas 6 24966 0.0002403 4.1896547 0.0010069
2017-06-28 23 2017-06-28_23 bancos 28 24966 0.0011215 0.8223589 0.0009223
2017-06-28 23 2017-06-28_23 antartico 9 24966 0.0003605 2.3978953 0.0008644
2017-06-28 23 2017-06-28_23 2021 10 24966 0.0004005 2.1102132 0.0008452
2017-06-28 23 2017-06-28_23 albert 6 24966 0.0002403 3.4965076 0.0008403
2017-06-28 23 2017-06-28_23 19.478 9 24966 0.0003605 2.2437446 0.0008088
2017-06-28 23 2017-06-28_23 junio 197 24966 0.0078907 0.0953102 0.0007521
2017-06-28 23 2017-06-28_23 bancarizado 6 24966 0.0002403 3.0910425 0.0007429
2017-06-28 23 2017-06-28_23 reabrir 5 24966 0.0002003 3.4965076 0.0007003
2017-06-28 23 2017-06-28_23 28 155 24966 0.0062084 0.1121173 0.0006961
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-01 28 2017-08-01_28 16.698 20 18052 0.0011079 3.0910425 0.0034246
2017-08-01 28 2017-08-01_28 agosto 193 18052 0.0106913 0.1823216 0.0019493
2017-08-01 28 2017-08-01_28 designante 9 18052 0.0004986 3.4965076 0.0017432
2017-08-01 28 2017-08-01_28 negare 6 18052 0.0003324 4.1896547 0.0013925
2017-08-01 28 2017-08-01_28 haro 23 18052 0.0012741 1.0541605 0.0013431
2017-08-01 28 2017-08-01_28 mineral 5 18052 0.0002770 3.4965076 0.0009685
2017-08-01 28 2017-08-01_28 negaren 4 18052 0.0002216 4.1896547 0.0009284
2017-08-01 28 2017-08-01_28 amianto 5 18052 0.0002770 3.0910425 0.0008561
2017-08-01 28 2017-08-01_28 prefabricadas 4 18052 0.0002216 3.4965076 0.0007748
2017-08-01 28 2017-08-01_28 investigadoras 7 18052 0.0003878 1.8870696 0.0007317
2017-08-01 28 2017-08-01_28 provocadas 3 18052 0.0001662 3.4965076 0.0005811
2017-08-01 28 2017-08-01_28 baranzano 6 18052 0.0003324 1.7047481 0.0005666
2017-08-01 28 2017-08-01_28 graffigna 6 18052 0.0003324 1.7047481 0.0005666
2017-08-01 28 2017-08-01_28 curbelo 6 18052 0.0003324 1.5505974 0.0005154
2017-08-01 28 2017-08-01_28 2050 3 18052 0.0001662 3.0910425 0.0005137
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-24 27 2017-07-24_27 raras 51 19498 0.0026157 1.8870696 0.0049359
2017-07-24 27 2017-07-24_27 fermedades 12 19498 0.0006154 4.1896547 0.0025785
2017-07-24 27 2017-07-24_27 incentivado 8 19498 0.0004103 3.0910425 0.0012683
2017-07-24 27 2017-07-24_27 rara 11 19498 0.0005642 2.1102132 0.0011905
2017-07-24 27 2017-07-24_27 enfermedades 41 19498 0.0021028 0.5520686 0.0011609
2017-07-24 27 2017-07-24_27 afucar 5 19498 0.0002564 4.1896547 0.0010744
2017-07-24 27 2017-07-24_27 lunes 37 19498 0.0018976 0.5520686 0.0010476
2017-07-24 27 2017-07-24_27 musulmana 7 19498 0.0003590 2.8033604 0.0010064
2017-07-24 27 2017-07-24_27 discapacitadas 8 19498 0.0004103 2.2437446 0.0009206
2017-07-24 27 2017-07-24_27 aditivos 10 19498 0.0005129 1.7917595 0.0009189
2017-07-24 27 2017-07-24_27 vacantes 11 19498 0.0005642 1.5505974 0.0008748
2017-07-24 27 2017-07-24_27 academias 5 19498 0.0002564 3.0910425 0.0007927
2017-07-24 27 2017-07-24_27 paliativos 6 19498 0.0003077 2.3978953 0.0007379
2017-07-24 27 2017-07-24_27 701 3 19498 0.0001539 4.1896547 0.0006446
2017-07-24 27 2017-07-24_27 ayui 3 19498 0.0001539 4.1896547 0.0006446
2017-07-24 27 2017-07-24_27 eliminase 3 19498 0.0001539 4.1896547 0.0006446
2017-07-24 27 2017-07-24_27 enfermeda 3 19498 0.0001539 4.1896547 0.0006446
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-01 1 2017-03-01_1 saliente 23 30577 0.0007522 2.8033604 0.0021087
2017-03-01 1 2017-03-01_1 tus 15 30577 0.0004906 1.8870696 0.0009257
2017-03-01 1 2017-03-01_1 fundar 69 30577 0.0022566 0.4054651 0.0009150
2017-03-01 1 2017-03-01_1 exitos 18 30577 0.0005887 1.5505974 0.0009128
2017-03-01 1 2017-03-01_1 companero 107 30577 0.0034994 0.2578291 0.0009022
2017-03-01 1 2017-03-01_1 voto 108 30577 0.0035321 0.2193628 0.0007748
2017-03-01 1 2017-03-01_1 ecuanimidad 12 30577 0.0003925 1.8870696 0.0007406
2017-03-01 1 2017-03-01_1 felicito 24 30577 0.0007849 0.9315582 0.0007312
2017-03-01 1 2017-03-01_1 dotes 9 30577 0.0002943 2.2437446 0.0006604
2017-03-01 1 2017-03-01_1 legislaturas 10 30577 0.0003270 1.7047481 0.0005575
2017-03-01 1 2017-03-01_1 hincha 7 30577 0.0002289 2.3978953 0.0005490
2017-03-01 1 2017-03-01_1 negociador 4 30577 0.0001308 4.1896547 0.0005481
2017-03-01 1 2017-03-01_1 cualidades 10 30577 0.0003270 1.4816045 0.0004845
2017-03-01 1 2017-03-01_1 saludo 28 30577 0.0009157 0.5260931 0.0004818
2017-03-01 1 2017-03-01_1 marzo 114 30577 0.0037283 0.1292117 0.0004817
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-10 43 2017-10-10_43 che 124 17936 0.0069135 2.8033604 0.0193809
2017-10-10 43 2017-10-10_43 guevara 37 17936 0.0020629 2.5802168 0.0053227
2017-10-10 43 2017-10-10_43 fidel 17 17936 0.0009478 2.8033604 0.0026571
2017-10-10 43 2017-10-10_43 revolucionario 23 17936 0.0012823 1.3564414 0.0017394
2017-10-10 43 2017-10-10_43 revolucionarios 10 17936 0.0005575 2.8033604 0.0015630
2017-10-10 43 2017-10-10_43 bolivia 19 17936 0.0010593 1.4170660 0.0015011
2017-10-10 43 2017-10-10_43 socialismo 10 17936 0.0005575 2.3978953 0.0013369
2017-10-10 43 2017-10-10_43 cuba 14 17936 0.0007806 1.4816045 0.0011565
2017-10-10 43 2017-10-10_43 quijano 6 17936 0.0003345 3.0910425 0.0010340
2017-10-10 43 2017-10-10_43 arbenz 4 17936 0.0002230 4.1896547 0.0009344
2017-10-10 43 2017-10-10_43 imperialismo 10 17936 0.0005575 1.6247054 0.0009058
2017-10-10 43 2017-10-10_43 cubanos 7 17936 0.0003903 2.1102132 0.0008236
2017-10-10 43 2017-10-10_43 declino 15 17936 0.0008363 0.9315582 0.0007791
2017-10-10 43 2017-10-10_43 octubre 142 17936 0.0079170 0.0953102 0.0007546
2017-10-10 43 2017-10-10_43 revolucionaria 6 17936 0.0003345 2.2437446 0.0007506
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-22 22 2017-06-22_22 geoparques 21 14561 0.0014422 4.189655 0.0060424
2017-06-22 22 2017-06-22_22 gambogi 11 14561 0.0007554 4.189655 0.0031650
2017-06-22 22 2017-06-22_22 geoparque 10 14561 0.0006868 4.189655 0.0028773
2017-06-22 22 2017-06-22_22 grutas 7 14561 0.0004807 4.189655 0.0020141
2017-06-22 22 2017-06-22_22 unesco 19 14561 0.0013049 1.481604 0.0019333
2017-06-22 22 2017-06-22_22 dieste 15 14561 0.0010301 1.791759 0.0018458
2017-06-22 22 2017-06-22_22 residuos 18 14561 0.0012362 1.481604 0.0018315
2017-06-22 22 2017-06-22_22 circular 18 14561 0.0012362 1.193922 0.0014759
2017-06-22 22 2017-06-22_22 reutilizacion 6 14561 0.0004121 3.496508 0.0014408
2017-06-22 22 2017-06-22_22 reciclaje 7 14561 0.0004807 2.803360 0.0013477
2017-06-22 22 2017-06-22_22 19.210 13 14561 0.0008928 1.417066 0.0012652
2017-06-22 22 2017-06-22_22 geologico 5 14561 0.0003434 3.496508 0.0012006
2017-06-22 22 2017-06-22_22 lezica 5 14561 0.0003434 3.496508 0.0012006
2017-06-22 22 2017-06-22_22 coetc 4 14561 0.0002747 4.189655 0.0011509
2017-06-22 22 2017-06-22_22 recicladas 4 14561 0.0002747 4.189655 0.0011509
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-13 21 2017-06-13_21 huelga 43 18372 0.0023405 1.2452158 0.0029145
2017-06-13 21 2017-06-13_21 golpe 57 18372 0.0031025 0.8574502 0.0026603
2017-06-13 21 2017-06-13_21 resistencia 53 18372 0.0028848 0.8574502 0.0024736
2017-06-13 21 2017-06-13_21 19.211 11 18372 0.0005987 3.4965076 0.0020935
2017-06-13 21 2017-06-13_21 obrera 10 18372 0.0005443 2.2437446 0.0012213
2017-06-13 21 2017-06-13_21 rusch 5 18372 0.0002722 4.1896547 0.0011402
2017-06-13 21 2017-06-13_21 1973 19 18372 0.0010342 0.9707789 0.0010040
2017-06-13 21 2017-06-13_21 cnt 21 18372 0.0011430 0.8574502 0.0009801
2017-06-13 21 2017-06-13_21 fabricas 10 18372 0.0005443 1.6247054 0.0008843
2017-06-13 21 2017-06-13_21 dictadura 40 18372 0.0021772 0.3610133 0.0007860
2017-06-13 21 2017-06-13_21 teja 5 18372 0.0002722 2.8033604 0.0007629
2017-06-13 21 2017-06-13_21 vestigios 5 18372 0.0002722 2.8033604 0.0007629
2017-06-13 21 2017-06-13_21 madrugada 7 18372 0.0003810 1.9924302 0.0007591
2017-06-13 21 2017-06-13_21 michelini 8 18372 0.0004354 1.6247054 0.0007075
2017-06-13 21 2017-06-13_21 anonimos 6 18372 0.0003266 2.1102132 0.0006892
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-16 15 2017-05-16_15 leones 70 10830 0.0064635 2.3978953 0.0154989
2017-05-16 15 2017-05-16_15 clubes 35 10830 0.0032318 1.1939225 0.0038585
2017-05-16 15 2017-05-16_15 leonismo 8 10830 0.0007387 3.4965076 0.0025828
2017-05-16 15 2017-05-16_15 jones 6 10830 0.0005540 4.1896547 0.0023211
2017-05-16 15 2017-05-16_15 club 29 10830 0.0026777 0.7884574 0.0021113
2017-05-16 15 2017-05-16_15 melvin 5 10830 0.0004617 4.1896547 0.0019343
2017-05-16 15 2017-05-16_15 paulo 5 10830 0.0004617 4.1896547 0.0019343
2017-05-16 15 2017-05-16_15 sao 5 10830 0.0004617 4.1896547 0.0019343
2017-05-16 15 2017-05-16_15 cabt 4 10830 0.0003693 4.1896547 0.0015474
2017-05-16 15 2017-05-16_15 toxinicas 4 10830 0.0003693 4.1896547 0.0015474
2017-05-16 15 2017-05-16_15 farc 4 10830 0.0003693 3.4965076 0.0012914
2017-05-16 15 2017-05-16_15 zaragoza 4 10830 0.0003693 3.0910425 0.0011417
2017-05-16 15 2017-05-16_15 chicago 5 10830 0.0004617 2.3978953 0.0011071
2017-05-16 15 2017-05-16_15 gimenez 4 10830 0.0003693 2.8033604 0.0010354
2017-05-16 15 2017-05-16_15 universalidad 4 10830 0.0003693 2.8033604 0.0010354
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-18 9 2017-04-18_9 branco 43 11021 0.0039016 1.9924302 0.0077737
2017-04-18 9 2017-04-18_9 paranhos 21 11021 0.0019055 3.4965076 0.0066624
2017-04-18 9 2017-04-18_9 baron 16 11021 0.0014518 3.0910425 0.0044875
2017-04-18 9 2017-04-18_9 zeballos 14 11021 0.0012703 3.4965076 0.0044416
2017-04-18 9 2017-04-18_9 yaguaron 6 11021 0.0005444 3.4965076 0.0019036
2017-04-18 9 2017-04-18_9 ultimatum 5 11021 0.0004537 4.1896547 0.0019008
2017-04-18 9 2017-04-18_9 brasil 59 11021 0.0053534 0.2978344 0.0015944
2017-04-18 9 2017-04-18_9 emperador 5 11021 0.0004537 3.4965076 0.0015863
2017-04-18 9 2017-04-18_9 guayana 4 11021 0.0003629 4.1896547 0.0015206
2017-04-18 9 2017-04-18_9 merin 6 11021 0.0005444 2.5802168 0.0014047
2017-04-18 9 2017-04-18_9 acre 5 11021 0.0004537 3.0910425 0.0014023
2017-04-18 9 2017-04-18_9 liverpool 4 11021 0.0003629 3.4965076 0.0012690
2017-04-18 9 2017-04-18_9 canciller 8 11021 0.0007259 1.6247054 0.0011794
2017-04-18 9 2017-04-18_9 cyssa 3 11021 0.0002722 4.1896547 0.0011405
2017-04-18 9 2017-04-18_9 junior 3 11021 0.0002722 4.1896547 0.0011405
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-06 55 2017-12-06_55 palestino 52 9523 0.0054605 2.580217 0.0140892
2017-12-06 55 2017-12-06_55 palestina 55 9523 0.0057755 2.397895 0.0138490
2017-12-06 55 2017-12-06_55 palestinos 26 9523 0.0027302 3.091042 0.0084393
2017-12-06 55 2017-12-06_55 israel 25 9523 0.0026252 1.550597 0.0040707
2017-12-06 55 2017-12-06_55 abbas 6 9523 0.0006301 4.189655 0.0026397
2017-12-06 55 2017-12-06_55 jerusalen 10 9523 0.0010501 2.110213 0.0022159
2017-12-06 55 2017-12-06_55 inalienables 6 9523 0.0006301 3.091042 0.0019475
2017-12-06 55 2017-12-06_55 israeli 6 9523 0.0006301 3.091042 0.0019475
2017-12-06 55 2017-12-06_55 israelies 5 9523 0.0005250 3.496508 0.0018358
2017-12-06 55 2017-12-06_55 abdel 4 9523 0.0004200 4.189655 0.0017598
2017-12-06 55 2017-12-06_55 cisjordania 4 9523 0.0004200 4.189655 0.0017598
2017-12-06 55 2017-12-06_55 gaza 4 9523 0.0004200 3.496508 0.0014687
2017-12-06 55 2017-12-06_55 181 7 9523 0.0007351 1.887070 0.0013871
2017-12-06 55 2017-12-06_55 balfour 3 9523 0.0003150 4.189655 0.0013199
2017-12-06 55 2017-12-06_55 oslo 3 9523 0.0003150 4.189655 0.0013199
2017-12-06 55 2017-12-06_55 palestinas 3 9523 0.0003150 4.189655 0.0013199
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-03-14 5 2018-03-14_5 licandro 93 11425 0.0081400 3.4965076 0.0284617
2018-03-14 5 2018-03-14_5 2018 71 11425 0.0062144 0.5260931 0.0032694
2018-03-14 5 2018-03-14_5 victor 30 11425 0.0026258 1.0541605 0.0027680
2018-03-14 5 2018-03-14_5 bayley 6 11425 0.0005252 4.1896547 0.0022003
2018-03-14 5 2018-03-14_5 aa 5 11425 0.0004376 3.4965076 0.0015302
2018-03-14 5 2018-03-14_5 ff 5 11425 0.0004376 3.4965076 0.0015302
2018-03-14 5 2018-03-14_5 zufriategui 5 11425 0.0004376 3.4965076 0.0015302
2018-03-14 5 2018-03-14_5 138º 4 11425 0.0003501 4.1896547 0.0014668
2018-03-14 5 2018-03-14_5 autocritico 4 11425 0.0003501 4.1896547 0.0014668
2018-03-14 5 2018-03-14_5 militares 21 11425 0.0018381 0.7239188 0.0013306
2018-03-14 5 2018-03-14_5 ejercitos 4 11425 0.0003501 3.4965076 0.0012242
2018-03-14 5 2018-03-14_5 seregni 8 11425 0.0007002 1.7047481 0.0011937
2018-03-14 5 2018-03-14_5 armadas 16 11425 0.0014004 0.7884574 0.0011042
2018-03-14 5 2018-03-14_5 notaba 3 11425 0.0002626 4.1896547 0.0011001
2018-03-14 5 2018-03-14_5 enfrentaron 5 11425 0.0004376 2.3978953 0.0010494
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-13 19 2017-06-13_19 provincia 14 8257 0.0016955 1.3564414 0.0022999
2017-06-13 19 2017-06-13_19 provincias 8 8257 0.0009689 2.2437446 0.0021739
2017-06-13 19 2017-06-13_19 1817 6 8257 0.0007267 2.5802168 0.0018749
2017-06-13 19 2017-06-13_19 instrucciones 9 8257 0.0010900 1.4170660 0.0015446
2017-06-13 19 2017-06-13_19 junio 115 8257 0.0139276 0.0953102 0.0013274
2017-06-13 19 2017-06-13_19 orientales 8 8257 0.0009689 1.3564414 0.0013142
2017-06-13 19 2017-06-13_19 1956 5 8257 0.0006055 2.1102132 0.0012778
2017-06-13 19 2017-06-13_19 burgos 3 8257 0.0003633 3.0910425 0.0011231
2017-06-13 19 2017-06-13_19 dimitrioff 3 8257 0.0003633 3.0910425 0.0011231
2017-06-13 19 2017-06-13_19 lust 3 8257 0.0003633 3.0910425 0.0011231
2017-06-13 19 2017-06-13_19 empoderamiento 4 8257 0.0004844 2.2437446 0.0010870
2017-06-13 19 2017-06-13_19 liberal 5 8257 0.0006055 1.7047481 0.0010323
2017-06-13 19 2017-06-13_19 irma 3 8257 0.0003633 2.8033604 0.0010185
2017-06-13 19 2017-06-13_19 milesi 3 8257 0.0003633 2.8033604 0.0010185
2017-06-13 19 2017-06-13_19 virreinato 3 8257 0.0003633 2.8033604 0.0010185
2017-06-13 19 2017-06-13_19 zavalkin 3 8257 0.0003633 2.8033604 0.0010185
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-06 37 2017-09-06_37 metalurgico 21 10791 0.0019461 2.8033604 0.0054555
2017-09-06 37 2017-09-06_37 cuesta 65 10791 0.0060235 0.5520686 0.0033254
2017-09-06 37 2017-09-06_37 comunista 30 10791 0.0027801 1.1451323 0.0031836
2017-09-06 37 2017-09-06_37 obrero 25 10791 0.0023167 1.2992830 0.0030101
2017-09-06 37 2017-09-06_37 obrera 13 10791 0.0012047 2.2437446 0.0027031
2017-09-06 37 2017-09-06_37 mazzarovich 6 10791 0.0005560 4.1896547 0.0023295
2017-09-06 37 2017-09-06_37 sindicato 23 10791 0.0021314 1.0116009 0.0021561
2017-09-06 37 2017-09-06_37 pietrarroia 5 10791 0.0004633 4.1896547 0.0019413
2017-09-06 37 2017-09-06_37 cnt 23 10791 0.0021314 0.8574502 0.0018276
2017-09-06 37 2017-09-06_37 sindicalista 8 10791 0.0007414 2.3978953 0.0017777
2017-09-06 37 2017-09-06_37 sindical 22 10791 0.0020387 0.8574502 0.0017481
2017-09-06 37 2017-09-06_37 cofundador 5 10791 0.0004633 3.4965076 0.0016201
2017-09-06 37 2017-09-06_37 soefapa 4 10791 0.0003707 4.1896547 0.0015530
2017-09-06 37 2017-09-06_37 metalurgicos 5 10791 0.0004633 3.0910425 0.0014322
2017-09-06 37 2017-09-06_37 castillo 6 10791 0.0005560 2.1102132 0.0011733
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-11 45 2017-10-11_45 desnutricion 13 7166 0.0018141 2.3978953 0.0043501
2017-10-11 45 2017-10-11_45 alimentacion 33 7166 0.0046051 0.9315582 0.0042899
2017-10-11 45 2017-10-11_45 hambre 32 7166 0.0044655 0.9315582 0.0041599
2017-10-11 45 2017-10-11_45 obesidad 11 7166 0.0015350 2.2437446 0.0034442
2017-10-11 45 2017-10-11_45 malnutricion 9 7166 0.0012559 2.5802168 0.0032406
2017-10-11 45 2017-10-11_45 alimentos 23 7166 0.0032096 0.9315582 0.0029899
2017-10-11 45 2017-10-11_45 fao 9 7166 0.0012559 2.2437446 0.0028180
2017-10-11 45 2017-10-11_45 alimentario 5 7166 0.0006977 3.4965076 0.0024397
2017-10-11 45 2017-10-11_45 semillas 10 7166 0.0013955 1.6247054 0.0022672
2017-10-11 45 2017-10-11_45 alimentaria 11 7166 0.0015350 1.2992830 0.0019944
2017-10-11 45 2017-10-11_45 nutricion 7 7166 0.0009768 1.9924302 0.0019463
2017-10-11 45 2017-10-11_45 nutrientes 5 7166 0.0006977 2.5802168 0.0018003
2017-10-11 45 2017-10-11_45 frentes 5 7166 0.0006977 2.1102132 0.0014724
2017-10-11 45 2017-10-11_45 agricultores 4 7166 0.0005582 2.5802168 0.0014403
2017-10-11 45 2017-10-11_45 sobrepeso 4 7166 0.0005582 2.3978953 0.0013385

Senadores

sesion_senadores_words <- senadores %>%
  unnest_tokens(word, pdf) %>%
  count(fecha, sesion, fecha_sesion, word, sort = TRUE) %>%
  ungroup()

senadores_words <- sesion_senadores_words %>% 
  group_by(fecha_sesion) %>% 
  summarize(total = sum(n))

sesion_senadores_tfidf <- left_join(sesion_senadores_words, senadores_words) %>%
  bind_tf_idf(word, fecha_sesion, n) 

for (i in unique(sesion_senadores_tfidf$fecha_sesion)){
  sesion_senadores_tfidf %>%
    filter(fecha_sesion == i) %>%
    arrange(desc(tf_idf)) %>%
    mutate(word = factor(word, levels = rev(unique(word)))) %>%
    top_n(15, tf_idf) %>%
    knitr::kable(format = "html") %>%
    print(kableExtra::kable_styling(full_width = F))
  cat("\n")
}
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-18 32 2017-09-18_32 usd 236 102103 0.0023114 0.7817006 0.0018068
2017-09-18 32 2017-09-18_32 000.000 225 102103 0.0022037 0.7102416 0.0015651
2017-09-18 32 2017-09-18_32 gasto 125 102103 0.0012243 1.0818052 0.0013244
2017-09-18 32 2017-09-18_32 presidenta 433 102103 0.0042408 0.2933478 0.0012440
2017-09-18 32 2017-09-18_32 deficit 88 102103 0.0008619 1.4384801 0.0012398
2017-09-18 32 2017-09-18_32 rendicion 172 102103 0.0016846 0.5810299 0.0009788
2017-09-18 32 2017-09-18_32 impuestos 88 102103 0.0008619 1.0818052 0.0009324
2017-09-18 32 2017-09-18_32 tasa 87 102103 0.0008521 1.0818052 0.0009218
2017-09-18 32 2017-09-18_32 erratas 22 102103 0.0002155 4.0775374 0.0008786
2017-09-18 32 2017-09-18_32 consular 39 102103 0.0003820 2.2857780 0.0008731
2017-09-18 32 2017-09-18_32 astori 43 102103 0.0004211 1.9980959 0.0008415
2017-09-18 32 2017-09-18_32 cuentas 213 102103 0.0020861 0.3886580 0.0008108
2017-09-18 32 2017-09-18_32 18 631 102103 0.0061800 0.1262937 0.0007805
2017-09-18 32 2017-09-18_32 pbi 31 102103 0.0003036 2.1316273 0.0006472
2017-09-18 32 2017-09-18_32 inumet 15 102103 0.0001469 4.0775374 0.0005990
2017-09-18 32 2017-09-18_32 scavarelli 15 102103 0.0001469 4.0775374 0.0005990
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-26 9 2017-04-26_9 matricula 63 79498 0.0007925 2.9789252 0.0023607
2017-04-26 9 2017-04-26_9 egreso 71 79498 0.0008931 2.4680995 0.0022043
2017-04-26 9 2017-04-26_9 educativos 122 79498 0.0015346 1.3049487 0.0020026
2017-04-26 9 2017-04-26_9 educativa 109 79498 0.0013711 1.3049487 0.0017892
2017-04-26 9 2017-04-26_9 educativo 138 79498 0.0017359 0.9864950 0.0017124
2017-04-26 9 2017-04-26_9 anep 85 79498 0.0010692 1.5125881 0.0016173
2017-04-26 9 2017-04-26_9 ministra 106 79498 0.0013334 1.1330985 0.0015108
2017-04-26 9 2017-04-26_9 docentes 102 79498 0.0012831 1.0818052 0.0013880
2017-04-26 9 2017-04-26_9 codicen 60 79498 0.0007547 1.7749524 0.0013396
2017-04-26 9 2017-04-26_9 pisa 38 79498 0.0004780 2.6912431 0.0012864
2017-04-26 9 2017-04-26_9 estudiantes 92 79498 0.0011573 1.0330150 0.0011955
2017-04-26 9 2017-04-26_9 netto 28 79498 0.0003522 3.3843903 0.0011920
2017-04-26 9 2017-04-26_9 curricular 38 79498 0.0004780 2.4680995 0.0011798
2017-04-26 9 2017-04-26_9 centros 131 79498 0.0016478 0.6763401 0.0011145
2017-04-26 9 2017-04-26_9 promejora 21 79498 0.0002642 4.0775374 0.0010771
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-15 42 2017-11-15_42 violencia 289 55996 0.0051611 0.5221894 0.0026951
2017-11-15 42 2017-11-15_42 noviembre 505 55996 0.0090185 0.2708750 0.0024429
2017-11-15 42 2017-11-15_42 mujeres 236 55996 0.0042146 0.5221894 0.0022008
2017-11-15 42 2017-11-15_42 basada 68 55996 0.0012144 1.0818052 0.0013137
2017-11-15 42 2017-11-15_42 presidenta 243 55996 0.0043396 0.2933478 0.0012730
2017-11-15 42 2017-11-15_42 mujer 95 55996 0.0016965 0.7453329 0.0012645
2017-11-15 42 2017-11-15_42 sexual 39 55996 0.0006965 1.4384801 0.0010019
2017-11-15 42 2017-11-15_42 penas 28 55996 0.0005000 1.8803129 0.0009402
2017-11-15 42 2017-11-15_42 domestica 38 55996 0.0006786 1.3694872 0.0009294
2017-11-15 42 2017-11-15_42 sustitutivo 36 55996 0.0006429 1.4384801 0.0009248
2017-11-15 42 2017-11-15_42 victima 34 55996 0.0006072 1.5125881 0.0009184
2017-11-15 42 2017-11-15_42 ninas 33 55996 0.0005893 1.3694872 0.0008071
2017-11-15 42 2017-11-15_42 directrices 18 55996 0.0003215 2.1316273 0.0006852
2017-11-15 42 2017-11-15_42 genero 117 55996 0.0020894 0.3163373 0.0006610
2017-11-15 42 2017-11-15_42 adolescentes 29 55996 0.0005179 1.1330985 0.0005868
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-28 44 2017-11-28_44 upm 266 63366 0.0041978 1.5125881 0.0063496
2017-11-28 44 2017-11-28_44 inversion 157 63366 0.0024777 0.8194409 0.0020303
2017-11-28 44 2017-11-28_44 ppp 40 63366 0.0006313 2.9789252 0.0018805
2017-11-28 44 2017-11-28_44 viaducto 26 63366 0.0004103 4.0775374 0.0016731
2017-11-28 44 2017-11-28_44 celulosa 55 63366 0.0008680 1.8803129 0.0016321
2017-11-28 44 2017-11-28_44 contrato 128 63366 0.0020200 0.7817006 0.0015790
2017-11-28 44 2017-11-28_44 biomasa 21 63366 0.0003314 4.0775374 0.0013513
2017-11-28 44 2017-11-28_44 planta 105 63366 0.0016570 0.7817006 0.0012953
2017-11-28 44 2017-11-28_44 usd 100 63366 0.0015781 0.7817006 0.0012336
2017-11-28 44 2017-11-28_44 ferrocarril 26 63366 0.0004103 2.9789252 0.0012223
2017-11-28 44 2017-11-28_44 ferroviario 28 63366 0.0004419 2.6912431 0.0011892
2017-11-28 44 2017-11-28_44 ferrea 22 63366 0.0003472 3.3843903 0.0011750
2017-11-28 44 2017-11-28_44 franca 36 63366 0.0005681 1.9980959 0.0011352
2017-11-28 44 2017-11-28_44 pregunta 101 63366 0.0015939 0.6118015 0.0009752
2017-11-28 44 2017-11-28_44 toros 26 63366 0.0004103 2.2857780 0.0009379
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-09 29 2017-08-09_29 agosto 825 35694 0.0231131 0.5810299 0.0134294
2017-08-09 29 2017-08-09_29 lavado 82 35694 0.0022973 1.0818052 0.0024852
2017-08-09 29 2017-08-09_29 gafi 19 35694 0.0005323 4.0775374 0.0021705
2017-08-09 29 2017-08-09_29 14294 19 35694 0.0005323 3.3843903 0.0018015
2017-08-09 29 2017-08-09_29 capitulo 69 35694 0.0019331 0.8586616 0.0016599
2017-08-09 29 2017-08-09_29 activos 66 35694 0.0018491 0.8586616 0.0015877
2017-08-09 29 2017-08-09_29 contadores 21 35694 0.0005883 2.6912431 0.0015834
2017-08-09 29 2017-08-09_29 terrorismo 39 35694 0.0010926 1.3694872 0.0014963
2017-08-09 29 2017-08-09_29 colegio 30 35694 0.0008405 1.5926308 0.0013386
2017-08-09 29 2017-08-09_29 delito 44 35694 0.0012327 1.0330150 0.0012734
2017-08-09 29 2017-08-09_29 penas 20 35694 0.0005603 1.8803129 0.0010536
2017-08-09 29 2017-08-09_29 compilacion 10 35694 0.0002802 3.3843903 0.0009482
2017-08-09 29 2017-08-09_29 delitos 42 35694 0.0011767 0.7817006 0.0009198
2017-08-09 29 2017-08-09_29 18494 11 35694 0.0003082 2.9789252 0.0009180
2017-08-09 29 2017-08-09_29 confeccion 11 35694 0.0003082 2.9789252 0.0009180
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-01 38 2017-11-01_38 publicidad 90 56384 0.0015962 1.3694872 0.0021860
2017-11-01 38 2017-11-01_38 campanas 79 56384 0.0014011 1.5125881 0.0021193
2017-11-01 38 2017-11-01_38 electorales 57 56384 0.0010109 1.7749524 0.0017943
2017-11-01 38 2017-11-01_38 donaciones 44 56384 0.0007804 1.8803129 0.0014673
2017-11-01 38 2017-11-01_38 noviembre 273 56384 0.0048418 0.2708750 0.0013115
2017-11-01 38 2017-11-01_38 electoral 138 56384 0.0024475 0.5221894 0.0012781
2017-11-01 38 2017-11-01_38 candidatos 37 56384 0.0006562 1.5926308 0.0010451
2017-11-01 38 2017-11-01_38 financiamiento 62 56384 0.0010996 0.9420432 0.0010359
2017-11-01 38 2017-11-01_38 listas 33 56384 0.0005853 1.5926308 0.0009321
2017-11-01 38 2017-11-01_38 television 41 56384 0.0007272 1.1871657 0.0008633
2017-11-01 38 2017-11-01_38 coriun 11 56384 0.0001951 4.0775374 0.0007955
2017-11-01 38 2017-11-01_38 donar 15 56384 0.0002660 2.9789252 0.0007925
2017-11-01 38 2017-11-01_38 canales 20 56384 0.0003547 2.1316273 0.0007561
2017-11-01 38 2017-11-01_38 elecciones 37 56384 0.0006562 1.0330150 0.0006779
2017-11-01 38 2017-11-01_38 financiacion 44 56384 0.0007804 0.8586616 0.0006701
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-07 18 2017-06-07_18 delito 215 62486 0.0034408 1.0330150 0.0035544
2017-06-07 18 2017-06-07_18 corrupcion 102 62486 0.0016324 1.6796422 0.0027418
2017-06-07 18 2017-06-07_18 abuso 168 62486 0.0026886 0.8994836 0.0024184
2017-06-07 18 2017-06-07_18 derogacion 69 62486 0.0011042 1.9980959 0.0022064
2017-06-07 18 2017-06-07_18 162 83 62486 0.0013283 1.1871657 0.0015769
2017-06-07 18 2017-06-07_18 aller 27 62486 0.0004321 3.3843903 0.0014624
2017-06-07 18 2017-06-07_18 funciones 130 62486 0.0020805 0.6763401 0.0014071
2017-06-07 18 2017-06-07_18 arbitrario 33 62486 0.0005281 2.4680995 0.0013034
2017-06-07 18 2017-06-07_18 presidenta 259 62486 0.0041449 0.2933478 0.0012159
2017-06-07 18 2017-06-07_18 derogar 40 62486 0.0006401 1.7749524 0.0011362
2017-06-07 18 2017-06-07_18 cohecho 17 62486 0.0002721 4.0775374 0.0011093
2017-06-07 18 2017-06-07_18 penal 214 62486 0.0034248 0.2933478 0.0010046
2017-06-07 18 2017-06-07_18 delitos 79 62486 0.0012643 0.7817006 0.0009883
2017-06-07 18 2017-06-07_18 catedras 24 62486 0.0003841 2.2857780 0.0008779
2017-06-07 18 2017-06-07_18 junio 124 62486 0.0019844 0.4139758 0.0008215
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-20 51 2017-12-20_51 afap 144 54874 0.0026242 2.9789252 0.0078173
2017-12-20 51 2017-12-20_51 cincuentones 50 54874 0.0009112 2.4680995 0.0022489
2017-12-20 51 2017-12-20_51 mixto 41 54874 0.0007472 2.9789252 0.0022258
2017-12-20 51 2017-12-20_51 16713 39 54874 0.0007107 2.6912431 0.0019127
2017-12-20 51 2017-12-20_51 rentabilidad 38 54874 0.0006925 2.1316273 0.0014761
2017-12-20 51 2017-12-20_51 prevision 90 54874 0.0016401 0.7817006 0.0012821
2017-12-20 51 2017-12-20_51 astori 32 54874 0.0005832 1.9980959 0.0011652
2017-12-20 51 2017-12-20_51 clientelismo 21 54874 0.0003827 2.6912431 0.0010299
2017-12-20 51 2017-12-20_51 jubilacion 38 54874 0.0006925 1.4384801 0.0009961
2017-12-20 51 2017-12-20_51 murro 22 54874 0.0004009 2.4680995 0.0009895
2017-12-20 51 2017-12-20_51 jubilaciones 28 54874 0.0005103 1.8803129 0.0009594
2017-12-20 51 2017-12-20_51 bps 31 54874 0.0005649 1.5926308 0.0008997
2017-12-20 51 2017-12-20_51 usd 62 54874 0.0011299 0.7817006 0.0008832
2017-12-20 51 2017-12-20_51 000.000 66 54874 0.0012028 0.7102416 0.0008542
2017-12-20 51 2017-12-20_51 previsional 15 54874 0.0002734 2.9789252 0.0008143
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-19 50 2017-12-19_50 moratoria 31 34917 0.0008878 2.9789252 0.0026447
2017-12-19 50 2017-12-19_50 fracking 40 34917 0.0011456 2.2857780 0.0026185
2017-12-19 50 2017-12-19_50 diciembre 438 34917 0.0125440 0.1655144 0.0020762
2017-12-19 50 2017-12-19_50 nocturno 24 34917 0.0006873 2.4680995 0.0016964
2017-12-19 50 2017-12-19_50 extradicion 28 34917 0.0008019 1.9980959 0.0016023
2017-12-19 50 2017-12-19_50 acuifero 18 34917 0.0005155 2.9789252 0.0015357
2017-12-19 50 2017-12-19_50 19 424 34917 0.0121431 0.0885534 0.0010753
2017-12-19 50 2017-12-19_50 passa 11 34917 0.0003150 3.3843903 0.0010662
2017-12-19 50 2017-12-19_50 petroleo 25 34917 0.0007160 1.4384801 0.0010299
2017-12-19 50 2017-12-19_50 ribeiro 12 34917 0.0003437 2.9789252 0.0010238
2017-12-19 50 2017-12-19_50 convencionales 16 34917 0.0004582 2.1316273 0.0009768
2017-12-19 50 2017-12-19_50 electrica 17 34917 0.0004869 1.7749524 0.0008642
2017-12-19 50 2017-12-19_50 hidrocarburos 15 34917 0.0004296 1.9980959 0.0008584
2017-12-19 50 2017-12-19_50 prohibicion 24 34917 0.0006873 1.2443241 0.0008553
2017-12-19 50 2017-12-19_50 g 13 34917 0.0003723 2.2857780 0.0008510
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-03 33 2017-10-03_33 octubre 541 31127 0.0173804 0.1857171 0.0032278
2017-10-03 33 2017-10-03_33 cayota 19 31127 0.0006104 3.3843903 0.0020658
2017-10-03 33 2017-10-03_33 greiver 15 31127 0.0004819 3.3843903 0.0016309
2017-10-03 33 2017-10-03_33 israel 25 31127 0.0008032 1.7749524 0.0014256
2017-10-03 33 2017-10-03_33 266.6 10 31127 0.0003213 4.0775374 0.0013100
2017-10-03 33 2017-10-03_33 embajador 40 31127 0.0012851 0.9864950 0.0012677
2017-10-03 33 2017-10-03_33 benavides 9 31127 0.0002891 4.0775374 0.0011790
2017-10-03 33 2017-10-03_33 juez 36 31127 0.0011566 0.9864950 0.0011409
2017-10-03 33 2017-10-03_33 audiencia 16 31127 0.0005140 2.1316273 0.0010957
2017-10-03 33 2017-10-03_33 reanimacion 8 31127 0.0002570 4.0775374 0.0010480
2017-10-03 33 2017-10-03_33 sustituye 36 31127 0.0011566 0.8994836 0.0010403
2017-10-03 33 2017-10-03_33 acusatorio 11 31127 0.0003534 2.4680995 0.0008722
2017-10-03 33 2017-10-03_33 bosco 8 31127 0.0002570 3.3843903 0.0008698
2017-10-03 33 2017-10-03_33 mario 18 31127 0.0005783 1.3694872 0.0007919
2017-10-03 33 2017-10-03_33 259.1 6 31127 0.0001928 4.0775374 0.0007860
2017-10-03 33 2017-10-03_33 homologadores 6 31127 0.0001928 4.0775374 0.0007860
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-29 45 2017-11-29_45 armadas 202 50057 0.0040354 0.9864950 0.0039809
2017-11-29 45 2017-11-29_45 impuesto 123 50057 0.0024572 1.1330985 0.0027842
2017-11-29 45 2017-11-29_45 caja 116 50057 0.0023174 1.1330985 0.0026258
2017-11-29 45 2017-11-29_45 retiros 64 50057 0.0012785 1.9980959 0.0025547
2017-11-29 45 2017-11-29_45 retirados 28 50057 0.0005594 4.0775374 0.0022808
2017-11-29 45 2017-11-29_45 fuerzas 206 50057 0.0041153 0.4940185 0.0020330
2017-11-29 45 2017-11-29_45 jubilaciones 54 50057 0.0010788 1.8803129 0.0020284
2017-11-29 45 2017-11-29_45 pensiones 72 50057 0.0014384 1.3694872 0.0019698
2017-11-29 45 2017-11-29_45 deficit 63 50057 0.0012586 1.4384801 0.0018104
2017-11-29 45 2017-11-29_45 militares 95 50057 0.0018978 0.8586616 0.0016296
2017-11-29 45 2017-11-29_45 iass 23 50057 0.0004595 2.9789252 0.0013687
2017-11-29 45 2017-11-29_45 militar 117 50057 0.0023373 0.5511769 0.0012883
2017-11-29 45 2017-11-29_45 soldados 31 50057 0.0006193 1.8803129 0.0011645
2017-11-29 45 2017-11-29_45 previsional 19 50057 0.0003796 2.9789252 0.0011307
2017-11-29 45 2017-11-29_45 retiro 40 50057 0.0007991 1.3694872 0.0010943
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-02-07 55 2018-02-07_55 productores 138 50272 0.0027451 1.0330150 0.0028357
2018-02-07 55 2018-02-07_55 lechero 51 50272 0.0010145 2.6912431 0.0027302
2018-02-07 55 2018-02-07_55 gasoil 68 50272 0.0013526 1.8803129 0.0025434
2018-02-07 55 2018-02-07_55 endeudamiento 58 50272 0.0011537 1.9980959 0.0023053
2018-02-07 55 2018-02-07_55 leche 82 50272 0.0016311 1.3049487 0.0021285
2018-02-07 55 2018-02-07_55 usd 128 50272 0.0025461 0.7817006 0.0019903
2018-02-07 55 2018-02-07_55 lecheros 37 50272 0.0007360 2.2857780 0.0016823
2018-02-07 55 2018-02-07_55 agro 36 50272 0.0007161 2.2857780 0.0016369
2018-02-07 55 2018-02-07_55 2018 111 50272 0.0022080 0.6435502 0.0014210
2018-02-07 55 2018-02-07_55 precios 46 50272 0.0009150 1.5125881 0.0013841
2018-02-07 55 2018-02-07_55 competitividad 39 50272 0.0007758 1.7749524 0.0013770
2018-02-07 55 2018-02-07_55 000.000 91 50272 0.0018102 0.7102416 0.0012856
2018-02-07 55 2018-02-07_55 lecheria 33 50272 0.0006564 1.8803129 0.0012343
2018-02-07 55 2018-02-07_55 inale 25 50272 0.0004973 2.4680995 0.0012274
2018-02-07 55 2018-02-07_55 tributan 18 50272 0.0003581 3.3843903 0.0012118
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-15 4 2017-03-15_4 mujeres 346 46250 0.0074811 0.5221894 0.0039065
2017-03-15 4 2017-03-15_4 cuota 92 46250 0.0019892 1.1871657 0.0023615
2017-03-15 4 2017-03-15_4 suplencias 24 46250 0.0005189 4.0775374 0.0021159
2017-03-15 4 2017-03-15_4 mujer 113 46250 0.0024432 0.7453329 0.0018210
2017-03-15 4 2017-03-15_4 paridad 38 46250 0.0008216 2.1316273 0.0017514
2017-03-15 4 2017-03-15_4 listas 48 46250 0.0010378 1.5926308 0.0016529
2017-03-15 4 2017-03-15_4 marzo 176 46250 0.0038054 0.3639654 0.0013850
2017-03-15 4 2017-03-15_4 minimalista 15 46250 0.0003243 4.0775374 0.0013224
2017-03-15 4 2017-03-15_4 cuotas 40 46250 0.0008649 1.4384801 0.0012441
2017-03-15 4 2017-03-15_4 hombres 97 46250 0.0020973 0.5810299 0.0012186
2017-03-15 4 2017-03-15_4 circunscripciones 10 46250 0.0002162 4.0775374 0.0008816
2017-03-15 4 2017-03-15_4 electivos 12 46250 0.0002595 2.9789252 0.0007729
2017-03-15 4 2017-03-15_4 igualdad 48 46250 0.0010378 0.6435502 0.0006679
2017-03-15 4 2017-03-15_4 parlatino 12 46250 0.0002595 2.4680995 0.0006404
2017-03-15 4 2017-03-15_4 avance 43 46250 0.0009297 0.6763401 0.0006288
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-08 28 2017-08-08_28 agosto 428 29766 0.0143788 0.5810299 0.0083545
2017-08-08 28 2017-08-08_28 18308 31 29766 0.0010415 2.9789252 0.0031024
2017-08-08 28 2017-08-08_28 directrices 38 29766 0.0012766 2.1316273 0.0027213
2017-08-08 28 2017-08-08_28 cancela 20 29766 0.0006719 3.3843903 0.0022740
2017-08-08 28 2017-08-08_28 intendentes 45 29766 0.0015118 1.3049487 0.0019728
2017-08-08 28 2017-08-08_28 mutua 37 29766 0.0012430 1.3694872 0.0017023
2017-08-08 28 2017-08-08_28 aduanera 22 29766 0.0007391 1.9980959 0.0014768
2017-08-08 28 2017-08-08_28 departamentales 52 29766 0.0017470 0.8194409 0.0014315
2017-08-08 28 2017-08-08_28 aduaneros 18 29766 0.0006047 2.2857780 0.0013822
2017-08-08 28 2017-08-08_28 congreso 36 29766 0.0012094 1.1330985 0.0013704
2017-08-08 28 2017-08-08_28 dinot 10 29766 0.0003360 4.0775374 0.0013699
2017-08-08 28 2017-08-08_28 sostenible 26 29766 0.0008735 1.1871657 0.0010370
2017-08-08 28 2017-08-08_28 corea 11 29766 0.0003695 2.4680995 0.0009121
2017-08-08 28 2017-08-08_28 aduaneras 10 29766 0.0003360 2.6912431 0.0009041
2017-08-08 28 2017-08-08_28 ordenamiento 77 29766 0.0025868 0.3398678 0.0008792
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-18 37 2017-10-18_37 riego 61 38283 0.0015934 1.5926308 0.0025377
2017-10-18 37 2017-10-18_37 centros 142 38283 0.0037092 0.6763401 0.0025087
2017-10-18 37 2017-10-18_37 agua 87 38283 0.0022725 0.7453329 0.0016938
2017-10-18 37 2017-10-18_37 patologias 27 38283 0.0007053 2.2857780 0.0016121
2017-10-18 37 2017-10-18_37 imae 16 38283 0.0004179 2.9789252 0.0012450
2017-10-18 37 2017-10-18_37 patologia 12 38283 0.0003135 3.3843903 0.0010609
2017-10-18 37 2017-10-18_37 regar 11 38283 0.0002873 3.3843903 0.0009724
2017-10-18 37 2017-10-18_37 prevalencia 14 38283 0.0003657 2.4680995 0.0009026
2017-10-18 37 2017-10-18_37 medicina 23 38283 0.0006008 1.4384801 0.0008642
2017-10-18 37 2017-10-18_37 aguas 24 38283 0.0006269 1.3049487 0.0008181
2017-10-18 37 2017-10-18_37 ecologico 9 38283 0.0002351 3.3843903 0.0007956
2017-10-18 37 2017-10-18_37 lobos 9 38283 0.0002351 3.3843903 0.0007956
2017-10-18 37 2017-10-18_37 asistencial 10 38283 0.0002612 2.9789252 0.0007781
2017-10-18 37 2017-10-18_37 centro 61 38283 0.0015934 0.4666195 0.0007435
2017-10-18 37 2017-10-18_37 productividad 14 38283 0.0003657 1.9980959 0.0007307
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-14 41 2017-11-14_41 victimas 76 31172 0.0024381 1.0818052 0.0026375
2017-11-14 41 2017-11-14_41 explotacion 62 31172 0.0019890 1.1871657 0.0023612
2017-11-14 41 2017-11-14_41 trafico 51 31172 0.0016361 1.3694872 0.0022406
2017-11-14 41 2017-11-14_41 noviembre 217 31172 0.0069614 0.2708750 0.0018857
2017-11-14 41 2017-11-14_41 sexual 35 31172 0.0011228 1.4384801 0.0016151
2017-11-14 41 2017-11-14_41 esclavo 14 31172 0.0004491 3.3843903 0.0015200
2017-11-14 41 2017-11-14_41 esclavitud 20 31172 0.0006416 2.1316273 0.0013677
2017-11-14 41 2017-11-14_41 presidenta 127 31172 0.0040742 0.2933478 0.0011951
2017-11-14 41 2017-11-14_41 ninas 27 31172 0.0008662 1.3694872 0.0011862
2017-11-14 41 2017-11-14_41 combate 23 31172 0.0007378 1.4384801 0.0010614
2017-11-14 41 2017-11-14_41 forzado 8 31172 0.0002566 4.0775374 0.0010465
2017-11-14 41 2017-11-14_41 reparacion 12 31172 0.0003850 2.2857780 0.0008799
2017-11-14 41 2017-11-14_41 victima 18 31172 0.0005774 1.5125881 0.0008734
2017-11-14 41 2017-11-14_41 prostitucion 8 31172 0.0002566 3.3843903 0.0008686
2017-11-14 41 2017-11-14_41 delito 26 31172 0.0008341 1.0330150 0.0008616
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-02 27 2017-08-02_27 mevir 118 33618 0.0035100 1.8803129 0.0065999
2017-08-02 27 2017-08-02_27 gallinal 55 33618 0.0016360 2.4680995 0.0040379
2017-08-02 27 2017-08-02_27 agosto 171 33618 0.0050866 0.5810299 0.0029554
2017-08-02 27 2017-08-02_27 insalubre 29 33618 0.0008626 2.9789252 0.0025697
2017-08-02 27 2017-08-02_27 colonizacion 41 33618 0.0012196 1.5125881 0.0018447
2017-08-02 27 2017-08-02_27 11029 24 33618 0.0007139 2.4680995 0.0017620
2017-08-02 27 2017-08-02_27 espectaculos 20 33618 0.0005949 2.6912431 0.0016011
2017-08-02 27 2017-08-02_27 vanerio 18 33618 0.0005354 2.9789252 0.0015950
2017-08-02 27 2017-08-02_27 campos 41 33618 0.0012196 1.2443241 0.0015176
2017-08-02 27 2017-08-02_27 rancherios 12 33618 0.0003570 4.0775374 0.0014555
2017-08-02 27 2017-08-02_27 rural 84 33618 0.0024987 0.5810299 0.0014518
2017-08-02 27 2017-08-02_27 erradicacion 20 33618 0.0005949 2.2857780 0.0013599
2017-08-02 27 2017-08-02_27 hectareas 27 33618 0.0008031 1.6796422 0.0013490
2017-08-02 27 2017-08-02_27 coneat 16 33618 0.0004759 2.6912431 0.0012809
2017-08-02 27 2017-08-02_27 colonizador 9 33618 0.0002677 4.0775374 0.0010916
2017-08-02 27 2017-08-02_27 producidas 9 33618 0.0002677 4.0775374 0.0010916
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-21 20 2017-06-21_20 mln 53 46356 0.0011433 4.0775374 0.0046620
2017-06-21 20 2017-06-21_20 vica 46 46356 0.0009923 4.0775374 0.0040462
2017-06-21 20 2017-06-21_20 font 36 46356 0.0007766 4.0775374 0.0031666
2017-06-21 20 2017-06-21_20 urruzola 46 46356 0.0009923 2.9789252 0.0029560
2017-06-21 20 2017-06-21_20 investigadora 68 46356 0.0014669 1.8803129 0.0027582
2017-06-21 20 2017-06-21_20 tupamaros 43 46356 0.0009276 2.6912431 0.0024964
2017-06-21 20 2017-06-21_20 fiscala 37 46356 0.0007982 2.9789252 0.0023777
2017-06-21 20 2017-06-21_20 tocan 31 46356 0.0006687 3.3843903 0.0022633
2017-06-21 20 2017-06-21_20 investigar 48 46356 0.0010355 1.9980959 0.0020690
2017-06-21 20 2017-06-21_20 libro 87 46356 0.0018768 1.0818052 0.0020303
2017-06-21 20 2017-06-21_20 zabalza 22 46356 0.0004746 4.0775374 0.0019352
2017-06-21 20 2017-06-21_20 bandas 29 46356 0.0006256 2.9789252 0.0018636
2017-06-21 20 2017-06-21_20 llorente 21 46356 0.0004530 4.0775374 0.0018472
2017-06-21 20 2017-06-21_20 junio 158 46356 0.0034084 0.4139758 0.0014110
2017-06-21 20 2017-06-21_20 mpp 21 46356 0.0004530 2.9789252 0.0013495
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-06 47 2017-12-06_47 bolsas 117 32254 0.0036275 2.1316273 0.0077324
2017-12-06 47 2017-12-06_47 plasticas 64 32254 0.0019843 2.6912431 0.0053401
2017-12-06 47 2017-12-06_47 pluna 65 32254 0.0020153 1.7749524 0.0035770
2017-12-06 47 2017-12-06_47 plastico 19 32254 0.0005891 3.3843903 0.0019937
2017-12-06 47 2017-12-06_47 diciembre 251 32254 0.0077820 0.1655144 0.0012880
2017-12-06 47 2017-12-06_47 remate 14 32254 0.0004341 2.4680995 0.0010713
2017-12-06 47 2017-12-06_47 bolsa 24 32254 0.0007441 1.4384801 0.0010704
2017-12-06 47 2017-12-06_47 autonomo 20 32254 0.0006201 1.6796422 0.0010415
2017-12-06 47 2017-12-06_47 residuos 14 32254 0.0004341 2.2857780 0.0009922
2017-12-06 47 2017-12-06_47 medioambiente 21 32254 0.0006511 1.5125881 0.0009848
2017-12-06 47 2017-12-06_47 ente 29 32254 0.0008991 1.0818052 0.0009727
2017-12-06 47 2017-12-06_47 plastica 9 32254 0.0002790 3.3843903 0.0009444
2017-12-06 47 2017-12-06_47 usd 37 32254 0.0011471 0.7817006 0.0008967
2017-12-06 47 2017-12-06_47 biodegradables 6 32254 0.0001860 4.0775374 0.0007585
2017-12-06 47 2017-12-06_47 varig 6 32254 0.0001860 4.0775374 0.0007585
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-22 43 2017-11-22_43 palestina 43 28481 0.0015098 2.285778 0.0034510
2017-11-22 43 2017-11-22_43 dieste 49 28481 0.0017204 1.880313 0.0032350
2017-11-22 43 2017-11-22_43 terra 39 28481 0.0013693 1.998096 0.0027361
2017-11-22 43 2017-11-22_43 palestino 23 28481 0.0008076 2.978925 0.0024056
2017-11-22 43 2017-11-22_43 subsidio 35 28481 0.0012289 1.880313 0.0023107
2017-11-22 43 2017-11-22_43 eladio 34 28481 0.0011938 1.880313 0.0022447
2017-11-22 43 2017-11-22_43 palestinos 17 28481 0.0005969 3.384390 0.0020201
2017-11-22 43 2017-11-22_43 israel 29 28481 0.0010182 1.774952 0.0018073
2017-11-22 43 2017-11-22_43 noviembre 177 28481 0.0062147 0.270875 0.0016834
2017-11-22 43 2017-11-22_43 gregorio 22 28481 0.0007724 2.131627 0.0016466
2017-11-22 43 2017-11-22_43 rocanova 17 28481 0.0005969 2.691243 0.0016064
2017-11-22 43 2017-11-22_43 13728 20 28481 0.0007022 2.131627 0.0014969
2017-11-22 43 2017-11-22_43 arquitecto 22 28481 0.0007724 1.774952 0.0013711
2017-11-22 43 2017-11-22_43 lucio 18 28481 0.0006320 2.131627 0.0013472
2017-11-22 43 2017-11-22_43 aladi 14 28481 0.0004916 2.468100 0.0012132
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-05 23 2017-07-05_23 riego 245 31805 0.0077032 1.5926308 0.0122683
2017-07-05 23 2017-07-05_23 agua 156 31805 0.0049049 0.7453329 0.0036558
2017-07-05 23 2017-07-05_23 agrarias 29 31805 0.0009118 2.4680995 0.0022504
2017-07-05 23 2017-07-05_23 16858 24 31805 0.0007546 2.6912431 0.0020308
2017-07-05 23 2017-07-05_23 hidraulicas 13 31805 0.0004087 4.0775374 0.0016667
2017-07-05 23 2017-07-05_23 agrario 23 31805 0.0007232 2.2857780 0.0016530
2017-07-05 23 2017-07-05_23 productividad 23 31805 0.0007232 1.9980959 0.0014449
2017-07-05 23 2017-07-05_23 multipredial 13 31805 0.0004087 3.3843903 0.0013833
2017-07-05 23 2017-07-05_23 agropecuaria 19 31805 0.0005974 2.1316273 0.0012734
2017-07-05 23 2017-07-05_23 asociaciones 20 31805 0.0006288 1.9980959 0.0012565
2017-07-05 23 2017-07-05_23 gravamen 13 31805 0.0004087 2.9789252 0.0012176
2017-07-05 23 2017-07-05_23 hectareas 22 31805 0.0006917 1.6796422 0.0011618
2017-07-05 23 2017-07-05_23 asociativos 9 31805 0.0002830 4.0775374 0.0011538
2017-07-05 23 2017-07-05_23 agricola 23 31805 0.0007232 1.5926308 0.0011517
2017-07-05 23 2017-07-05_23 produccion 69 31805 0.0021695 0.5221894 0.0011329
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-11 24 2017-07-11_24 disenadores 11 27240 0.0004038 4.077537 0.0016466
2017-07-11 24 2017-07-11_24 discapacidad 28 27240 0.0010279 1.512588 0.0015548
2017-07-11 24 2017-07-11_24 lanas 10 27240 0.0003671 4.077537 0.0014969
2017-07-11 24 2017-07-11_24 tapie 14 27240 0.0005140 2.691243 0.0013832
2017-07-11 24 2017-07-11_24 vuelos 14 27240 0.0005140 2.691243 0.0013832
2017-07-11 24 2017-07-11_24 pineyro 12 27240 0.0004405 2.978925 0.0013123
2017-07-11 24 2017-07-11_24 interparlamentaria 22 27240 0.0008076 1.592631 0.0012863
2017-07-11 24 2017-07-11_24 medicamentos 13 27240 0.0004772 2.285778 0.0010909
2017-07-11 24 2017-07-11_24 evaristo 11 27240 0.0004038 2.691243 0.0010868
2017-07-11 24 2017-07-11_24 visual 11 27240 0.0004038 2.691243 0.0010868
2017-07-11 24 2017-07-11_24 vareliana 9 27240 0.0003304 2.978925 0.0009842
2017-07-11 24 2017-07-11_24 farmaco 6 27240 0.0002203 4.077537 0.0008981
2017-07-11 24 2017-07-11_24 moweek 6 27240 0.0002203 4.077537 0.0008981
2017-07-11 24 2017-07-11_24 ramon 13 27240 0.0004772 1.880313 0.0008974
2017-07-11 24 2017-07-11_24 mattos 11 27240 0.0004038 2.131627 0.0008608
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-07 39 2017-11-07_39 publicidad 54 34994 0.0015431 1.3694872 0.0021133
2017-11-07 39 2017-11-07_39 suprema 89 34994 0.0025433 0.6763401 0.0017201
2017-11-07 39 2017-11-07_39 canales 25 34994 0.0007144 2.1316273 0.0015229
2017-11-07 39 2017-11-07_39 corte 161 34994 0.0046008 0.3163373 0.0014554
2017-11-07 39 2017-11-07_39 inconstitucional 33 34994 0.0009430 1.5125881 0.0014264
2017-11-07 39 2017-11-07_39 electoral 95 34994 0.0027148 0.5221894 0.0014176
2017-11-07 39 2017-11-07_39 gratuita 26 34994 0.0007430 1.8803129 0.0013970
2017-11-07 39 2017-11-07_39 elector 16 34994 0.0004572 2.9789252 0.0013620
2017-11-07 39 2017-11-07_39 propaganda 23 34994 0.0006573 1.9980959 0.0013133
2017-11-07 39 2017-11-07_39 canal 24 34994 0.0006858 1.8803129 0.0012896
2017-11-07 39 2017-11-07_39 campanas 26 34994 0.0007430 1.5125881 0.0011238
2017-11-07 39 2017-11-07_39 electorales 22 34994 0.0006287 1.7749524 0.0011159
2017-11-07 39 2017-11-07_39 television 32 34994 0.0009144 1.1871657 0.0010856
2017-11-07 39 2017-11-07_39 votos 35 34994 0.0010002 0.8194409 0.0008196
2017-11-07 39 2017-11-07_39 inconstitucionalidad 20 34994 0.0005715 1.3694872 0.0007827
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-08-23 30 2017-08-23_30 agosto 251 24304 0.0103275 0.5810299 0.0060006
2017-08-23 30 2017-08-23_30 terminal 35 24304 0.0014401 1.3694872 0.0019722
2017-08-23 30 2017-08-23_30 japon 25 24304 0.0010286 1.7749524 0.0018258
2017-08-23 30 2017-08-23_30 ferrer 13 24304 0.0005349 3.3843903 0.0018103
2017-08-23 30 2017-08-23_30 ninez 21 24304 0.0008641 1.6796422 0.0014513
2017-08-23 30 2017-08-23_30 adolescencia 19 24304 0.0007818 1.6796422 0.0013131
2017-08-23 30 2017-08-23_30 concesionario 10 24304 0.0004115 2.9789252 0.0012257
2017-08-23 30 2017-08-23_30 mena 11 24304 0.0004526 2.6912431 0.0012181
2017-08-23 30 2017-08-23_30 cipreses 7 24304 0.0002880 4.0775374 0.0011744
2017-08-23 30 2017-08-23_30 concesion 15 24304 0.0006172 1.5125881 0.0009335
2017-08-23 30 2017-08-23_30 empresario 13 24304 0.0005349 1.5926308 0.0008519
2017-08-23 30 2017-08-23_30 padrones 15 24304 0.0006172 1.3694872 0.0008452
2017-08-23 30 2017-08-23_30 fluviomaritima 9 24304 0.0003703 2.1316273 0.0007894
2017-08-23 30 2017-08-23_30 adolescentes 16 24304 0.0006583 1.1330985 0.0007460
2017-08-23 30 2017-08-23_30 maua 9 24304 0.0003703 1.9980959 0.0007399
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-06 17 2017-06-06_17 junio 164 21545 0.0076120 0.4139758 0.0031512
2017-06-06 17 2017-06-06_17 provincias 18 21545 0.0008355 2.9789252 0.0024888
2017-06-06 17 2017-06-06_17 bandera 52 21545 0.0024136 0.9864950 0.0023810
2017-06-06 17 2017-06-06_17 ilicitamente 14 21545 0.0006498 3.3843903 0.0021992
2017-06-06 17 2017-06-06_17 exportados 14 21545 0.0006498 2.9789252 0.0019357
2017-06-06 17 2017-06-06_17 posgrado 18 21545 0.0008355 2.2857780 0.0019097
2017-06-06 17 2017-06-06_17 maglio 10 21545 0.0004641 4.0775374 0.0018926
2017-06-06 17 2017-06-06_17 artigas 98 21545 0.0045486 0.4139758 0.0018830
2017-06-06 17 2017-06-06_17 restitucion 15 21545 0.0006962 2.6912431 0.0018737
2017-06-06 17 2017-06-06_17 izamiento 9 21545 0.0004177 4.0775374 0.0017033
2017-06-06 17 2017-06-06_17 cumparsita 13 21545 0.0006034 2.6912431 0.0016239
2017-06-06 17 2017-06-06_17 transferidos 13 21545 0.0006034 2.6912431 0.0016239
2017-06-06 17 2017-06-06_17 presidenta 106 21545 0.0049199 0.2933478 0.0014433
2017-06-06 17 2017-06-06_17 lausarot 11 21545 0.0005106 2.6912431 0.0013740
2017-06-06 17 2017-06-06_17 guayabos 7 21545 0.0003249 4.0775374 0.0013248
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-10 34 2017-10-10_34 subsidio 90 26637 0.0033788 1.8803129 0.0063531
2017-10-10 34 2017-10-10_34 vicepresidente 63 26637 0.0023651 0.9864950 0.0023332
2017-10-10 34 2017-10-10_34 renuncia 52 26637 0.0019522 1.1871657 0.0023176
2017-10-10 34 2017-10-10_34 quintos 11 26637 0.0004130 4.0775374 0.0016839
2017-10-10 34 2017-10-10_34 sandin 11 26637 0.0004130 3.3843903 0.0013976
2017-10-10 34 2017-10-10_34 presidenta 109 26637 0.0040921 0.2933478 0.0012004
2017-10-10 34 2017-10-10_34 octubre 167 26637 0.0062695 0.1857171 0.0011643
2017-10-10 34 2017-10-10_34 legislador 33 26637 0.0012389 0.8994836 0.0011144
2017-10-10 34 2017-10-10_34 bentancour 8 26637 0.0003003 3.3843903 0.0010164
2017-10-10 34 2017-10-10_34 tusso 8 26637 0.0003003 3.3843903 0.0010164
2017-10-10 34 2017-10-10_34 suarez 17 26637 0.0006382 1.5926308 0.0010164
2017-10-10 34 2017-10-10_34 exvicepresidente 10 26637 0.0003754 2.6912431 0.0010103
2017-10-10 34 2017-10-10_34 aceitunas 9 26637 0.0003379 2.9789252 0.0010065
2017-10-10 34 2017-10-10_34 nodale 9 26637 0.0003379 2.9789252 0.0010065
2017-10-10 34 2017-10-10_34 justino 6 26637 0.0002253 4.0775374 0.0009185
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-18 8 2017-04-18_8 femicidio 45 28093 0.0016018 1.6796422 0.0026905
2017-04-18 8 2017-04-18_8 mujeres 111 28093 0.0039512 0.5221894 0.0020633
2017-04-18 8 2017-04-18_8 violencia 110 28093 0.0039156 0.5221894 0.0020447
2017-04-18 8 2017-04-18_8 penas 24 28093 0.0008543 1.8803129 0.0016064
2017-04-18 8 2017-04-18_8 dominacion 15 28093 0.0005339 2.9789252 0.0015906
2017-04-18 8 2017-04-18_8 kelland 11 28093 0.0003916 3.3843903 0.0013252
2017-04-18 8 2017-04-18_8 mata 15 28093 0.0005339 2.2857780 0.0012205
2017-04-18 8 2017-04-18_8 sexual 23 28093 0.0008187 1.4384801 0.0011777
2017-04-18 8 2017-04-18_8 masculinidad 8 28093 0.0002848 4.0775374 0.0011612
2017-04-18 8 2017-04-18_8 feminicidio 13 28093 0.0004627 2.4680995 0.0011421
2017-04-18 8 2017-04-18_8 mujer 42 28093 0.0014950 0.7453329 0.0011143
2017-04-18 8 2017-04-18_8 domestica 21 28093 0.0007475 1.3694872 0.0010237
2017-04-18 8 2017-04-18_8 abril 95 28093 0.0033816 0.2933478 0.0009920
2017-04-18 8 2017-04-18_8 expareja 8 28093 0.0002848 3.3843903 0.0009638
2017-04-18 8 2017-04-18_8 delito 26 28093 0.0009255 1.0330150 0.0009561
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-05 46 2017-12-05_46 sitios 74 26550 0.0027872 2.6912431 0.0075010
2017-12-05 46 2017-12-05_46 sienra 32 26550 0.0012053 3.3843903 0.0040791
2017-12-05 46 2017-12-05_46 memoria 137 26550 0.0051601 0.7817006 0.0040336
2017-12-05 46 2017-12-05_46 wilson 85 26550 0.0032015 1.1330985 0.0036276
2017-12-05 46 2017-12-05_46 susana 68 26550 0.0025612 1.0818052 0.0027707
2017-12-05 46 2017-12-05_46 exilio 28 26550 0.0010546 1.9980959 0.0021072
2017-12-05 46 2017-12-05_46 dictadura 55 26550 0.0020716 0.8994836 0.0018633
2017-12-05 46 2017-12-05_46 victimas 32 26550 0.0012053 1.0818052 0.0013039
2017-12-05 46 2017-12-05_46 violaciones 20 26550 0.0007533 1.6796422 0.0012653
2017-12-05 46 2017-12-05_46 1973 18 26550 0.0006780 1.5926308 0.0010797
2017-12-05 46 2017-12-05_46 reparacion 12 26550 0.0004520 2.2857780 0.0010331
2017-12-05 46 2017-12-05_46 memo 8 26550 0.0003013 3.3843903 0.0010198
2017-12-05 46 2017-12-05_46 mujer 34 26550 0.0012806 0.7453329 0.0009545
2017-12-05 46 2017-12-05_46 presos 15 26550 0.0005650 1.5926308 0.0008998
2017-12-05 46 2017-12-05_46 sapelli 8 26550 0.0003013 2.9789252 0.0008976
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-12 48 2017-12-12_48 acv 30 22677 0.0013229 3.3843903 0.0044773
2017-12-12 48 2017-12-12_48 palestina 34 22677 0.0014993 2.2857780 0.0034271
2017-12-12 48 2017-12-12_48 cuba 29 22677 0.0012788 1.7749524 0.0022699
2017-12-12 48 2017-12-12_48 scarpa 15 22677 0.0006615 3.3843903 0.0022386
2017-12-12 48 2017-12-12_48 cassinelli 17 22677 0.0007497 2.9789252 0.0022332
2017-12-12 48 2017-12-12_48 sahara 11 22677 0.0004851 4.0775374 0.0019779
2017-12-12 48 2017-12-12_48 embajador 35 22677 0.0015434 0.9864950 0.0015226
2017-12-12 48 2017-12-12_48 neurocirugia 10 22677 0.0004410 3.3843903 0.0014924
2017-12-12 48 2017-12-12_48 lorier 38 22677 0.0016757 0.8586616 0.0014389
2017-12-12 48 2017-12-12_48 saharaui 8 22677 0.0003528 4.0775374 0.0014385
2017-12-12 48 2017-12-12_48 certificado 16 22677 0.0007056 1.9980959 0.0014098
2017-12-12 48 2017-12-12_48 sandro 7 22677 0.0003087 4.0775374 0.0012587
2017-12-12 48 2017-12-12_48 agronomo 8 22677 0.0003528 3.3843903 0.0011939
2017-12-12 48 2017-12-12_48 defuncion 11 22677 0.0004851 2.2857780 0.0011088
2017-12-12 48 2017-12-12_48 occidental 10 22677 0.0004410 2.4680995 0.0010884
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-02 10 2017-05-02_10 nicolich 39 21654 0.0018011 2.285778 0.0041168
2017-05-02 10 2017-05-02_10 seregni 49 21654 0.0022629 1.512588 0.0034228
2017-05-02 10 2017-05-02_10 unificacion 24 21654 0.0011083 2.131627 0.0023626
2017-05-02 10 2017-05-02_10 aeroparque 17 21654 0.0007851 2.978925 0.0023387
2017-05-02 10 2017-05-02_10 municipio 35 21654 0.0016163 1.369487 0.0022135
2017-05-02 10 2017-05-02_10 sindical 38 21654 0.0017549 0.986495 0.0017312
2017-05-02 10 2017-05-02_10 liber 32 21654 0.0014778 1.133099 0.0016745
2017-05-02 10 2017-05-02_10 charrua 11 21654 0.0005080 2.691243 0.0013671
2017-05-02 10 2017-05-02_10 tato 7 21654 0.0003233 4.077537 0.0013181
2017-05-02 10 2017-05-02_10 congreso 24 21654 0.0011083 1.133099 0.0012559
2017-05-02 10 2017-05-02_10 monedas 23 21654 0.0010622 1.081805 0.0011490
2017-05-02 10 2017-05-02_10 vidart 6 21654 0.0002771 4.077537 0.0011298
2017-05-02 10 2017-05-02_10 sgarbi 8 21654 0.0003694 2.978925 0.0011006
2017-05-02 10 2017-05-02_10 fagundez 7 21654 0.0003233 3.384390 0.0010941
2017-05-02 10 2017-05-02_10 cnt 16 21654 0.0007389 1.304949 0.0009642
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-21 5 2017-03-21_5 francas 97 16615 0.0058381 1.9980959 0.0116651
2017-03-21 5 2017-03-21_5 franca 43 16615 0.0025880 1.9980959 0.0051711
2017-03-21 5 2017-03-21_5 marzo 208 16615 0.0125188 0.3639654 0.0045564
2017-03-21 5 2017-03-21_5 zonas 117 16615 0.0070418 0.4940185 0.0034788
2017-03-21 5 2017-03-21_5 audiovisuales 15 16615 0.0009028 2.9789252 0.0026894
2017-03-21 5 2017-03-21_5 desarrolladores 11 16615 0.0006621 3.3843903 0.0022406
2017-03-21 5 2017-03-21_5 15921 12 16615 0.0007222 2.2857780 0.0016509
2017-03-21 5 2017-03-21_5 dgi 14 16615 0.0008426 1.8803129 0.0015844
2017-03-21 5 2017-03-21_5 tematicas 11 16615 0.0006621 2.1316273 0.0014112
2017-03-21 5 2017-03-21_5 florida 17 16615 0.0010232 1.3049487 0.0013352
2017-03-21 5 2017-03-21_5 aditivo 12 16615 0.0007222 1.7749524 0.0012819
2017-03-21 5 2017-03-21_5 usuarios 16 16615 0.0009630 1.2443241 0.0011983
2017-03-21 5 2017-03-21_5 azar 7 16615 0.0004213 2.6912431 0.0011338
2017-03-21 5 2017-03-21_5 juegos 7 16615 0.0004213 2.4680995 0.0010398
2017-03-21 5 2017-03-21_5 entretenimiento 6 16615 0.0003611 2.6912431 0.0009719
2017-03-21 5 2017-03-21_5 esparcimiento 6 16615 0.0003611 2.6912431 0.0009719
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-08 2 2017-03-08_2 mujeres 229 24866 0.0092094 0.5221894 0.0048090
2017-03-08 2 2017-03-08_2 mujer 100 24866 0.0040216 0.7453329 0.0029974
2017-03-08 2 2017-03-08_2 paramos 16 24866 0.0006434 2.6912431 0.0017317
2017-03-08 2 2017-03-08_2 nosotras 18 24866 0.0007239 1.9980959 0.0014464
2017-03-08 2 2017-03-08_2 violencia 68 24866 0.0027347 0.5221894 0.0014280
2017-03-08 2 2017-03-08_2 marzo 90 24866 0.0036194 0.3639654 0.0013173
2017-03-08 2 2017-03-08_2 embarazo 13 24866 0.0005228 2.2857780 0.0011950
2017-03-08 2 2017-03-08_2 igualdad 44 24866 0.0017695 0.6435502 0.0011388
2017-03-08 2 2017-03-08_2 movilizacion 12 24866 0.0004826 2.2857780 0.0011031
2017-03-08 2 2017-03-08_2 domestica 18 24866 0.0007239 1.3694872 0.0009913
2017-03-08 2 2017-03-08_2 hombres 40 24866 0.0016086 0.5810299 0.0009347
2017-03-08 2 2017-03-08_2 muje 8 24866 0.0003217 2.2857780 0.0007354
2017-03-08 2 2017-03-08_2 muertas 6 24866 0.0002413 2.9789252 0.0007188
2017-03-08 2 2017-03-08_2 luchamos 7 24866 0.0002815 2.4680995 0.0006948
2017-03-08 2 2017-03-08_2 varones 9 24866 0.0003619 1.8803129 0.0006806
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-02-08 55 2017-02-08_55 usd 80 26323 0.0030392 0.7817006 0.0023757
2017-02-08 55 2017-02-08_55 000.000 76 26323 0.0028872 0.7102416 0.0020506
2017-02-08 55 2017-02-08_55 transaccion 23 26323 0.0008738 2.2857780 0.0019972
2017-02-08 55 2017-02-08_55 ministros 55 26323 0.0020894 0.7817006 0.0016333
2017-02-08 55 2017-02-08_55 colectivos 33 26323 0.0012537 1.2443241 0.0015600
2017-02-08 55 2017-02-08_55 advertencias 12 26323 0.0004559 3.3843903 0.0015429
2017-02-08 55 2017-02-08_55 enganchados 9 26323 0.0003419 4.0775374 0.0013941
2017-02-08 55 2017-02-08_55 enganche 9 26323 0.0003419 4.0775374 0.0013941
2017-02-08 55 2017-02-08_55 judicial 58 26323 0.0022034 0.6118015 0.0013480
2017-02-08 55 2017-02-08_55 100 46 26323 0.0017475 0.7453329 0.0013025
2017-02-08 55 2017-02-08_55 magistrados 18 26323 0.0006838 1.6796422 0.0011486
2017-02-08 55 2017-02-08_55 presidenta 96 26323 0.0036470 0.2933478 0.0010698
2017-02-08 55 2017-02-08_55 inconstitucional 18 26323 0.0006838 1.5125881 0.0010343
2017-02-08 55 2017-02-08_55 advertido 13 26323 0.0004939 1.9980959 0.0009868
2017-02-08 55 2017-02-08_55 suprema 38 26323 0.0014436 0.6763401 0.0009764
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-11-08 40 2017-11-08_40 sobrevivientes 24 25970 0.0009241 2.9789252 0.0027530
2017-11-08 40 2017-11-08_40 paez 16 25970 0.0006161 4.0775374 0.0025122
2017-11-08 40 2017-11-08_40 andes 23 25970 0.0008856 2.4680995 0.0021858
2017-11-08 40 2017-11-08_40 rugby 16 25970 0.0006161 3.3843903 0.0020851
2017-11-08 40 2017-11-08_40 terminal 33 25970 0.0012707 1.3694872 0.0017402
2017-11-08 40 2017-11-08_40 tragedia 31 25970 0.0011937 1.3694872 0.0016347
2017-11-08 40 2017-11-08_40 alud 10 25970 0.0003851 4.0775374 0.0015701
2017-11-08 40 2017-11-08_40 mena 15 25970 0.0005776 2.6912431 0.0015544
2017-11-08 40 2017-11-08_40 montana 13 25970 0.0005006 2.9789252 0.0014912
2017-11-08 40 2017-11-08_40 cordillera 9 25970 0.0003466 4.0775374 0.0014131
2017-11-08 40 2017-11-08_40 parrado 9 25970 0.0003466 4.0775374 0.0014131
2017-11-08 40 2017-11-08_40 milagro 13 25970 0.0005006 2.6912431 0.0013472
2017-11-08 40 2017-11-08_40 nieve 8 25970 0.0003080 4.0775374 0.0012561
2017-11-08 40 2017-11-08_40 usd 37 25970 0.0014247 0.7817006 0.0011137
2017-11-08 40 2017-11-08_40 epopeya 6 25970 0.0002310 4.0775374 0.0009421
2017-11-08 40 2017-11-08_40 mariposa 6 25970 0.0002310 4.0775374 0.0009421
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-11 35 2017-10-11_35 octubre 257 12210 0.0210483 0.1857171 0.0039090
2017-10-11 35 2017-10-11_35 aeronaves 14 12210 0.0011466 2.9789252 0.0034156
2017-10-11 35 2017-10-11_35 toscas 9 12210 0.0007371 4.0775374 0.0030056
2017-10-11 35 2017-10-11_35 ofelia 10 12210 0.0008190 2.9789252 0.0024397
2017-10-11 35 2017-10-11_35 caraguata 9 12210 0.0007371 2.9789252 0.0021958
2017-10-11 35 2017-10-11_35 patetta 8 12210 0.0006552 2.9789252 0.0019518
2017-10-11 35 2017-10-11_35 ejercicios 14 12210 0.0011466 1.6796422 0.0019259
2017-10-11 35 2017-10-11_35 combinados 8 12210 0.0006552 2.6912431 0.0017633
2017-10-11 35 2017-10-11_35 estatutos 6 12210 0.0004914 3.3843903 0.0016631
2017-10-11 35 2017-10-11_35 cooperativas 14 12210 0.0011466 1.3049487 0.0014963
2017-10-11 35 2017-10-11_35 suroeste 5 12210 0.0004095 3.3843903 0.0013859
2017-10-11 35 2017-10-11_35 tanque 7 12210 0.0005733 2.2857780 0.0013104
2017-10-11 35 2017-10-11_35 certificados 8 12210 0.0006552 1.9980959 0.0013092
2017-10-11 35 2017-10-11_35 vuelo 9 12210 0.0007371 1.7749524 0.0013083
2017-10-11 35 2017-10-11_35 municipio 11 12210 0.0009009 1.3694872 0.0012338
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-17 16 2017-05-17_16 falco 35 19727 0.0017742 2.285778 0.0040555
2017-05-17 16 2017-05-17_16 lactancia 20 19727 0.0010138 2.978925 0.0030202
2017-05-17 16 2017-05-17_16 18596 13 19727 0.0006590 3.384390 0.0022303
2017-05-17 16 2017-05-17_16 fiscalia 41 19727 0.0020784 1.033015 0.0021470
2017-05-17 16 2017-05-17_16 lara 9 19727 0.0004562 4.077537 0.0018603
2017-05-17 16 2017-05-17_16 liber 32 19727 0.0016221 1.133099 0.0018380
2017-05-17 16 2017-05-17_16 lesa 21 19727 0.0010645 1.592631 0.0016954
2017-05-17 16 2017-05-17_16 materna 15 19727 0.0007604 2.131627 0.0016208
2017-05-17 16 2017-05-17_16 especializada 17 19727 0.0008618 1.880313 0.0016204
2017-05-17 16 2017-05-17_16 1973 20 19727 0.0010138 1.592631 0.0016147
2017-05-17 16 2017-05-17_16 palestinos 9 19727 0.0004562 3.384390 0.0015441
2017-05-17 16 2017-05-17_16 poesia 11 19727 0.0005576 2.468100 0.0013762
2017-05-17 16 2017-05-17_16 prisioneros 9 19727 0.0004562 2.978925 0.0013591
2017-05-17 16 2017-05-17_16 estudiantes 25 19727 0.0012673 1.033015 0.0013091
2017-05-17 16 2017-05-17_16 acosta 8 19727 0.0004055 2.978925 0.0012081
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-14 19 2017-06-14_19 sanguinetti 50 16496 0.0030310 1.5125881 0.0045847
2017-06-14 19 2017-06-14_19 junio 140 16496 0.0084869 0.4139758 0.0035134
2017-06-14 19 2017-06-14_19 indonesia 16 16496 0.0009699 2.4680995 0.0023939
2017-06-14 19 2017-06-14_19 embajadora 11 16496 0.0006668 2.6912431 0.0017946
2017-06-14 19 2017-06-14_19 malasia 8 16496 0.0004850 3.3843903 0.0016413
2017-06-14 19 2017-06-14_19 bauzan 7 16496 0.0004243 3.3843903 0.0014362
2017-06-14 19 2017-06-14_19 nury 7 16496 0.0004243 3.3843903 0.0014362
2017-06-14 19 2017-06-14_19 asiatico 8 16496 0.0004850 2.6912431 0.0013052
2017-06-14 19 2017-06-14_19 perros 8 16496 0.0004850 2.6912431 0.0013052
2017-06-14 19 2017-06-14_19 sudeste 6 16496 0.0003637 2.9789252 0.0010835
2017-06-14 19 2017-06-14_19 plenipotenciaria 5 16496 0.0003031 3.3843903 0.0010258
2017-06-14 19 2017-06-14_19 cw 4 16496 0.0002425 4.0775374 0.0009887
2017-06-14 19 2017-06-14_19 myra 4 16496 0.0002425 4.0775374 0.0009887
2017-06-14 19 2017-06-14_19 elsa 7 16496 0.0004243 2.2857780 0.0009700
2017-06-14 19 2017-06-14_19 melo 10 16496 0.0006062 1.5926308 0.0009655
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-26 26 2017-07-26_26 chuy 14 10318 0.0013569 2.9789252 0.0040420
2017-07-26 26 2017-07-26_26 ibicuy 8 10318 0.0007753 2.9789252 0.0023097
2017-07-26 26 2017-07-26_26 rocha 30 10318 0.0029075 0.7453329 0.0021671
2017-07-26 26 2017-07-26_26 aeronave 8 10318 0.0007753 2.6912431 0.0020866
2017-07-26 26 2017-07-26_26 patrullera 5 10318 0.0004846 4.0775374 0.0019759
2017-07-26 26 2017-07-26_26 julio 221 10318 0.0214189 0.0885534 0.0018967
2017-07-26 26 2017-07-26_26 acrux 7 10318 0.0006784 2.6912431 0.0018258
2017-07-26 26 2017-07-26_26 rou 10 10318 0.0009692 1.6796422 0.0016279
2017-07-26 26 2017-07-26_26 comero 4 10318 0.0003877 4.0775374 0.0015807
2017-07-26 26 2017-07-26_26 combinado 7 10318 0.0006784 2.2857780 0.0015507
2017-07-26 26 2017-07-26_26 km 8 10318 0.0007753 1.9980959 0.0015492
2017-07-26 26 2017-07-26_26 c1 5 10318 0.0004846 2.9789252 0.0014436
2017-07-26 26 2017-07-26_26 mentor 5 10318 0.0004846 2.9789252 0.0014436
2017-07-26 26 2017-07-26_26 lancha 6 10318 0.0005815 2.4680995 0.0014352
2017-07-26 26 2017-07-26_26 aereas 6 10318 0.0005815 2.1316273 0.0012396
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-10-17 36 2017-10-17_36 biassini 19 12741 0.0014912 2.6912431 0.0040133
2017-10-17 36 2017-10-17_36 solari 19 12741 0.0014912 2.6912431 0.0040133
2017-10-17 36 2017-10-17_36 loedel 12 12741 0.0009418 3.3843903 0.0031876
2017-10-17 36 2017-10-17_36 benito 15 12741 0.0011773 2.4680995 0.0029057
2017-10-17 36 2017-10-17_36 octubre 194 12741 0.0152264 0.1857171 0.0028278
2017-10-17 36 2017-10-17_36 helenica 9 12741 0.0007064 3.3843903 0.0023907
2017-10-17 36 2017-10-17_36 citricultura 9 12741 0.0007064 2.9789252 0.0021043
2017-10-17 36 2017-10-17_36 rita 12 12741 0.0009418 2.1316273 0.0020077
2017-10-17 36 2017-10-17_36 cincunegui 9 12741 0.0007064 2.6912431 0.0019010
2017-10-17 36 2017-10-17_36 bogliaccini 7 12741 0.0005494 3.3843903 0.0018594
2017-10-17 36 2017-10-17_36 citrus 7 12741 0.0005494 3.3843903 0.0018594
2017-10-17 36 2017-10-17_36 imposicion 13 12741 0.0010203 1.5926308 0.0016250
2017-10-17 36 2017-10-17_36 llambi 6 12741 0.0004709 3.3843903 0.0015938
2017-10-17 36 2017-10-17_36 embajador 18 12741 0.0014128 0.9864950 0.0013937
2017-10-17 36 2017-10-17_36 902 4 12741 0.0003139 4.0775374 0.0012801
2017-10-17 36 2017-10-17_36 903 4 12741 0.0003139 4.0775374 0.0012801
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-16 15 2017-05-16_15 haiti 55 16429 0.0033477 1.9980959 0.0066891
2017-05-16 15 2017-05-16_15 paz 86 16429 0.0052346 0.6763401 0.0035404
2017-05-16 15 2017-05-16_15 minustah 17 16429 0.0010348 3.3843903 0.0035020
2017-05-16 15 2017-05-16_15 armadas 49 16429 0.0029825 0.9864950 0.0029423
2017-05-16 15 2017-05-16_15 misiones 53 16429 0.0032260 0.7817006 0.0025218
2017-05-16 15 2017-05-16_15 contingentes 12 16429 0.0007304 3.3843903 0.0024720
2017-05-16 15 2017-05-16_15 unidas 54 16429 0.0032869 0.6763401 0.0022230
2017-05-16 15 2017-05-16_15 fuerzas 64 16429 0.0038956 0.4940185 0.0019245
2017-05-16 15 2017-05-16_15 naciones 56 16429 0.0034086 0.5511769 0.0018787
2017-05-16 15 2017-05-16_15 soldados 16 16429 0.0009739 1.8803129 0.0018312
2017-05-16 15 2017-05-16_15 teniente 12 16429 0.0007304 2.1316273 0.0015570
2017-05-16 15 2017-05-16_15 aerotecnico 6 16429 0.0003652 4.0775374 0.0014891
2017-05-16 15 2017-05-16_15 martirene 6 16429 0.0003652 4.0775374 0.0014891
2017-05-16 15 2017-05-16_15 montiel 6 16429 0.0003652 4.0775374 0.0014891
2017-05-16 15 2017-05-16_15 haitiana 5 16429 0.0003043 4.0775374 0.0012410
2017-05-16 15 2017-05-16_15 haitiano 5 16429 0.0003043 4.0775374 0.0012410
2017-05-16 15 2017-05-16_15 pastor 5 16429 0.0003043 4.0775374 0.0012410
2017-05-16 15 2017-05-16_15 yiyi 5 16429 0.0003043 4.0775374 0.0012410
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-09 12 2017-05-09_12 antartico 37 16505 0.0022417 2.9789252 0.0066780
2017-05-09 12 2017-05-09_12 emergencias 21 16505 0.0012723 2.9789252 0.0037902
2017-05-09 12 2017-05-09_12 homenaje 62 16505 0.0037564 0.5221894 0.0019616
2017-05-09 12 2017-05-09_12 ambientales 18 16505 0.0010906 1.6796422 0.0018318
2017-05-09 12 2017-05-09_12 protocolo 29 16505 0.0017570 1.0330150 0.0018151
2017-05-09 12 2017-05-09_12 emanada 9 16505 0.0005453 2.6912431 0.0014675
2017-05-09 12 2017-05-09_12 invitaciones 9 16505 0.0005453 2.6912431 0.0014675
2017-05-09 12 2017-05-09_12 haiti 12 16505 0.0007271 1.9980959 0.0014527
2017-05-09 12 2017-05-09_12 firmas 14 16505 0.0008482 1.5926308 0.0013509
2017-05-09 12 2017-05-09_12 jueves 19 16505 0.0011512 1.0818052 0.0012453
2017-05-09 12 2017-05-09_12 reconsideracion 6 16505 0.0003635 3.3843903 0.0012303
2017-05-09 12 2017-05-09_12 armadas 18 16505 0.0010906 0.9864950 0.0010759
2017-05-09 12 2017-05-09_12 mayo 140 16505 0.0084823 0.1262937 0.0010713
2017-05-09 12 2017-05-09_12 tratado 37 16505 0.0022417 0.4666195 0.0010460
2017-05-09 12 2017-05-09_12 minustah 5 16505 0.0003029 3.3843903 0.0010253
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-04 6 2017-04-04_6 niko 39 13319 0.0029281 3.3843903 0.0099100
2017-04-04 6 2017-04-04_6 roslik 28 13319 0.0021023 2.6912431 0.0056577
2017-04-04 6 2017-04-04_6 schvarz 18 13319 0.0013515 4.0775374 0.0055106
2017-04-04 6 2017-04-04_6 abril 162 13319 0.0121631 0.2933478 0.0035680
2017-04-04 6 2017-04-04_6 olegario 11 13319 0.0008259 2.9789252 0.0024603
2017-04-04 6 2017-04-04_6 semanario 12 13319 0.0009010 2.6912431 0.0024247
2017-04-04 6 2017-04-04_6 serrana 10 13319 0.0007508 2.9789252 0.0022366
2017-04-04 6 2017-04-04_6 vladimir 11 13319 0.0008259 2.4680995 0.0020384
2017-04-04 6 2017-04-04_6 autopsia 6 13319 0.0004505 4.0775374 0.0018369
2017-04-04 6 2017-04-04_6 jaque 7 13319 0.0005256 3.3843903 0.0017787
2017-04-04 6 2017-04-04_6 policlinica 10 13319 0.0007508 2.2857780 0.0017162
2017-04-04 6 2017-04-04_6 bichkov 7 13319 0.0005256 2.9789252 0.0015656
2017-04-04 6 2017-04-04_6 maestro 19 13319 0.0014265 1.0818052 0.0015432
2017-04-04 6 2017-04-04_6 faro 6 13319 0.0004505 3.3843903 0.0015246
2017-04-04 6 2017-04-04_6 paloma 9 13319 0.0006757 1.9980959 0.0013502
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-21 52 2017-12-21_52 solidaridad 38 15989 0.0023766 0.7102416 0.0016880
2017-12-21 52 2017-12-21_52 correspondencia 16 15989 0.0010007 1.5125881 0.0015136
2017-12-21 52 2017-12-21_52 crespo 8 15989 0.0005003 2.9789252 0.0014905
2017-12-21 52 2017-12-21_52 becas 11 15989 0.0006880 2.1316273 0.0014665
2017-12-21 52 2017-12-21_52 universitarias 9 15989 0.0005629 2.4680995 0.0013893
2017-12-21 52 2017-12-21_52 km 11 15989 0.0006880 1.9980959 0.0013746
2017-12-21 52 2017-12-21_52 armada 20 15989 0.0012509 1.0818052 0.0013532
2017-12-21 52 2017-12-21_52 ramal 8 15989 0.0005003 2.6912431 0.0013465
2017-12-21 52 2017-12-21_52 receptoras 7 15989 0.0004378 2.9789252 0.0013042
2017-12-21 52 2017-12-21_52 28.700 6 15989 0.0003753 3.3843903 0.0012700
2017-12-21 52 2017-12-21_52 admitira 8 15989 0.0005003 2.4680995 0.0012349
2017-12-21 52 2017-12-21_52 15739 5 15989 0.0003127 3.3843903 0.0010583
2017-12-21 52 2017-12-21_52 bpc 5 15989 0.0003127 3.3843903 0.0010583
2017-12-21 52 2017-12-21_52 profesionales 22 15989 0.0013759 0.7453329 0.0010255
2017-12-21 52 2017-12-21_52 aportantes 4 15989 0.0002502 4.0775374 0.0010201
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-02-27 57 2018-02-27_57 asse 94 16395 0.0057335 1.5125881 0.0086724
2018-02-27 57 2018-02-27_57 sica 23 16395 0.0014029 2.9789252 0.0041790
2018-02-27 57 2018-02-27_57 novia 17 16395 0.0010369 2.6912431 0.0027906
2018-02-27 57 2018-02-27_57 marlene 13 16395 0.0007929 3.3843903 0.0026836
2018-02-27 57 2018-02-27_57 escribano 17 16395 0.0010369 2.2857780 0.0023701
2018-02-27 57 2018-02-27_57 2018 52 16395 0.0031717 0.6435502 0.0020411
2018-02-27 57 2018-02-27_57 venias 21 16395 0.0012809 1.5125881 0.0019374
2018-02-27 57 2018-02-27_57 hospital 35 16395 0.0021348 0.8994836 0.0019202
2018-02-27 57 2018-02-27_57 directores 28 16395 0.0017078 1.0818052 0.0018475
2018-02-27 57 2018-02-27_57 vocal 11 16395 0.0006709 2.6912431 0.0018057
2018-02-27 57 2018-02-27_57 clinicas 11 16395 0.0006709 2.4680995 0.0016559
2018-02-27 57 2018-02-27_57 irregularidades 10 16395 0.0006099 2.6912431 0.0016415
2018-02-27 57 2018-02-27_57 directorio 32 16395 0.0019518 0.8194409 0.0015994
2018-02-27 57 2018-02-27_57 hospitales 12 16395 0.0007319 1.8803129 0.0013763
2018-02-27 57 2018-02-27_57 doctora 20 16395 0.0012199 1.0330150 0.0012602
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-06-29 21 2017-06-29_21 perimetro 11 12247 0.0008982 4.0775374 0.0036624
2017-06-29 21 2017-06-29_21 junio 81 12247 0.0066139 0.4139758 0.0027380
2017-06-29 21 2017-06-29_21 muniz 11 12247 0.0008982 2.4680995 0.0022168
2017-06-29 21 2017-06-29_21 elvira 10 12247 0.0008165 2.6912431 0.0021975
2017-06-29 21 2017-06-29_21 taborda 9 12247 0.0007349 2.9789252 0.0021891
2017-06-29 21 2017-06-29_21 2021 8 12247 0.0006532 2.6912431 0.0017580
2017-06-29 21 2017-06-29_21 totoral 7 12247 0.0005716 2.9789252 0.0017027
2017-06-29 21 2017-06-29_21 cajeros 5 12247 0.0004083 4.0775374 0.0016647
2017-06-29 21 2017-06-29_21 cuidaran 5 12247 0.0004083 4.0775374 0.0016647
2017-06-29 21 2017-06-29_21 electronicos 8 12247 0.0006532 2.2857780 0.0014931
2017-06-29 21 2017-06-29_21 19478 6 12247 0.0004899 2.9789252 0.0014594
2017-06-29 21 2017-06-29_21 maestra 11 12247 0.0008982 1.4384801 0.0012920
2017-06-29 21 2017-06-29_21 vigencia 40 12247 0.0032661 0.3639654 0.0011887
2017-06-29 21 2017-06-29_21 prorroga 26 12247 0.0021230 0.5511769 0.0011701
2017-06-29 21 2017-06-29_21 entrada 30 12247 0.0024496 0.4666195 0.0011430
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-02-21 56 2018-02-21_56 2018 67 14891 0.0044994 0.6435502 0.0028956
2018-02-21 56 2018-02-21_56 policar 12 14891 0.0008059 3.3843903 0.0027273
2018-02-21 56 2018-02-21_56 asse 23 14891 0.0015446 1.5125881 0.0023363
2018-02-21 56 2018-02-21_56 betty 9 14891 0.0006044 3.3843903 0.0020455
2018-02-21 56 2018-02-21_56 marcos 94 14891 0.0063125 0.3163373 0.0019969
2018-02-21 56 2018-02-21_56 kozlowsky 8 14891 0.0005372 3.3843903 0.0018182
2018-02-21 56 2018-02-21_56 gaucho 7 14891 0.0004701 3.3843903 0.0015909
2018-02-21 56 2018-02-21_56 dialogo 30 14891 0.0020146 0.7453329 0.0015016
2018-02-21 56 2018-02-21_56 suertes 6 14891 0.0004029 3.3843903 0.0013637
2018-02-21 56 2018-02-21_56 esther 8 14891 0.0005372 2.4680995 0.0013260
2018-02-21 56 2018-02-21_56 renuncia 16 14891 0.0010745 1.1871657 0.0012756
2018-02-21 56 2018-02-21_56 febrero 70 14891 0.0047008 0.2488960 0.0011700
2018-02-21 56 2018-02-21_56 oradores 12 14891 0.0008059 1.4384801 0.0011592
2018-02-21 56 2018-02-21_56 saramago 5 14891 0.0003358 3.3843903 0.0011364
2018-02-21 56 2018-02-21_56 juntos 16 14891 0.0010745 0.9420432 0.0010122
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-12 25 2017-07-12_25 diabetes 11 9220 0.0011931 3.3843903 0.0040378
2017-07-12 25 2017-07-12_25 banchero 15 9220 0.0016269 2.4680995 0.0040153
2017-07-12 25 2017-07-12_25 bellon 12 9220 0.0013015 2.9789252 0.0038771
2017-07-12 25 2017-07-12_25 marrapodi 9 9220 0.0009761 2.9789252 0.0029078
2017-07-12 25 2017-07-12_25 carmelo 10 9220 0.0010846 1.9980959 0.0021671
2017-07-12 25 2017-07-12_25 noain 8 9220 0.0008677 2.4680995 0.0021415
2017-07-12 25 2017-07-12_25 alemania 15 9220 0.0016269 1.3049487 0.0021230
2017-07-12 25 2017-07-12_25 gabriel 10 9220 0.0010846 1.7749524 0.0019251
2017-07-12 25 2017-07-12_25 utec 8 9220 0.0008677 2.1316273 0.0018496
2017-07-12 25 2017-07-12_25 julio 151 9220 0.0163774 0.0885534 0.0014503
2017-07-12 25 2017-07-12_25 embajador 13 9220 0.0014100 0.9864950 0.0013909
2017-07-12 25 2017-07-12_25 carreras 6 9220 0.0006508 1.9980959 0.0013003
2017-07-12 25 2017-07-12_25 alimentacion 8 9220 0.0008677 1.4384801 0.0012481
2017-07-12 25 2017-07-12_25 profesor 17 9220 0.0018438 0.6763401 0.0012470
2017-07-12 25 2017-07-12_25 escolar 6 9220 0.0006508 1.8803129 0.0012236
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-03-06 1 2018-03-06_1 leonidas 14 11777 0.0011888 3.3843903 0.0040232
2018-03-06 1 2018-03-06_1 larrosa 16 11777 0.0013586 2.6912431 0.0036563
2018-03-06 1 2018-03-06_1 batalla 29 11777 0.0024624 1.3049487 0.0032133
2018-03-06 1 2018-03-06_1 velazquez 11 11777 0.0009340 3.3843903 0.0031611
2018-03-06 1 2018-03-06_1 hugo 31 11777 0.0026322 1.1330985 0.0029826
2018-03-06 1 2018-03-06_1 2018 53 11777 0.0045003 0.6435502 0.0028962
2018-03-06 1 2018-03-06_1 arrarte 10 11777 0.0008491 3.3843903 0.0028737
2018-03-06 1 2018-03-06_1 corbo 10 11777 0.0008491 2.6912431 0.0022852
2018-03-06 1 2018-03-06_1 marta 9 11777 0.0007642 2.9789252 0.0022765
2018-03-06 1 2018-03-06_1 liceo 43 11777 0.0036512 0.5221894 0.0019066
2018-03-06 1 2018-03-06_1 marzo 59 11777 0.0050098 0.3639654 0.0018234
2018-03-06 1 2018-03-06_1 matrimonio 10 11777 0.0008491 2.1316273 0.0018100
2018-03-06 1 2018-03-06_1 borbonet 7 11777 0.0005944 2.9789252 0.0017706
2018-03-06 1 2018-03-06_1 fabris 7 11777 0.0005944 2.9789252 0.0017706
2018-03-06 1 2018-03-06_1 meneghetti 7 11777 0.0005944 2.9789252 0.0017706
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-09-13 31 2017-09-13_31 vespertina 11 7554 0.0014562 3.3843903 0.0049283
2017-09-13 31 2017-09-13_31 matutina 6 7554 0.0007943 3.3843903 0.0026882
2017-09-13 31 2017-09-13_31 17829 5 7554 0.0006619 2.9789252 0.0019718
2017-09-13 31 2017-09-13_31 ausentarse 6 7554 0.0007943 2.4680995 0.0019604
2017-09-13 31 2017-09-13_31 retenciones 5 7554 0.0006619 2.4680995 0.0016336
2017-09-13 31 2017-09-13_31 867 3 7554 0.0003971 4.0775374 0.0016194
2017-09-13 31 2017-09-13_31 gerardo 5 7554 0.0006619 2.2857780 0.0015130
2017-09-13 31 2017-09-13_31 letrados 5 7554 0.0006619 1.8803129 0.0012446
2017-09-13 31 2017-09-13_31 faltaron 14 7554 0.0018533 0.6435502 0.0011927
2017-09-13 31 2017-09-13_31 iturralde 6 7554 0.0007943 1.4384801 0.0011426
2017-09-13 31 2017-09-13_31 14762 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 881 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 885 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 administrados 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 bettina 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 grisel 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 guruchaga 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 josefina 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 lavie 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 ortopedia 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 sampayo 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 senali 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 stopingi 2 7554 0.0002648 4.0775374 0.0010796
2017-09-13 31 2017-09-13_31 traumatologia 2 7554 0.0002648 4.0775374 0.0010796
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-14 3 2017-03-14_3 berton 13 10504 0.0012376 4.0775374 0.0050465
2017-03-14 3 2017-03-14_3 bartol 10 10504 0.0009520 4.0775374 0.0038819
2017-03-14 3 2017-03-14_3 samuel 11 10504 0.0010472 3.3843903 0.0035442
2017-03-14 3 2017-03-14_3 carpetas 21 10504 0.0019992 1.6796422 0.0033580
2017-03-14 3 2017-03-14_3 rodo 12 10504 0.0011424 2.4680995 0.0028196
2017-03-14 3 2017-03-14_3 marzo 69 10504 0.0065689 0.3639654 0.0023909
2017-03-14 3 2017-03-14_3 sacramento 8 10504 0.0007616 2.9789252 0.0022688
2017-03-14 3 2017-03-14_3 armco 5 10504 0.0004760 4.0775374 0.0019409
2017-03-14 3 2017-03-14_3 lecheria 7 10504 0.0006664 1.8803129 0.0012531
2017-03-14 3 2017-03-14_3 archivar 6 10504 0.0005712 2.1316273 0.0012176
2017-03-14 3 2017-03-14_3 n.os 16 10504 0.0015232 0.7817006 0.0011907
2017-03-14 3 2017-03-14_3 archivo 9 10504 0.0008568 1.3694872 0.0011734
2017-03-14 3 2017-03-14_3 voto 84 10504 0.0079970 0.1457118 0.0011653
2017-03-14 3 2017-03-14_3 secado 3 10504 0.0002856 4.0775374 0.0011646
2017-03-14 3 2017-03-14_3 carol 19 10504 0.0018088 0.6435502 0.0011641
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-07-04 22 2017-07-04_22 messere 11 9373 0.0011736 3.3843903 0.0039719
2017-07-04 22 2017-07-04_22 ferraro 8 9373 0.0008535 3.3843903 0.0028886
2017-07-04 22 2017-07-04_22 teresita 9 9373 0.0009602 2.6912431 0.0025841
2017-07-04 22 2017-07-04_22 canada 15 9373 0.0016003 1.5125881 0.0024207
2017-07-04 22 2017-07-04_22 jueza 8 9373 0.0008535 2.6912431 0.0022970
2017-07-04 22 2017-07-04_22 apelaciones 12 9373 0.0012803 1.7749524 0.0022724
2017-07-04 22 2017-07-04_22 alicia 9 9373 0.0009602 1.9980959 0.0019186
2017-07-04 22 2017-07-04_22 alvarez 10 9373 0.0010669 1.7749524 0.0018937
2017-07-04 22 2017-07-04_22 estremecieron 4 9373 0.0004268 4.0775374 0.0017401
2017-07-04 22 2017-07-04_22 iglesias 4 9373 0.0004268 2.9789252 0.0012713
2017-07-04 22 2017-07-04_22 suprema 17 9373 0.0018137 0.6763401 0.0012267
2017-07-04 22 2017-07-04_22 tribunal 16 9373 0.0017070 0.6763401 0.0011545
2017-07-04 22 2017-07-04_22 letrada 5 9373 0.0005334 2.1316273 0.0011371
2017-07-04 22 2017-07-04_22 ricardo 8 9373 0.0008535 1.3049487 0.0011138
2017-07-04 22 2017-07-04_22 doctora 10 9373 0.0010669 1.0330150 0.0011021
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-13 49 2017-12-13_49 cooperativista 16 11461 0.0013960 2.978925 0.0041587
2017-12-13 49 2017-12-13_49 cooperativistas 8 11461 0.0006980 4.077537 0.0028462
2017-12-13 49 2017-12-13_49 socio 17 11461 0.0014833 1.679642 0.0024914
2017-12-13 49 2017-12-13_49 extraordinarios 15 11461 0.0013088 1.880313 0.0024609
2017-12-13 49 2017-12-13_49 usuario 19 11461 0.0016578 1.304949 0.0021633
2017-12-13 49 2017-12-13_49 neutralidad 7 11461 0.0006108 3.384390 0.0020671
2017-12-13 49 2017-12-13_49 cooperativa 18 11461 0.0015705 1.244324 0.0019543
2017-12-13 49 2017-12-13_49 sutel 6 11461 0.0005235 3.384390 0.0017718
2017-12-13 49 2017-12-13_49 cooperativas 14 11461 0.0012215 1.304949 0.0015940
2017-12-13 49 2017-12-13_49 dormitorio 4 11461 0.0003490 4.077537 0.0014231
2017-12-13 49 2017-12-13_49 13728 7 11461 0.0006108 2.131627 0.0013019
2017-12-13 49 2017-12-13_49 lustemberg 8 11461 0.0006980 1.774952 0.0012390
2017-12-13 49 2017-12-13_49 cuadrados 7 11461 0.0006108 1.880313 0.0011484
2017-12-13 49 2017-12-13_49 red 10 11461 0.0008725 1.244324 0.0010857
2017-12-13 49 2017-12-13_49 privatizacion 6 11461 0.0005235 1.880313 0.0009844
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-03-07 1 2017-03-07_1 imae 11 9780 0.0011247 2.9789252 0.0033505
2017-03-07 1 2017-03-07_1 rata 7 9780 0.0007157 4.0775374 0.0029185
2017-03-07 1 2017-03-07_1 marzo 47 9780 0.0048057 0.3639654 0.0017491
2017-03-07 1 2017-03-07_1 ministra 15 9780 0.0015337 1.1330985 0.0017379
2017-03-07 1 2017-03-07_1 franco 8 9780 0.0008180 1.9980959 0.0016344
2017-03-07 1 2017-03-07_1 carpetas 9 9780 0.0009202 1.6796422 0.0015457
2017-03-07 1 2017-03-07_1 interpelacion 9 9780 0.0009202 1.6796422 0.0015457
2017-03-07 1 2017-03-07_1 cardiologico 4 9780 0.0004090 3.3843903 0.0013842
2017-03-07 1 2017-03-07_1 camioneta 4 9780 0.0004090 2.9789252 0.0012184
2017-03-07 1 2017-03-07_1 escritas 7 9780 0.0007157 1.5125881 0.0010826
2017-03-07 1 2017-03-07_1 anep 6 9780 0.0006135 1.5125881 0.0009280
2017-03-07 1 2017-03-07_1 696 3 9780 0.0003067 2.9789252 0.0009138
2017-03-07 1 2017-03-07_1 contumaz 3 9780 0.0003067 2.9789252 0.0009138
2017-03-07 1 2017-03-07_1 escalera 3 9780 0.0003067 2.9789252 0.0009138
2017-03-07 1 2017-03-07_1 primarios 3 9780 0.0003067 2.9789252 0.0009138
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-10 13 2017-05-10_13 fragata 27 7181 0.0037599 2.978925 0.0112005
2017-05-10 13 2017-05-10_13 capitan 28 7181 0.0038992 1.998096 0.0077909
2017-05-10 13 2017-05-10_13 navio 15 7181 0.0020888 2.691243 0.0056216
2017-05-10 13 2017-05-10_13 capitanes 13 7181 0.0018103 2.691243 0.0048720
2017-05-10 13 2017-05-10_13 antiguedad 18 7181 0.0025066 1.679642 0.0042102
2017-05-10 13 2017-05-10_13 tenientes 11 7181 0.0015318 2.468100 0.0037807
2017-05-10 13 2017-05-10_13 colotta 6 7181 0.0008355 3.384390 0.0028278
2017-05-10 13 2017-05-10_13 cp 6 7181 0.0008355 3.384390 0.0028278
2017-05-10 13 2017-05-10_13 coroneles 10 7181 0.0013926 1.998096 0.0027825
2017-05-10 13 2017-05-10_13 rutas 14 7181 0.0019496 1.304949 0.0025441
2017-05-10 13 2017-05-10_13 prefectura 6 7181 0.0008355 2.978925 0.0024890
2017-05-10 13 2017-05-10_13 ascensos 10 7181 0.0013926 1.774952 0.0024717
2017-05-10 13 2017-05-10_13 ascenso 13 7181 0.0018103 1.187166 0.0021492
2017-05-10 13 2017-05-10_13 amarillo 5 7181 0.0006963 2.978925 0.0020742
2017-05-10 13 2017-05-10_13 pino 6 7181 0.0008355 2.468100 0.0020622
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-04-05 7 2017-04-05_7 femicidio 32 9432 0.0033927 1.6796422 0.0056985
2017-04-05 7 2017-04-05_7 cultivadores 10 9432 0.0010602 2.9789252 0.0031583
2017-04-05 7 2017-04-05_7 arroz 16 9432 0.0016964 1.6796422 0.0028493
2017-04-05 7 2017-04-05_7 desprecio 10 9432 0.0010602 2.4680995 0.0026167
2017-04-05 7 2017-04-05_7 menosprecio 10 9432 0.0010602 2.4680995 0.0026167
2017-04-05 7 2017-04-05_7 mortalidad 12 9432 0.0012723 1.9980959 0.0025421
2017-04-05 7 2017-04-05_7 moskovics 9 9432 0.0009542 2.4680995 0.0023551
2017-04-05 7 2017-04-05_7 homicidio 12 9432 0.0012723 1.7749524 0.0022582
2017-04-05 7 2017-04-05_7 cadena 10 9432 0.0010602 1.7749524 0.0018818
2017-04-05 7 2017-04-05_7 feminicidio 7 9432 0.0007422 2.4680995 0.0018317
2017-04-05 7 2017-04-05_7 homicidios 8 9432 0.0008482 2.1316273 0.0018080
2017-04-05 7 2017-04-05_7 abril 56 9432 0.0059372 0.2933478 0.0017417
2017-04-05 7 2017-04-05_7 mujer 22 9432 0.0023325 0.7453329 0.0017385
2017-04-05 7 2017-04-05_7 transportistas 6 9432 0.0006361 2.6912431 0.0017120
2017-04-05 7 2017-04-05_7 victima 10 9432 0.0010602 1.5125881 0.0016037
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-05-03 11 2017-05-03_11 universitarios 14 6380 0.0021944 1.5926308 0.0034948
2017-05-03 11 2017-05-03_11 cofloral 5 6380 0.0007837 4.0775374 0.0031956
2017-05-03 11 2017-05-03_11 minuta 17 6380 0.0026646 1.0818052 0.0028826
2017-05-03 11 2017-05-03_11 caja 16 6380 0.0025078 1.1330985 0.0028416
2017-05-03 11 2017-05-03_11 prematuros 5 6380 0.0007837 3.3843903 0.0026523
2017-05-03 11 2017-05-03_11 unipersonal 5 6380 0.0007837 3.3843903 0.0026523
2017-05-03 11 2017-05-03_11 floricultores 4 6380 0.0006270 4.0775374 0.0025564
2017-05-03 11 2017-05-03_11 paternidad 8 6380 0.0012539 1.9980959 0.0025054
2017-05-03 11 2017-05-03_11 profesionales 21 6380 0.0032915 0.7453329 0.0024533
2017-05-03 11 2017-05-03_11 envie 7 6380 0.0010972 1.9980959 0.0021923
2017-05-03 11 2017-05-03_11 mayo 110 6380 0.0172414 0.1262937 0.0021775
2017-05-03 11 2017-05-03_11 19161 6 6380 0.0009404 2.2857780 0.0021496
2017-05-03 11 2017-05-03_11 maternidad 8 6380 0.0012539 1.5926308 0.0019970
2017-05-03 11 2017-05-03_11 prematuro 3 6380 0.0004702 4.0775374 0.0019173
2017-05-03 11 2017-05-03_11 puerperio 4 6380 0.0006270 2.9789252 0.0018677
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-12-27 53 2017-12-27_53 postal 6 4731 0.0012682 2.9789252 0.0037780
2017-12-27 53 2017-12-27_53 tributos 7 4731 0.0014796 2.1316273 0.0031540
2017-12-27 53 2017-12-27_53 tasas 7 4731 0.0014796 1.8803129 0.0027821
2017-12-27 53 2017-12-27_53 prototipado 3 4731 0.0006341 4.0775374 0.0025856
2017-12-27 53 2017-12-27_53 18910 4 4731 0.0008455 2.9789252 0.0025186
2017-12-27 53 2017-12-27_53 diciembre 63 4731 0.0133164 0.1655144 0.0022041
2017-12-27 53 2017-12-27_53 robotica 3 4731 0.0006341 3.3843903 0.0021461
2017-12-27 53 2017-12-27_53 beneficiarios 7 4731 0.0014796 1.4384801 0.0021284
2017-12-27 53 2017-12-27_53 tambores 4 4731 0.0008455 2.4680995 0.0020867
2017-12-27 53 2017-12-27_53 exoneracion 5 4731 0.0010569 1.8803129 0.0019872
2017-12-27 53 2017-12-27_53 importaciones 4 4731 0.0008455 2.2857780 0.0019326
2017-12-27 53 2017-12-27_53 cupos 3 4731 0.0006341 2.9789252 0.0018890
2017-12-27 53 2017-12-27_53 series 3 4731 0.0006341 2.9789252 0.0018890
2017-12-27 53 2017-12-27_53 electronica 4 4731 0.0008455 2.1316273 0.0018023
2017-12-27 53 2017-12-27_53 995 2 4731 0.0004227 4.0775374 0.0017238
2017-12-27 53 2017-12-27_53 996 2 4731 0.0004227 4.0775374 0.0017238
2017-12-27 53 2017-12-27_53 997 2 4731 0.0004227 4.0775374 0.0017238
2017-12-27 53 2017-12-27_53 neficiarios 2 4731 0.0004227 4.0775374 0.0017238
2017-12-27 53 2017-12-27_53 ursec 2 4731 0.0004227 4.0775374 0.0017238
fecha sesion fecha_sesion word n total tf idf tf_idf
2017-02-02 54 2017-02-02_54 km 8 3364 0.0023781 1.998096 0.0047517
2017-02-02 54 2017-02-02_54 ausentarse 6 3364 0.0017836 2.468100 0.0044021
2017-02-02 54 2017-02-02_54 hamburgo 4 3364 0.0011891 2.978925 0.0035421
2017-02-02 54 2017-02-02_54 bomberos 4 3364 0.0011891 2.691243 0.0032001
2017-02-02 54 2017-02-02_54 federal 6 3364 0.0017836 1.679642 0.0029958
2017-02-02 54 2017-02-02_54 23,400 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 26,900 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 40,300 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 etiopia 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 habana 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 toscanini 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 upaep 2 3364 0.0005945 4.077537 0.0024242
2017-02-02 54 2017-02-02_54 helsinki 3 3364 0.0008918 2.468100 0.0022010
2017-02-02 54 2017-02-02_54 finlandia 4 3364 0.0011891 1.774952 0.0021105
2017-02-02 54 2017-02-02_54 moscu 4 3364 0.0011891 1.774952 0.0021105
fecha sesion fecha_sesion word n total tf idf tf_idf
2018-02-06 54 2018-02-06_54 2018 17 2904 0.0058540 0.6435502 0.0037673
2018-02-06 54 2018-02-06_54 gluten 2 2904 0.0006887 4.0775374 0.0028082
2018-02-06 54 2018-02-06_54 330 5 2904 0.0017218 1.3694872 0.0023579
2018-02-06 54 2018-02-06_54 operativas 2 2904 0.0006887 3.3843903 0.0023308
2018-02-06 54 2018-02-06_54 aristimuno 4 2904 0.0013774 1.6796422 0.0023136
2018-02-06 54 2018-02-06_54 turquia 2 2904 0.0006887 2.9789252 0.0020516
2018-02-06 54 2018-02-06_54 celebrada 2 2904 0.0006887 2.6912431 0.0018535
2018-02-06 54 2018-02-06_54 reducirlo 2 2904 0.0006887 2.6912431 0.0018535
2018-02-06 54 2018-02-06_54 febrero 21 2904 0.0072314 0.2488960 0.0017999
2018-02-06 54 2018-02-06_54 receso 4 2904 0.0013774 1.2443241 0.0017139
2018-02-06 54 2018-02-06_54 minuta 4 2904 0.0013774 1.0818052 0.0014901
2018-02-06 54 2018-02-06_54 338 3 2904 0.0010331 1.4384801 0.0014860
2018-02-06 54 2018-02-06_54 multilateral 2 2904 0.0006887 2.1316273 0.0014681
2018-02-06 54 2018-02-06_54 19637 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 bleas 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 celiaca 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 fomin 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 ifer 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 inzaurralde 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 mortan 1 2904 0.0003444 4.0775374 0.0014041
2018-02-06 54 2018-02-06_54 promulgaciones 1 2904 0.0003444 4.0775374 0.0014041