mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Remove PMI Filter Threshold
This commit is contained in:
parent
e1979e29c8
commit
bc8c4485e3
|
@ -1485,7 +1485,6 @@
|
||||||
" category_name='Democratic',",
|
" category_name='Democratic',",
|
||||||
" not_category_name='Republican',",
|
" not_category_name='Republican',",
|
||||||
" minimum_term_frequency=5,",
|
" minimum_term_frequency=5,",
|
||||||
" pmi_filter_thresold=4,",
|
|
||||||
" width_in_pixels=1000)",
|
" width_in_pixels=1000)",
|
||||||
"open('./simple.html', 'wb').write(html.encode('utf-8'))",
|
"open('./simple.html', 'wb').write(html.encode('utf-8'))",
|
||||||
"print('Open ./simple.html in Chrome or Firefox.')"
|
"print('Open ./simple.html in Chrome or Firefox.')"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user