Skip to content

Commit fdb64ee

Browse files
committed
forgot this one, removing validation
1 parent 7fb91a7 commit fdb64ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+bert/+tokenizer/+internal/WhitespaceTokenizer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
% by splitting str on whitespace.
1111
arguments
1212
~
13-
text (1,1) string
13+
text
1414
end
1515
text = strip(text);
1616
text = split(text).';

0 commit comments

Comments
 (0)