Remove PMI Filter Threshold

This commit is contained in:
Paul O'Leary McCann 2022-12-07 18:05:42 +09:00
parent e1979e29c8
commit bc8c4485e3

View File

@ -1485,7 +1485,6 @@
" category_name='Democratic',",
" not_category_name='Republican',",
" minimum_term_frequency=5,",
" pmi_filter_thresold=4,",
" width_in_pixels=1000)",
"open('./simple.html', 'wb').write(html.encode('utf-8'))",
"print('Open ./simple.html in Chrome or Firefox.')"