You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
batch_words : int, optional
Target size (in words) for batches of examples passed to worker threads (and
thus cython routines).(Larger batches will be passed if individual
texts are longer than 10000 words, but the standard cython code truncates to that maximum.)
I think a larger value should not be accepted.
The text was updated successfully, but these errors were encountered:
Good idea. I'd also get rid of the bracket in the docstring at the same time (the ( and ) symbols, not the content). It reads weird and is not really needed, this is important information.
The doc says
I think a larger value should not be accepted.
The text was updated successfully, but these errors were encountered: