mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-20 00:51:58 +03:00
Fix docstring
This commit is contained in:
parent
684bd5e677
commit
3d86539e23
|
@ -230,7 +230,7 @@ def build_reduce_text_classifier(
|
|||
exclusive_classes (bool): Whether or not classes are mutually exclusive.
|
||||
use_reduce_first (bool): Pool by using the hidden representation of the
|
||||
first token of a `Doc`.
|
||||
use_reduce_first (bool): Pool by using the hidden representation of the
|
||||
use_reduce_last (bool): Pool by using the hidden representation of the
|
||||
last token of a `Doc`.
|
||||
use_reduce_max (bool): Pool by taking the maximum values of the hidden
|
||||
representations of a `Doc`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user