File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ Word2Vec
10
10
const word2vec = ( ) => {
11
11
console . log ( '%cword2vec has been disabled' , 'color: #A155FF; font-size: 16px' ) ;
12
12
console . log (
13
- `We've intentionally disabled the word2vec function after recognizing it has the\
14
- potential to produce harmful outputs while using the model files included in our\
15
- examples. We'll consider reenabling the word2vec function along with changes to\
16
- address these issues in a future release of ml5.js. You can find further updates\
17
- about this topic on our Twitter account (https://twitter.com/ml5js) and GitHub\
18
- (https://github.com/ml5js/ml5-library/issues/1238).` ,
13
+ `We've intentionally disabled the word2vec function after recognizing it has the ` +
14
+ ` potential to produce harmful outputs while using the model files included in our ` +
15
+ ` examples. We'll consider reenabling the word2vec function along with changes to ` +
16
+ ` address these issues in a future release of ml5.js. You can find further updates ` +
17
+ ` about this topic on our Twitter account (https://twitter.com/ml5js) and GitHub ` +
18
+ ` (https://github.com/ml5js/ml5-library/issues/1238).`,
19
19
) ;
20
20
} ;
21
21
You can’t perform that action at this time.
0 commit comments