Saga_tokenizers.SpecialSourceval make :
?single_word:bool ->
?lstrip:bool ->
?rstrip:bool ->
?normalized:bool ->
string ->
specialmake ?single_word ?lstrip ?rstrip ?normalized token creates a special token configuration.
All parameters default to appropriate values for special tokens:
single_word: false - can match partial wordslstrip: false - don't strip left whitespacerstrip: false - don't strip right whitespacenormalized: false - special tokens not normalized