Merge pull request #29490 from mehrshadhosseini28/patch-1

Update nlp-functions.md
This commit is contained in:
Nikolay Degterinsky 2021-10-04 18:37:18 +03:00 committed by GitHub
commit e2551e8cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ stem('language', word)
Query:
``` sql
SELECT SELECT arrayMap(x -> stem('en', x), ['I', 'think', 'it', 'is', 'a', 'blessing', 'in', 'disguise']) as res;
SELECT arrayMap(x -> stem('en', x), ['I', 'think', 'it', 'is', 'a', 'blessing', 'in', 'disguise']) as res;
```
Result: