Skip to content

Commit 4b73795

Browse files
normalize case by default
1 parent d2b29b0 commit 4b73795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-recipes/nlp-visualization-wordcloud/recipe.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"label": "Normalize case",
9292
"description": "Normalize case to treat 'You' and 'you' as the same word. The most common case will be displayed.",
9393
"type": "BOOLEAN",
94-
"defaultValue": false,
94+
"defaultValue": true,
9595
"mandatory": true
9696
},
9797
{
@@ -145,4 +145,4 @@
145145
}
146146
],
147147
"resourceKeys": []
148-
}
148+
}

0 commit comments

Comments
 (0)